From 5d5cd3ad979a0b85ab8c7034dcad1663fdcf71be Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Fri, 01 Dec 2023 14:18:53 +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..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,6 +97,11 @@ @ApiModelProperty(value = "租房用途 1:仓库 2:办公 3:商用 4:居住") private Integer rentalUse; /** + * 审核状态 0: 待确认 1: 已确认 + */ + @ApiModelProperty(value = "审核状态 0: 待确认 1: 已确认") + private Integer auditStatus; + /** * 合同附件URL */ @ApiModelProperty(value = "合同附件URL") -- Gitblit v1.9.3