|
|
|
@@ -35,7 +35,6 @@ public class WxCouponOrderBVo extends WxCouponOrder{ |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "", name = "tenantId") |
|
|
|
private String tenantId; |
|
|
|
|
|
|
|
@Excel(name="订单号",width = 20) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "用户订单ID", name = "orderId") |
|
|
|
private Long orderId; |
|
|
|
|
|
|
|
@@ -109,26 +108,8 @@ 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 getbUserPhone() { |
|
|
|
return bUserPhone; |
|
|
|
} |
|
|
|
|
|
|
|
public void setbUserPhone(String bUserPhone) { |
|
|
|
this.bUserPhone = bUserPhone; |
|
|
|
} |
|
|
|
|
|
|
|
@Excel(name = "商户管理员(核销人)姓名", width = 50) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="b端用户姓名",name="bUserName") |
|
|
|
private String bUserName; |
|
|
|
@Excel(name="商户管理员手机",width = 20) |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="b端用户手机号",name="bUserPhone") |
|
|
|
private String bUserPhone; |
|
|
|
@Excel(name = "商户名", width = 50, orderNum = "3") |
|
|
|
|