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