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