forked from gzzfw/frontEnd/gzDyh

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