1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/EncyclopedicKnowledgeMapper.java
@@ -21,5 +21,5 @@
     */
    List<EncyclopedicKnowledgeRes> getEncyclopedicKnowledgeList(@Param("typeId") Integer typeId);
    List<EncyclopedicKnowledge> list(Integer type, String title, int index, int size);
    List<EncyclopedicKnowledge> list(@Param("type") Integer type, @Param("title")String title);
}