From cc717a7a9817179d6c18a0f085271992f5635ddf Mon Sep 17 00:00:00 2001
From: chengf <2156125618@qq.com>
Date: 星期三, 16 七月 2025 18:15:14 +0800
Subject: [PATCH] 导入房产添加字段、代码优化2025/07/16

---
 java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java b/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
index 3a6d982..c190906 100755
--- a/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
@@ -96,7 +96,42 @@
     private String roomSubType;
     private String roomRent;
     private String roomArea;
+    private String doorRoomNum;
+    private String propertyType;
+    private String propertyAddress;
+    private String houseCertificateNo;
 
+    public String getDoorRoomNum() {
+        return doorRoomNum;
+    }
+
+    public void setDoorRoomNum(String doorRoomNum) {
+        this.doorRoomNum = doorRoomNum;
+    }
+
+    public String getPropertyAddress() {
+        return propertyAddress;
+    }
+
+    public void setPropertyAddress(String propertyAddress) {
+        this.propertyAddress = propertyAddress;
+    }
+
+    public String getHouseCertificateNo() {
+        return houseCertificateNo;
+    }
+
+    public void setHouseCertificateNo(String houseCertificateNo) {
+        this.houseCertificateNo = houseCertificateNo;
+    }
+
+    public String getPropertyType() {
+        return propertyType;
+    }
+
+    public void setPropertyType(String propertyType) {
+        this.propertyType = propertyType;
+    }
     private String payOnline;
     private String scale;
     private String decimalPlace;

--
Gitblit v1.8.0