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