forked from gzzfw/frontEnd/gzDyh

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