From 867a55534175029c57385e8d4f403639fa65c7ad Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 20 一月 2021 23:44:51 +0800
Subject: [PATCH] 优化报修相关代码

---
 java110-bean/src/main/java/com/java110/po/room/RoomPo.java |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/room/RoomPo.java b/java110-bean/src/main/java/com/java110/po/room/RoomPo.java
index e97b790..5595b8b 100644
--- a/java110-bean/src/main/java/com/java110/po/room/RoomPo.java
+++ b/java110-bean/src/main/java/com/java110/po/room/RoomPo.java
@@ -20,11 +20,12 @@
     private String section;
     private String apartment;
     private String builtUpArea;
-    private String unitPrice;
+    private String feeCoefficient;
     private String userId;
     private String remark;
     private String state;
     private String communityId;
+    private String roomType;
 
 
     public String getRoomId() {
@@ -83,13 +84,6 @@
         this.builtUpArea = builtUpArea;
     }
 
-    public String getUnitPrice() {
-        return unitPrice;
-    }
-
-    public void setUnitPrice(String unitPrice) {
-        this.unitPrice = unitPrice;
-    }
 
     public String getUserId() {
         return userId;
@@ -122,4 +116,20 @@
     public void setCommunityId(String communityId) {
         this.communityId = communityId;
     }
+
+    public String getFeeCoefficient() {
+        return feeCoefficient;
+    }
+
+    public void setFeeCoefficient(String feeCoefficient) {
+        this.feeCoefficient = feeCoefficient;
+    }
+
+    public String getRoomType() {
+        return roomType;
+    }
+
+    public void setRoomType(String roomType) {
+        this.roomType = roomType;
+    }
 }

--
Gitblit v1.8.0