forked from gzzfw/frontEnd/gzDyh

liyj
2024-08-31 ddb82fadc050833c0e5e7603d5993e000776fbcf
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}