From 06c5736e13f1a5e53041153759dca8476a381f8f Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Thu, 14 Dec 2023 17:56:41 +0800 Subject: [PATCH] 管理后台优化 --- src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java | 10 ++++++++++ 1 files changed, 10 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 59cf791..a6280f2 100644 --- a/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java +++ b/src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java @@ -31,5 +31,15 @@ */ private String roleName; + /** + * 拼接地址 + */ + private String address; + + /** + * 是否到期 0:未到期 1:已到期 2:已终止 + */ + private Integer status; + } -- Gitblit v1.9.3