linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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;
   /**
    * 审核备注