From 91e2a286bb5b72172bb2e2d5f96be03439c51f72 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 08 Dec 2023 10:46: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