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