|
|
@@ -20,6 +20,7 @@ public class WxCouponChannelAddVo implements Serializable { |
|
|
this.couponId = wxCoupon.getId(); |
|
|
this.couponId = wxCoupon.getId(); |
|
|
this.title = wxCoupon.getTitle(); |
|
|
this.title = wxCoupon.getTitle(); |
|
|
this.validEndDate = wxCoupon.getValidEndDate(); |
|
|
this.validEndDate = wxCoupon.getValidEndDate(); |
|
|
|
|
|
this.channelId = channelId; |
|
|
return this; |
|
|
return this; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|