From cb734129b410c02275c0f2fc5e820d6ccc0e17c0 Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Tue, 18 Jun 2024 18:12:20 +0800 Subject: [PATCH] 出租屋查询房东信息 --- src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 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 41b4ebf..fc855df 100644 --- a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java +++ b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java @@ -26,10 +26,7 @@ */ private Integer dldType; - /** - * 角色名称 - */ - private String roleName; + /** * 拼接地址 @@ -61,9 +58,24 @@ private Long userId; /** + * 角色名称 + */ + private String roleName; + + /** * 社区编号 */ private String communityCode; + /** + * 街道名称 + */ + private String townStreetName; + + /** + * 社区名称 + */ + private String neiName; + } -- Gitblit v1.9.3