From da1f082c11be7278526fb18b8a03978cf339133b Mon Sep 17 00:00:00 2001 From: zhaokai Date: Mon, 19 Jan 2026 10:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zcloud/edu/web/study/ClassCurriculumChapterController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-adapter/src/main/java/com/zcloud/edu/web/study/ClassCurriculumChapterController.java b/web-adapter/src/main/java/com/zcloud/edu/web/study/ClassCurriculumChapterController.java index ddaf9b6..fa7010b 100644 --- a/web-adapter/src/main/java/com/zcloud/edu/web/study/ClassCurriculumChapterController.java +++ b/web-adapter/src/main/java/com/zcloud/edu/web/study/ClassCurriculumChapterController.java @@ -26,7 +26,7 @@ import java.util.ArrayList; * @Author zhangyue * @Date 2026-01-16 09:54:35 */ -@Api(tags = "课程章节信息") +@Api(tags = "班级-课程章节信息") @RequestMapping("/${application.gateway}/classCurriculumChapter") @RestController @AllArgsConstructor