forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-07 172053309302ca857aae36d6769157dc7bb43472
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}