Browse Source

[券订单][修改][导出数据]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
b77b6ef29c
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java

+ 8
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java View File

@@ -46,6 +46,14 @@ public class WxCouponOrderBVo extends WxCouponOrder{
@io.swagger.annotations.ApiModelProperty(value="券名称",name="title")
private String title;

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;


Loading…
Cancel
Save