linwe
2024-07-08 7a1e4d9fe3fe2172d5c4fba524f17ffd73ffbb3e
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;
   /**
    * 审核备注