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