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