zhengyiming
2025-10-19 1071a1bad44c1fd3c0b51336f9142a30814f819a
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};