server/dmmall_service/src/main/java/com/doumee/dao/business/model/Labels.java
@@ -80,6 +80,9 @@ @ApiModelProperty(value = "图标") @ExcelColumn(name="图标") private String imgurl; @ApiModelProperty(value = "配置参数(json),运费参数格式{weight0:10,fee0:10,weight1:10,fee1:10},{首重:10,首重运费:10,续重:10,续重费:10}") @ExcelColumn(name="配置参数(json)") private String param; @ApiModelProperty(value = "类型0商品分类 1商品品牌 2商家标签 3快递 4退货选项 5换货选项 6退款选项 7取消订单选项 8咖啡百科分类 9咨 询分类 10活动赛事分类 11达人探店分类", example = "1") @TableField(exist = false)