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