zhengyiming
9 天以前 afb9410b3794275c180cdd66e3ca54fd32888d33
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};