peng
6 天以前 336b30aa1c28e2ff824e9ddf4dca08e4fd3138c3
framework/src/main/java/cn/lili/modules/goods/entity/dos/GoodsSku.java
@@ -170,6 +170,12 @@
    @ApiModelProperty(value = "预警数量")
    private Integer alertQuantity;
    @ApiModelProperty(value ="优惠劵id")
    private String couponId;
    @ApiModelProperty(value ="优惠劵名")
    private String couponName;
    public Double getWeight() {
        if (weight == null) {
            return 0d;
@@ -223,6 +229,7 @@
        this.storeCategoryPath = goods.getStoreCategoryPath();
        this.freightTemplateId = goods.getTemplateId();
        this.recommend = goods.getRecommend();
    }
}