| @@ -53,6 +53,14 @@ public class WxCouponOrderBVo extends WxCouponOrder{ | |||||
| this.cUserPhone = cUserPhone; | this.cUserPhone = cUserPhone; | ||||
| } | } | ||||
| public String getcuserPhone() { | |||||
| return cUserPhone; | |||||
| } | |||||
| public void setcuserPhone(String cUserPhone) { | |||||
| this.cUserPhone = cUserPhone; | |||||
| } | |||||
| @Excel(name = "会员手机号", width = 20, orderNum = "13") | @Excel(name = "会员手机号", width = 20, orderNum = "13") | ||||
| @io.swagger.annotations.ApiModelProperty(value="c用户绑定的手机号",name="cUserPhone") | @io.swagger.annotations.ApiModelProperty(value="c用户绑定的手机号",name="cUserPhone") | ||||
| private String cUserPhone; | private String cUserPhone; | ||||
| @@ -108,6 +116,22 @@ public class WxCouponOrderBVo extends WxCouponOrder{ | |||||
| @io.swagger.annotations.ApiModelProperty(value = "补贴类型", name = "subsidyType") | @io.swagger.annotations.ApiModelProperty(value = "补贴类型", name = "subsidyType") | ||||
| private Integer 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") | @io.swagger.annotations.ApiModelProperty(value="b端用户姓名",name="bUserName") | ||||
| private String bUserName; | private String bUserName; | ||||
| @io.swagger.annotations.ApiModelProperty(value="b端用户手机号",name="bUserPhone") | @io.swagger.annotations.ApiModelProperty(value="b端用户手机号",name="bUserPhone") | ||||