forked from gzzfw/frontEnd/gzDyh

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