From cddcf22a61489ee9c2dfee169d817ccd66f95430 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 九月 2021 02:23:43 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java b/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
index 93007a8..5218a30 100755
--- a/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/report/ReportFeeDto.java
@@ -92,6 +92,10 @@
private String storeName;
private String storeTypeCd;
+ private String roomSubType;
+ private String roomRent;
+ private String roomArea;
+
@@ -510,4 +514,28 @@
public void setMwPrice(String mwPrice) {
this.mwPrice = mwPrice;
}
+
+ 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