From eba78ba8fec77a2781444d27098a5ea78512635b Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 12 六月 2021 00:35:12 +0800
Subject: [PATCH] 加入报表工鞥呢
---
java110-bean/src/main/java/com/java110/po/room/RoomPo.java | 35 +++++++++++++++++++++++++++--------
1 files changed, 27 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
old mode 100644
new mode 100755
index e97b790..ef5752b
--- 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,13 @@
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;
+ private String statusCd;
public String getRoomId() {
@@ -83,13 +85,6 @@
this.builtUpArea = builtUpArea;
}
- public String getUnitPrice() {
- return unitPrice;
- }
-
- public void setUnitPrice(String unitPrice) {
- this.unitPrice = unitPrice;
- }
public String getUserId() {
return userId;
@@ -122,4 +117,28 @@
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;
+ }
+
+ public String getStatusCd() {
+ return statusCd;
+ }
+
+ public void setStatusCd(String statusCd) {
+ this.statusCd = statusCd;
+ }
}
--
Gitblit v1.8.0