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