zhongrj
2024-03-19 fc8389e8600a12738ac85899061aadf71dbd905e
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);
}