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