wupengfei
5 天以前 762ee921146f8557c2b9ce96df36ad85959c0f18
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};