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