|  |  | 
 |  |  |     @ApiModelProperty(value = "备注") | 
 |  |  |     private String remark; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "属性1名称") | 
 |  |  |     private String attrFirst; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "属性2名称") | 
 |  |  |     private String attrSecond; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "状态 0启用 1禁用") | 
 |  |  |     private Integer status; | 
 |  |  |  | 
 |  |  | 
 |  |  |     @ApiModelProperty(value = "图标") | 
 |  |  |     private String imgurl; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "名称拼音") | 
 |  |  |     private String pinyin; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "名称拼音首字母") | 
 |  |  |     private String shortPinyin; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "加价系数",example = "0") | 
 |  |  |     private BigDecimal priceRate; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "参数属性配置") | 
 |  |  |     List<BaseCategoryRequestParam> baseCategoryRequestParamList; | 
 |  |  |     List<BaseCategoryRequestParam> baseCateParamList; | 
 |  |  |  | 
 |  |  | } | 
 |  |  |  |