From d0b0e00e40226700a0ffa1f1671a8dc273610f67 Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Mon, 18 Dec 2023 14:28:10 +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