예제 #1
0
 @Override
 public List<MntArticle> getArticleListReadTopTen(MntArticle mntArticle) {
   List<MntArticle> topTenList = mntArticleMapper.getArticleListReadTopTen(mntArticle);
   return topTenList;
 }