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