From 5bb9f3b4a1b8096a9148eee0c767cf87f8e4b215 Mon Sep 17 00:00:00 2001 From: zhongrj <646384940@qq.com> Date: Thu, 21 Dec 2023 09:24:43 +0800 Subject: [PATCH] 场所数据处理时只处理Poi 不为空的 --- src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 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 baaaebf..6f004be 100644 --- a/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java +++ b/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java @@ -96,7 +96,7 @@ /** * 审核状态 0: 待确认 1: 已确认 */ - @ApiModelProperty(value = "审核状态 0: 待确认 1: 已确认") + @ApiModelProperty(value = "审核状态 0: 待审核 1: 审核通过 2: 审核不通过 10未到期; 20即将到期 ;30 已到期") private Integer auditStatus; /** * 合同附件URL -- Gitblit v1.9.3