【新增】 学生端上传文件 学号-试卷ID-文件Url

This commit is contained in:
RENWEIBING\letre
2025-05-05 12:00:02 +08:00
parent 3a0886b94a
commit 85ea237b37
10 changed files with 231 additions and 0 deletions

View File

@@ -124,6 +124,12 @@
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId> <!-- 文件客户端:文件类型的识别 -->
</dependency>
<dependency>
<groupId>pc.exam.gg</groupId>
<artifactId>exam-module-exam-biz</artifactId>
<version>2.4.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>