winter 1 год назад
Родитель
Сommit
4b92eeb5c3
1 измененных файлов: 4 добавлений и 0 удалений
  1. +4
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxFinanceReceiveVo.java

+ 4
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxFinanceReceiveVo.java Просмотреть файл

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


Загрузка…
Отмена
Сохранить