wupengfei
2025-02-25 3d6e0ce70fb2267576ddba9d586eef20a52be31b
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};