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