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