forked from gzzfw/frontEnd/gzDyh

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