luo
2023-12-08 1300cd0e47d9f0890d972bafeba888d10395ed38
guns-management/src/main/java/com/stylefeng/guns/modular/system/dao/EncyclopedicKnowledgeMapper.java
@@ -20,4 +20,6 @@
     * @return
     */
    List<EncyclopedicKnowledgeRes> getEncyclopedicKnowledgeList(@Param("typeId") Integer typeId);
    List<EncyclopedicKnowledge> list(Integer type, String title, int index, int size);
}