From 23f449af3694358ee39b2c4441ef6327376eeef4 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Thu, 28 Dec 2023 11:25:03 +0800 Subject: [PATCH] e 呼即办新增地图选点地址及数据处理,住户数据处理 --- src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java | 19 +++++++++++++++++++ 1 files changed, 19 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 a6280f2..f2be28c 100644 --- a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java +++ b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java @@ -41,5 +41,24 @@ */ private Integer status; + /** + * 区域编号 + */ + private String regionCode; + + /** + * 开始时间 + */ + private String startTime; + + /** + * 结束时间 + */ + private String endTime; + + private String neiCode; + + private Long userId; + } -- Gitblit v1.9.3