From 2a9a31910fdc5381e21120335cb04520a556daba Mon Sep 17 00:00:00 2001 From: luozukai Date: Fri, 26 Apr 2019 19:36:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E9=A1=B5=E7=BB=9F=E8=AE=A1][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E4=BF=AE=E6=94=B9=E5=87=BA=E7=A7=9F?= =?UTF-8?q?=E4=BF=A1=E6=81=AF]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/iformall/domain/po/WxCoupon.java | 11 +++++++++++ .../src/main/resources/mapper/WxCouponMapper.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 @@