From b6184e2ddf3db37a94f7efb3b619bbc64642a292 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期二, 27 一月 2026 18:12:48 +0800
Subject: [PATCH] Z四

---
 java110-bean/src/main/java/com/java110/vo/api/ApiRoomDataVo.java |  285 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 283 insertions(+), 2 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/vo/api/ApiRoomDataVo.java b/java110-bean/src/main/java/com/java110/vo/api/ApiRoomDataVo.java
index 99f3336..9317ab6 100755
--- a/java110-bean/src/main/java/com/java110/vo/api/ApiRoomDataVo.java
+++ b/java110-bean/src/main/java/com/java110/vo/api/ApiRoomDataVo.java
@@ -1,6 +1,6 @@
 package com.java110.vo.api;
 
-import com.java110.dto.RoomAttrDto;
+import com.java110.dto.room.RoomAttrDto;
 
 import java.io.Serializable;
 import java.util.List;
@@ -32,13 +32,111 @@
     private String apartment;
     private String apartmentName;
     private String roomType;
+    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 roomSubTypeName;
     private String ownerId;
     private String ownerName;
     private String idCard;
     private String link;
+    private String startTime;
+    private String endTime;
+
+    private String roomName;
 
     private List<RoomAttrDto> roomAttrDto;
+
+
+    private String memberCount;
+    private String carCount;
+    private String roomCount;
+    private String complaintCount;
+    private String repairCount;
+    private String roomOweFee;
+    private String oweFee;
+
+    private String contractCount;
+
+    /**
+     * 璺悕锛堝搴斿湴鍧�涓殑閬撹矾鍚嶇О锛�
+     */
+    private String roadName;
+
+    /**
+     * 璐拱鏃ユ湡锛堟牸寮忥細YYYY-MM-DD锛屾湭璐拱鍒欎负绌猴級
+     */
+    private String buyDate;
+
+    /**
+     * 鍑哄敭鏃ユ湡锛堟牸寮忥細YYYY-MM-DD锛屾湭鍑哄敭鍒欎负绌猴級
+     */
+    private String sellDate;
+
+    /**
+     * 鍑哄敭鐘舵�侊紙鍙�夊�硷細鏈嚭鍞�佸凡鍑哄敭銆佸凡棰勮锛�
+     * 榛樿涓�"鏈嚭鍞�"
+     */
+    private String sellState;
+
+    /**
+     * 璐埧鑰呭鍚嶏紙澶氫汉鐢ㄩ�楀彿鍒嗛殧锛�
+     */
+    private String roomBuyer;
+
+    /**
+     * 璁惧杩愯璐癸紙鍗曚綅锛氬厓锛岀簿搴︿繚鐣�2浣嶅皬鏁帮級
+     * 榛樿涓�0.00
+     */
+    private String eoc;
+
+    /**
+     * 鎴垮眿浜ц瘉缂栧彿锛圥roperty certificate number锛�
+     */
+    private String propertyCertificateNo;
+
+    /**
+     * 鏄惁瀹夎鍏呯數妗╋紙0=鏈畨瑁咃紝1=宸插畨瑁咃級
+     * 榛樿涓�0锛堟湭瀹夎锛�
+     */
+    private Integer isEvChargerInstalled;
 
 
     public String getFeeCoefficient() {
@@ -120,7 +218,6 @@
     public void setApartment(String apartment) {
         this.apartment = apartment;
     }
-
 
     public String getUnitNum() {
         return unitNum;
@@ -217,4 +314,188 @@
     public void setRoomType(String roomType) {
         this.roomType = roomType;
     }
+
+    public String getRoomSubType() {
+        return roomSubType;
+    }
+
+    public void setRoomSubType(String roomSubType) {
+        this.roomSubType = roomSubType;
+    }
+
+    public String getRoomRent() {
+        return roomRent;
+    }
+
+    public void setRoomRent(String roomRent) {
+        this.roomRent = roomRent;
+    }
+
+    public String getRoomArea() {
+        return roomArea;
+    }
+
+    public void setRoomArea(String roomArea) {
+        this.roomArea = roomArea;
+    }
+
+    public String getRoomSubTypeName() {
+        return roomSubTypeName;
+    }
+
+    public void setRoomSubTypeName(String roomSubTypeName) {
+        this.roomSubTypeName = roomSubTypeName;
+    }
+
+    public String getStartTime() {
+        return startTime;
+    }
+
+    public void setStartTime(String startTime) {
+        this.startTime = startTime;
+    }
+
+    public String getEndTime() {
+        return endTime;
+    }
+
+    public void setEndTime(String endTime) {
+        this.endTime = endTime;
+    }
+
+    public String getRoomName() {
+        return roomName;
+    }
+
+    public void setRoomName(String roomName) {
+        this.roomName = roomName;
+    }
+
+    public String getMemberCount() {
+        return memberCount;
+    }
+
+    public void setMemberCount(String memberCount) {
+        this.memberCount = memberCount;
+    }
+
+    public String getCarCount() {
+        return carCount;
+    }
+
+    public void setCarCount(String carCount) {
+        this.carCount = carCount;
+    }
+
+    public String getRoomCount() {
+        return roomCount;
+    }
+
+    public void setRoomCount(String roomCount) {
+        this.roomCount = roomCount;
+    }
+
+    public String getComplaintCount() {
+        return complaintCount;
+    }
+
+    public void setComplaintCount(String complaintCount) {
+        this.complaintCount = complaintCount;
+    }
+
+    public String getRepairCount() {
+        return repairCount;
+    }
+
+    public void setRepairCount(String repairCount) {
+        this.repairCount = repairCount;
+    }
+
+    public String getRoomOweFee() {
+        return roomOweFee;
+    }
+
+    public void setRoomOweFee(String roomOweFee) {
+        this.roomOweFee = roomOweFee;
+    }
+
+    public String getOweFee() {
+        return oweFee;
+    }
+
+    public void setOweFee(String oweFee) {
+        this.oweFee = oweFee;
+    }
+
+    public String getContractCount() {
+        return contractCount;
+    }
+
+    public void setContractCount(String contractCount) {
+        this.contractCount = contractCount;
+    }
+
+    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 getPropertyCertificateNo() {
+        return propertyCertificateNo;
+    }
+
+    public void setPropertyCertificateNo(String propertyCertificateNo) {
+        this.propertyCertificateNo = propertyCertificateNo;
+    }
+
+    public Integer getIsEvChargerInstalled() {
+        return isEvChargerInstalled;
+    }
+
+    public void setIsEvChargerInstalled(Integer isEvChargerInstalled) {
+        this.isEvChargerInstalled = isEvChargerInstalled;
+    }
 }

--
Gitblit v1.8.0