From d322fc17c5f8b5e450c0b183715ed5c1671b4c88 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 04 Dec 2023 16:41:17 +0800
Subject: [PATCH] 热线电话

---
 src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java |   15 +++++++++++++++
 1 files changed, 15 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..3d32da8 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,20 @@
 	//电话
 	private String phone;
 
+	/**
+	 * 租房时间类型  1:长期  2:中期  3:短期
+	 */
+	private Integer dldType;
+
+	/**
+	 * 角色名称
+	 */
+	private String roleName;
+
+	/**
+	 * 拼接地址
+	 */
+	private String address;
+
 
 }

--
Gitblit v1.9.3