forked from gzzfw/frontEnd/gzDyh

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