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