cloud-server-activity/src/main/java/com/dsh/activity/entity/Coupon.java
@@ -41,7 +41,7 @@ @TableField("name") private String name; /** * 优惠券类型(1=满减券,2=代金券,3=体验券) * 优惠券类型(1=满减券,2=代金券,3=体验券 4=抵扣券) */ @TableField("type") private Integer type; @@ -158,6 +158,12 @@ */ @TableField("cityManagerId") private Integer cityManagerId; /** * 积分商品id */ @TableField("goodsId") private Integer goodsId; @Override protected Serializable pkVal() {