linwe
2024-05-24 2a934daeb805d64a60100eb6697c32cb7a50aedb
src/main/java/org/springblade/modules/article/entity/ArticleCommentEntity.java
@@ -133,7 +133,7 @@
   /**
    * 是否删除
    */
   @TableLogic
   // @TableLogic
   @ApiModelProperty("是否已删除 0:否  1:是")
   private Integer isDeleted;
}