zhongrj
2023-11-25 69a1b191f02e49b7c8545c3b42744217f0dc6b8e
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")