From c5dc6db7a22b375f2f9302260fd084953edd9068 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Fri, 22 Dec 2023 09:38:24 +0800
Subject: [PATCH] 租赁新增,删除修改

---
 src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
index 652e48b..a6280f2 100644
--- a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
+++ b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -21,5 +21,25 @@
 	//电话
 	private String phone;
 
+	/**
+	 * 租房时间类型  1:长期  2:中期  3:短期
+	 */
+	private Integer dldType;
+
+	/**
+	 * 角色名称
+	 */
+	private String roleName;
+
+	/**
+	 * 拼接地址
+	 */
+	private String address;
+
+	/**
+	 * 是否到期 0:未到期  1:已到期  2:已终止
+	 */
+	private Integer status;
+
 
 }

--
Gitblit v1.9.3