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