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