zhengyiming
17 小时以前 2f070f104a16415fd9447bb2f7f9a0ca4027ec16
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};