From af31f0a78ec1932cec1a7e99482e7d850e60576e Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期四, 27 十一月 2025 17:23:17 +0800
Subject: [PATCH] 功能修改

---
 multi-system/src/main/java/com/gkhy/exam/system/service/CatalogueService.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/multi-system/src/main/java/com/gkhy/exam/system/service/CatalogueService.java b/multi-system/src/main/java/com/gkhy/exam/system/service/CatalogueService.java
index b88fdf2..c3fad52 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/service/CatalogueService.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/service/CatalogueService.java
@@ -33,4 +33,10 @@
     CommonResult updateCatalogueDataFile(CatalogueDataFile catalogueDataFile);
 
     CommonResult deletedCatalogueDataFile(Integer dataFileId);
+
+    CommonResult selectCatalogueDataFileList(CatalogueReq catalogueReq);
+
+    CommonResult copyCatalogue(List<CatalogueVo> catalogue);
+
+    CommonResult selectCatalogueDocumentList(CatalogueReq catalogueReq);
 }

--
Gitblit v1.9.2