Просмотр исходного кода

【券订单实体][修改][cUserPhone与bUserName添加getter和setter]

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
98d38c5d75
1 измененных файлов: 24 добавлений и 0 удалений
  1. +24
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java

+ 24
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java Просмотреть файл

@@ -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")


Загрузка…
Отмена
Сохранить