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