zhengyiming
9 天以前 e04675d672d91138bc6eb4e7823f011f0fec6511
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};