jyy
2021-01-16 ea04d8bb736e8c76172e64628c0ff596dd2fdf91
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);
}