예제 #1
0
 @Override
 public ArticleWithContent getLastArticle(String currentBlogId, String type) {
   return entityMapper.getNextArticle(currentBlogId, type);
 }