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