zhengyiming
2025-03-10 6bc53a7251d5a323475757358d00ff051f166497
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};