zhengyiming
2025-03-07 337c9f5fe3956021fb32db5054dfb395c7801beb
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};