linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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
@@ -117,6 +117,7 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @ApiModelProperty("创建时间")
   @TableField(value = "create_time",fill = FieldFill.INSERT)
   private Date createTime;
   /**