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