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