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