From 98d38c5d75c8eae4cb0228f963c910b7e017919f Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 10 Jul 2019 14:22:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=88=B8=E8=AE=A2=E5=8D=95=E5=AE=9E?= =?UTF-8?q?=E4=BD=93][=E4=BF=AE=E6=94=B9][cUserPhone=E4=B8=8EbUserName?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0getter=E5=92=8Csetter]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iformall/domain/vo/WxCouponOrderBVo.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java index 57216490b..31236e152 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java @@ -53,6 +53,14 @@ public class WxCouponOrderBVo extends WxCouponOrder{ this.cUserPhone = cUserPhone; } + public String getcuserPhone() { + return cUserPhone; + } + + public void setcuserPhone(String cUserPhone) { + this.cUserPhone = cUserPhone; + } + @Excel(name = "会员手机号", width = 20, orderNum = "13") @io.swagger.annotations.ApiModelProperty(value="c用户绑定的手机号",name="cUserPhone") private String cUserPhone; @@ -108,6 +116,22 @@ public class WxCouponOrderBVo extends WxCouponOrder{ @io.swagger.annotations.ApiModelProperty(value = "补贴类型", name = "subsidyType") private Integer subsidyType; + public String getbUserName() { + return bUserName; + } + + public void setbUserName(String bUserName) { + this.bUserName = bUserName; + } + + public String getbuserName() { + return bUserName; + } + + public void setbuserName(String bUserName) { + this.bUserName = bUserName; + } + @io.swagger.annotations.ApiModelProperty(value="b端用户姓名",name="bUserName") private String bUserName; @io.swagger.annotations.ApiModelProperty(value="b端用户手机号",name="bUserPhone")