forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-13 b407aaa7ea8cc7b05b60084e029718d9c4b93f47
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}