wupengfei
昨天 91c7bb70a2a9197098f56d4ce6c254d72ee64106
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};