洪城义警-正式版后台
zengh
2022-02-19 bf617a84938f6b6c6facb9fa77889f53fc0c27e6
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);
   /**