wzy
2021-01-24 4a8816e936399ef2085c06ebd40a20fe0e49afdb
zq-erp/src/main/java/com/matrix/system/hive/dao/ArticleDao.java
@@ -31,5 +31,7 @@
   public int  selectTotalRecord(@Param("record") Article article);
   
   public Article  selectById(Long id);
   public List<Article> selectApiArticleListInPage(@Param("record") Article article, @Param("pageVo") PaginationVO pageVo);
}