forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-14 e72eb6ab04b1b67146ddb9e035c72159c858bd6e
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}