linwe
2024-07-05 fee8fbb72f73cc11075b07bf457ce2dd2a9ce19e
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();
}