From e57e32fc43da31917912eebb4e47d4e50df1a9e9 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期四, 05 八月 2021 22:56:15 +0800
Subject: [PATCH] 完善格式化功能

---
 java110-bean/src/main/java/com/java110/po/rentingAppointment/RentingAppointmentPo.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/po/rentingAppointment/RentingAppointmentPo.java b/java110-bean/src/main/java/com/java110/po/rentingAppointment/RentingAppointmentPo.java
old mode 100644
new mode 100755
index 5aa736c..8c105b7
--- a/java110-bean/src/main/java/com/java110/po/rentingAppointment/RentingAppointmentPo.java
+++ b/java110-bean/src/main/java/com/java110/po/rentingAppointment/RentingAppointmentPo.java
@@ -16,6 +16,8 @@
     private String tenantSex;
     private String storeId;
     private String roomId;
+    private String rentingId;
+
 
     public String getMsg() {
         return msg;
@@ -113,5 +115,11 @@
         this.roomId = roomId;
     }
 
+    public String getRentingId() {
+        return rentingId;
+    }
 
+    public void setRentingId(String rentingId) {
+        this.rentingId = rentingId;
+    }
 }

--
Gitblit v1.8.0