server/dmmall_service/src/main/java/com/doumee/dao/business/model/Shop.java
@@ -265,6 +265,9 @@ @ApiModelProperty(value = "优惠券:优惠券领取总数") @TableField(exist = false) private BigDecimal couponDrawCount; @ApiModelProperty(value = "商品编码") @TableField(exist = false) private Integer goodsId; @ApiModelProperty(value = "优惠券:优惠券使用总数(张)") @TableField(exist = false) @@ -273,6 +276,9 @@ @ApiModelProperty(value = "优惠券:优惠券使用金额(元)") @TableField(exist = false) private BigDecimal couponUserMoney; @ApiModelProperty(value = "某商品供货价(元)") @TableField(exist = false) private BigDecimal goodsPrice; @ApiModelProperty(value = "店铺标签")