|
|
|
@@ -134,6 +134,9 @@ public class WxFinanceReceiveVo implements Serializable { |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "支付给商户金额", name = "payMoney") |
|
|
|
private String payMoney; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="账单支付给商户金额",name="billPay") |
|
|
|
private String billPay; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private String billCusName; |
|
|
|
@@ -168,6 +171,7 @@ public class WxFinanceReceiveVo implements Serializable { |
|
|
|
this.feesId = receiveBill.getFeesId(); |
|
|
|
this.payWay = receiveBill.getPayWay(); |
|
|
|
this.billReceive = receiveBill.getReceive(); |
|
|
|
this.billPay = receiveBill.getPay(); |
|
|
|
this.starttime = receiveBill.getStarttime(); |
|
|
|
this.endtime = receiveBill.getEndtime(); |
|
|
|
} |
|
|
|
|