zhengyiming
2025-02-13 6f7c6779645f8b1d5ae158b786489305ea1f1e01
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};