From 89997f178abf94932c6fd54ae3be0c7d11c3ae2a Mon Sep 17 00:00:00 2001 From: gongbiao Date: Mon, 4 Mar 2019 17:05:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8A=95=E6=94=BE=E9=A2=91=E9=81=93][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=9F=A5=E8=AF=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/domain/vo/WxCouponChannelVo.java | 22 +++++++++++++++++++ .../mapper/WxCouponChannelMapper.xml | 5 +++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java index 824bad5c5..cfd8751ba 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponChannelVo.java @@ -70,6 +70,10 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { @io.swagger.annotations.ApiModelProperty(value = "是否可转赠", name = "supportTransfer") private Integer supportTransfer; + @io.swagger.annotations.ApiModelProperty(value = "砍价/拼团人数", name = "pressLimitNum") + private Integer pressLimitNum; + + public Integer getGameWeight() { return gameWeight; } @@ -206,4 +210,22 @@ public class WxCouponChannelVo extends WxCouponChannel implements Serializable { public void setSupportTransfer(Integer supportTransfer) { this.supportTransfer = supportTransfer; } + + @Override + public String getTitle() { + return title; + } + + @Override + public void setTitle(String title) { + this.title = title; + } + + public Integer getPressLimitNum() { + return pressLimitNum; + } + + public void setPressLimitNum(Integer pressLimitNum) { + this.pressLimitNum = pressLimitNum; + } } diff --git a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml index a0893618a..e9f45eff5 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml @@ -112,7 +112,8 @@ , - c.remain_inventory,c.inventory,c.cover_img,c.title,c.sub_title,c.sale_price,c.use_price,c.price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer + c.remain_inventory,c.inventory,c.cover_img,c.title,c.sub_title,c.sale_price, + c.use_price,c.price,c.unit,c.use_limit_quantity,c.send_type,c.support_transfer,c.press_limit_num @@ -139,7 +140,7 @@ - +