洪城义警-正式版后台
zengh
2021-12-22 29fa69d0ea1b793de94e57607d0ff92173b459f4
src/main/java/org/springblade/modules/article/mapper/ArticleMapper.java
@@ -30,6 +30,8 @@
    */
   List<Article> pageDate(IPage<Article> page, @Param("article") ArticleVo article);
   List<Article> pageWords(IPage<Article> page, @Param("article") ArticleVo article);
   List<Article> pageCollectList(IPage<Article> page, @Param("article") ArticleVo article);
   /**