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