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