server/dmmall_service/src/main/java/com/doumee/dao/business/model/GoodsSku.java
@@ -71,7 +71,7 @@ private String imgurl; @ApiModelProperty(value = "单位") @ExcelColumn(name="单位") private String unit; private String unitName; @ApiModelProperty(value = "积分最多抵扣比例") @ExcelColumn(name="积分最多抵扣比例") private BigDecimal integralRate; @@ -86,7 +86,7 @@ @ApiModelProperty(value = "库存量", example = "1") @ExcelColumn(name="库存量") private Integer stock; private BigDecimal stock; @ApiModelProperty(value = "商品重量(kg)", example = "1") @ExcelColumn(name="商品重量(kg)")