forked from gzzfw/frontEnd/gzDyh

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