wupengfei
7 天以前 25570536868d8631ab1e138ae048a1a2431fa4d5
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};