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