guoshilong
2023-11-03 fb798e4982a392408b3e8324c69baba0824fe3fd
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")