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