From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java b/java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
old mode 100644
new mode 100755
index afad54b..7d3a3a4
--- a/java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/feeManualCollection/FeeManualCollectionDto.java
@@ -36,6 +36,8 @@
 
     private String statusCd = "0";
 
+    private String totalFee;
+
 
     public String getSquarePrice() {
         return squarePrice;
@@ -149,4 +151,12 @@
     public void setStateName(String stateName) {
         this.stateName = stateName;
     }
+
+    public String getTotalFee() {
+        return totalFee;
+    }
+
+    public void setTotalFee(String totalFee) {
+        this.totalFee = totalFee;
+    }
 }

--
Gitblit v1.8.0