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