From 42799620a7458967067438fbaf32436491e0c17d Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Thu, 02 Nov 2023 22:47:15 +0800 Subject: [PATCH] 生产环境配置修改,楼盘下转接口调整 --- src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java b/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java index 078fa15..d588352 100644 --- a/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java +++ b/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java @@ -97,6 +97,11 @@ @ApiModelProperty(value = "租房用途 1:仓库 2:办公 3:商用 4:居住") private Integer rentalUse; /** + * 审核状态 0: 待审核 1: 审核通过 2: 审核不通过 + */ + @ApiModelProperty(value = "审核状态 0: 待审核 1: 审核通过 2: 审核不通过") + private Integer auditStatus; + /** * 合同附件URL */ @ApiModelProperty(value = "合同附件URL") -- Gitblit v1.9.3