forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-29 c1d6dff8bf8340fe030d3089cf5dff0e9cffcf58
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}