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