diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java b/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java index e2df39f3f..3361ad657 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java @@ -188,6 +188,9 @@ public class WxCoupon implements Serializable { @Transient private Integer targetAd; + private Long couponId; + + //营销分析 private WxCouponStatisVo wxCouponStatisVo; @@ -348,6 +351,14 @@ public class WxCoupon implements Serializable { subBusiness = _subBusiness; } + public Long getCouponId() { + return couponId; + } + + public void setCouponId(Long couponId) { + this.couponId = couponId; + } + public Integer getSupportTransfer() { return supportTransfer; } diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 8e3d0ece4..b05e13719 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -765,7 +765,7 @@