linwei
2024-02-03 b7df6735bcb2d447cae7fcfba2d12accf3dd2fcc
src/main/java/org/springblade/modules/property/entity/PropertyCompanyCommentEntity.java
@@ -65,9 +65,9 @@
   @ApiModelProperty(value = "审核时间")
   private Date checkTime;
   /**
    * 审核状态
    * 审核状态 1:待审核 2:审核通过 3:审核不通过
    */
   @ApiModelProperty(value = "审核状态")
   @ApiModelProperty(value = "审核状态 1:待审核 2:审核通过 3:审核不通过")
   private Integer checkStatus;
   /**
    * 审核备注