forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-15 159d0a98310210768b2e0c57a68a523c2739e2ee
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}