guns-management/src/main/java/com/stylefeng/guns/modular/system/service/IEncyclopedicKnowledgeService.java
@@ -37,4 +37,6 @@ * @return */ ResultUtil upvoteEncyclopedicKnowledge(Integer id); List<EncyclopedicKnowledge> list(Integer type, String title); }