This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 学生实验报告六模块同步设计
## 目标
将学生端“实验报告”由旧五模块及其遗留统计字段,迁移为当前教学班的六模块实训报告。报告中的模块成绩、权重、任务完成数和总分必须与教师成绩中心使用同一教学班、任务和 AI 评分口径。
## 接口与权限
新增学生专用的报告查询接口。接口从 JWT 获取学生身份,不接受 `userId`、`schoolId` 或教学班 ID 来决定查询范围;使用 `StudentTeachingClassResolver.resolveRequired` 获取当前教学班。非学生、未加入教学班、跨学校或无效教学班均返回现有权限/参数错误。