From 995c8802ba534780a4d1fb34c19c3347a3fd3f94 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 16 十月 2021 15:53:12 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java b/java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java
index ae4ae14..938bfa7 100755
--- a/java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/roomRenovation/RoomRenovationDto.java
@@ -30,6 +30,11 @@
private String personTel;
//褰撳墠鐢ㄦ埛id
private String userId;
+ private String isPostpone;
+ private String postponeTime;
+ private String renovationCompany;
+ private String personMain;
+ private String personMainTel;
private Date createTime;
@@ -165,4 +170,44 @@
public void setUserId(String userId) {
this.userId = userId;
}
+
+ public String getIsPostpone() {
+ return isPostpone;
+ }
+
+ public void setIsPostpone(String isPostpone) {
+ this.isPostpone = isPostpone;
+ }
+
+ public String getPostponeTime() {
+ return postponeTime;
+ }
+
+ public void setPostponeTime(String postponeTime) {
+ this.postponeTime = postponeTime;
+ }
+
+ public String getRenovationCompany() {
+ return renovationCompany;
+ }
+
+ public void setRenovationCompany(String renovationCompany) {
+ this.renovationCompany = renovationCompany;
+ }
+
+ public String getPersonMain() {
+ return personMain;
+ }
+
+ public void setPersonMain(String personMain) {
+ this.personMain = personMain;
+ }
+
+ public String getPersonMainTel() {
+ return personMainTel;
+ }
+
+ public void setPersonMainTel(String personMainTel) {
+ this.personMainTel = personMainTel;
+ }
}
--
Gitblit v1.8.0