From e52ddfe8caf7d0027950033a5aff2a1fd3482e9d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 01 六月 2022 17:50:25 +0800
Subject: [PATCH] 优化装修 跟踪记录 回显
---
java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java | 81 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java b/java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java
old mode 100644
new mode 100755
index 589934f..356184a
--- a/java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/api/fee/ApiFeeDataVo.java
@@ -24,6 +24,7 @@
private String feeId;
private String userId;
private String payerObjId;
+ private String payerObjName;
private String payerObjType;
private String configId;
@@ -38,6 +39,7 @@
private String additionalAmount;
private String feePrice;
+ private String feeTotalPrice;
private String isDefault;
private String paymentCd;
@@ -52,6 +54,20 @@
private String preReadingTime;
private String curReadingTime;
+ private String mwPrice;
+
+ private String carTypeCd;
+
+ private String batchId;
+
+ //鏄犲皠鍏崇郴寮�鍏冲��
+ private String val;
+
+ private String offlinePayFeeSwitch;
+
+ //瀹炴敹閲戦鏄犲皠寮�鍏冲��
+ private String receivedAmountSwitch;
+
private List<FeeAttrDto> feeAttrs;
public String getAmount() {
@@ -301,4 +317,69 @@
public void setFeeAttrs(List<FeeAttrDto> feeAttrs) {
this.feeAttrs = feeAttrs;
}
+
+ public String getMwPrice() {
+ return mwPrice;
+ }
+
+ public void setMwPrice(String mwPrice) {
+ this.mwPrice = mwPrice;
+ }
+
+ public String getCarTypeCd() {
+ return carTypeCd;
+ }
+
+ public void setCarTypeCd(String carTypeCd) {
+ this.carTypeCd = carTypeCd;
+ }
+
+
+ public String getBatchId() {
+ return batchId;
+ }
+
+ public void setBatchId(String batchId) {
+ this.batchId = batchId;
+ }
+
+ public String getFeeTotalPrice() {
+ return feeTotalPrice;
+ }
+
+ public void setFeeTotalPrice(String feeTotalPrice) {
+ this.feeTotalPrice = feeTotalPrice;
+ }
+
+ public String getVal() {
+ return val;
+ }
+
+ public void setVal(String val) {
+ this.val = val;
+ }
+
+ public String getOfflinePayFeeSwitch() {
+ return offlinePayFeeSwitch;
+ }
+
+ public void setOfflinePayFeeSwitch(String offlinePayFeeSwitch) {
+ this.offlinePayFeeSwitch = offlinePayFeeSwitch;
+ }
+
+ public String getReceivedAmountSwitch() {
+ return receivedAmountSwitch;
+ }
+
+ public void setReceivedAmountSwitch(String receivedAmountSwitch) {
+ this.receivedAmountSwitch = receivedAmountSwitch;
+ }
+
+ public String getPayerObjName() {
+ return payerObjName;
+ }
+
+ public void setPayerObjName(String payerObjName) {
+ this.payerObjName = payerObjName;
+ }
}
--
Gitblit v1.8.0