wupengfei
7 天以前 0f8d8c435f53cd2e7d4243608745f0e6cb152289
1
2
3
4
export type ChooseCheckBoxOptionItem = {
  text: string;
  value: string | number;
};