zhengyiming
昨天 f308f6859153b14e2582141d120e178dac85a71e
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};