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