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