doum
2025-12-12 89029e9ade03f3139c6afcd6bac48d9a668875f3
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)")