From cd0cc8910180826a92451c44a55c2799d7cdca81 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 10 Nov 2023 17:28:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 d588352..4388591 100644
--- a/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java
+++ b/src/main/java/org/springblade/modules/house/entity/HouseRentalEntity.java
@@ -97,9 +97,9 @@
 	@ApiModelProperty(value = "租房用途 1:仓库 2:办公 3:商用  4:居住")
 	private Integer rentalUse;
 	/**
-	 * 审核状态 0: 待审核 1: 审核通过 2: 审核不通过
+	 * 审核状态 0: 待确认 1: 已确认
 	 */
-	@ApiModelProperty(value = "审核状态 0: 待审核 1: 审核通过 2: 审核不通过")
+	@ApiModelProperty(value = "审核状态 0: 待确认 1: 已确认")
 	private Integer auditStatus;
 	/**
 	 * 合同附件URL

--
Gitblit v1.9.3