|
|
@@ -53,6 +53,14 @@ public class WxMerchantTradeDailyVo extends BaseEntity { |
|
|
@io.swagger.annotations.ApiModelProperty(value="商户名",name="merchantName") |
|
|
@io.swagger.annotations.ApiModelProperty(value="商户名",name="merchantName") |
|
|
private String merchantName; |
|
|
private String merchantName; |
|
|
|
|
|
|
|
|
|
|
|
public String getbUserName() { |
|
|
|
|
|
return bUserName; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setbUserName(String bUserName) { |
|
|
|
|
|
this.bUserName = bUserName; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@Excel(name = "操作人", width = 20, orderNum = "6") |
|
|
@Excel(name = "操作人", width = 20, orderNum = "6") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "b端用户姓名", name = "bUserName") |
|
|
@io.swagger.annotations.ApiModelProperty(value = "b端用户姓名", name = "bUserName") |
|
|
private String bUserName; |
|
|
private String bUserName; |
|
|
|