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(); } }