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