44323
2024-01-02 212620a41d4b61e526b02101c553eb61c2fb9014
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);
}