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