lin
2024-04-16 3f5f1d2015b60e35cc9069f7cbf3096b0bc8394e
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();
}