linwe
2024-08-09 8b7258c9427882bb1798f1502eaa35184c6e374e
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();
}