From df3192f4e98377526d098928a9910c03e836c630 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期五, 06 八月 2021 22:02:36 +0800
Subject: [PATCH] 优化戴拿
---
java110-bean/src/main/java/com/java110/po/room/RoomPo.java | 46 +++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 45 insertions(+), 1 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
old mode 100644
new mode 100755
index f42f249..9f2c61f
--- a/java110-bean/src/main/java/com/java110/po/room/RoomPo.java
+++ b/java110-bean/src/main/java/com/java110/po/room/RoomPo.java
@@ -25,6 +25,11 @@
private String remark;
private String state;
private String communityId;
+ private String roomType;
+ private String statusCd;
+ private String roomSubType;
+ private String roomRent;
+ private String roomArea;
public String getRoomId() {
@@ -84,7 +89,6 @@
}
-
public String getUserId() {
return userId;
}
@@ -124,4 +128,44 @@
public void setFeeCoefficient(String feeCoefficient) {
this.feeCoefficient = feeCoefficient;
}
+
+ public String getRoomType() {
+ return roomType;
+ }
+
+ public void setRoomType(String roomType) {
+ this.roomType = roomType;
+ }
+
+ public String getStatusCd() {
+ return statusCd;
+ }
+
+ public void setStatusCd(String statusCd) {
+ this.statusCd = statusCd;
+ }
+
+ 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;
+ }
}
--
Gitblit v1.8.0