|
|
|
@@ -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; |
|
|
|
} |
|
|
|
|