|
|
|
@@ -28,6 +28,23 @@ public class WxMerchantTradeDaily implements Serializable { |
|
|
|
private String tenantId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "商户id", name = "merchantId") |
|
|
|
private Long merchantId; |
|
|
|
|
|
|
|
public Long getbUserId() { |
|
|
|
return bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setbUserId(Long bUserId) { |
|
|
|
this.bUserId = bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public Long getBUserId() { |
|
|
|
return bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
public void setBUserId(Long bUserId) { |
|
|
|
this.bUserId = bUserId; |
|
|
|
} |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "b用户id", name = "bUserId") |
|
|
|
private Long bUserId; |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "交易额", name = "tradeAmt") |
|
|
|
|