lin
2024-04-20 4fca12e02f0d2444d83c6316ba63b249cd0e8505
src/main/java/org/springblade/modules/article/service/ArticleService.java
@@ -75,4 +75,16 @@
    * @return
    */
   boolean updateArticle(UpdateWrapper<Article> objectUpdateWrapper,Long id,String houseCode);
   /**
    * 查询所有文章数据
    * @return
    */
    List<Article> getAllList(int i,int size);
   /**
    * 查询所有文章数据总数
    * @return
    */
   int getAllListTotal();
}