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