linwei
2024-01-23 5745a87f3a139ea2bbdaf4704978e4c151ecc45a
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;
   /**
    * 审核备注