lin
2024-04-23 2d39bcf8a8421012ed95062a711b8814114f7cf4
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();
}