From 7bcd0d2d7510cb2ba67099cd768e1b2b6d047dc2 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Thu, 22 Feb 2024 17:16:27 +0800
Subject: [PATCH] 投票人员查询优化

---
 src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 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 3d32da8..41b4ebf 100644
--- a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
+++ b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -36,5 +36,34 @@
 	 */
 	private String address;
 
+	/**
+	 * 是否到期 0:未到期  1:已到期  2:已终止
+	 */
+	private Integer status;
+
+	/**
+	 * 区域编号
+	 */
+	private String regionCode;
+
+	/**
+	 * 开始时间
+	 */
+	private String startTime;
+
+	/**
+	 * 结束时间
+	 */
+	private String endTime;
+
+	private  String neiCode;
+
+	private Long userId;
+
+	/**
+	 * 社区编号
+	 */
+	private String communityCode;
+
 
 }

--
Gitblit v1.9.3