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