rk
2026-02-12 580f4d3c2ca9eee53eee95a4de2f6610b790780a
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)")