lin
2024-03-14 c4e2c196aad8af656d94bc47e9f1a80bc504b5d7
src/main/java/org/springblade/modules/article/service/IArticleCommentService.java
@@ -23,4 +23,5 @@
   IPage<ArticleCommentVO> selectArticleCommentPage(IPage<ArticleCommentVO> page, ArticleCommentVO noticeComment);
   String saveComment(ArticleCommentEntity articleComment);
}