44323
2024-01-17 cef87e5c90c5551df2f98047e113530d79270e9f
guns-management/src/main/java/com/stylefeng/guns/modular/system/service/IEncyclopedicKnowledgeService.java
@@ -38,5 +38,5 @@
     */
    ResultUtil upvoteEncyclopedicKnowledge(Integer id);
    List<EncyclopedicKnowledge> list(Integer type, String title, int index, int size);
    List<EncyclopedicKnowledge> list(Integer type, String title);
}