linwei
2024-01-31 b3b566ebdfed4005aaa513da3d5d2fd3924903cc
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;
   /**
    * 审核备注