forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-14 e7d382efc71d1a738a6a7c52d0978d6fdb077a8a
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}