From dd6687b118561100e1677e88a9c2f5842a54c531 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期四, 16 四月 2026 18:14:14 +0800
Subject: [PATCH] 水电话费
---
java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java | 185 ++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 184 insertions(+), 1 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java b/java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java
index 5e7aa4b..f345f8b 100644
--- a/java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/importData/ImportOwnerRoomDto.java
@@ -5,15 +5,17 @@
public class ImportOwnerRoomDto implements Serializable {
private String communityId;
-
+ private String roomId;
private String floorNum;
private String unitNum;
+ private String unitName;
private String roomNum;
private String layerCount;
private String lift; // 鏄惁鏈夌數姊�
private String roomSubType; // 鎴垮眿绫诲瀷
private String section;
private String builtUpArea;
+ private String remark;
private String roomArea;
private String roomRent;
private String ownerName;
@@ -27,10 +29,87 @@
private String roomState;
private String personType;
+ private String address;
private String personRole;
private String concactPerson;
private String concactLink;
+ private String doorRoomNum;
+ private String propertyType;
+ private String propertyAddress;
+ private String houseCertificateNo;
+ private String roadName;
+ private String buyDate;
+ private String sellDate;
+ private String sellState;
+ private String roomBuyer;
+ private String eoc;
+
+ private String ownerId;
+
+ private String propertyCertificateNo;
+ private String isEvChargerInstalled;
+ private String householdPoliceStation;
+
+ private String propertyFeeMonth;
+
+ private String monthlyUnitPrice;
+
+ public String getRemark() {
+ return remark;
+ }
+
+ public void setRemark(String remark) {
+ this.remark = remark;
+ }
+
+ public String getPropertyFeeMonth() {
+ return propertyFeeMonth;
+ }
+
+ public void setPropertyFeeMonth(String propertyFeeMonth) {
+ this.propertyFeeMonth = propertyFeeMonth;
+ }
+
+ public String getMonthlyUnitPrice() {
+ return monthlyUnitPrice;
+ }
+
+ public void setMonthlyUnitPrice(String monthlyUnitPrice) {
+ this.monthlyUnitPrice = monthlyUnitPrice;
+ }
+
+ 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;
+ }
public String getFloorNum() {
return floorNum;
@@ -46,6 +125,14 @@
public void setUnitNum(String unitNum) {
this.unitNum = unitNum;
+ }
+
+ public String getUnitName() {
+ return unitName;
+ }
+
+ public void setUnitName(String unitName) {
+ this.unitName = unitName;
}
public String getRoomNum() {
@@ -181,6 +268,14 @@
return userId;
}
+ public String getAddress() {
+ return address;
+ }
+
+ public void setAddress(String address) {
+ this.address = address;
+ }
+
public void setUserId(String userId) {
this.userId = userId;
}
@@ -224,4 +319,92 @@
public void setConcactLink(String concactLink) {
this.concactLink = concactLink;
}
+
+ public String getRoadName() {
+ return roadName;
+ }
+
+ public void setRoadName(String roadName) {
+ this.roadName = roadName;
+ }
+
+ public String getBuyDate() {
+ return buyDate;
+ }
+
+ public void setBuyDate(String buyDate) {
+ this.buyDate = buyDate;
+ }
+
+ public String getSellDate() {
+ return sellDate;
+ }
+
+ public void setSellDate(String sellDate) {
+ this.sellDate = sellDate;
+ }
+
+ public String getSellState() {
+ return sellState;
+ }
+
+ public void setSellState(String sellState) {
+ this.sellState = sellState;
+ }
+
+ public String getRoomBuyer() {
+ return roomBuyer;
+ }
+
+ public void setRoomBuyer(String roomBuyer) {
+ this.roomBuyer = roomBuyer;
+ }
+
+ public String getEoc() {
+ return eoc;
+ }
+
+ public void setEoc(String eoc) {
+ this.eoc = eoc;
+ }
+
+ public String getRoomId() {
+ return roomId;
+ }
+
+ public void setRoomId(String roomId) {
+ this.roomId = roomId;
+ }
+
+ public String getOwnerId() {
+ return ownerId;
+ }
+
+ public void setOwnerId(String ownerId) {
+ this.ownerId = ownerId;
+ }
+
+ public String getPropertyCertificateNo() {
+ return propertyCertificateNo;
+ }
+
+ public void setPropertyCertificateNo(String propertyCertificateNo) {
+ this.propertyCertificateNo = propertyCertificateNo;
+ }
+
+ public String getIsEvChargerInstalled() {
+ return isEvChargerInstalled;
+ }
+
+ public void setIsEvChargerInstalled(String isEvChargerInstalled) {
+ this.isEvChargerInstalled = isEvChargerInstalled;
+ }
+
+ public String getHouseholdPoliceStation() {
+ return householdPoliceStation;
+ }
+
+ public void setHouseholdPoliceStation(String householdPoliceStation) {
+ this.householdPoliceStation = householdPoliceStation;
+ }
}
--
Gitblit v1.8.0