forked from gzzfw/frontEnd/gzDyh

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