doum
昨天 d8d6661b4736e5de37d4a158b8286509b748d62b
server/dmmall_service/src/main/java/com/doumee/dao/business/model/Shop.java
@@ -268,6 +268,15 @@
    @ApiModelProperty(value = "优惠券:优惠券领取总数")
    @TableField(exist = false)
    private BigDecimal  couponDrawCount;
    @ApiModelProperty(value = "商品编码")
    @TableField(exist = false)
    private Integer  goodsId;
    @ApiModelProperty(value = "已设置价格产品数量")
    @TableField(exist = false)
    private Long  pricedGoodsNum;
    @ApiModelProperty(value = "商品总量")
    @TableField(exist = false)
    private Long  goodsNum;
    @ApiModelProperty(value = "优惠券:优惠券使用总数(张)")
    @TableField(exist = false)
@@ -276,6 +285,9 @@
    @ApiModelProperty(value = "优惠券:优惠券使用金额(元)")
    @TableField(exist = false)
    private BigDecimal  couponUserMoney;
    @ApiModelProperty(value = "某商品供货价(元)")
    @TableField(exist = false)
    private BigDecimal  goodsPrice;
    @ApiModelProperty(value = "店铺标签")