@@ -65,4 +65,6 @@ public interface IKnowledgeContentService
* @return 结果
*/
public int incrementViewCount(Integer id);
+
+ List<KnowledgeContent> getTopArticles(int limit, String category);
}