2
0

feat: 二维码文件上传

This commit is contained in:
caiyuchao
2025-01-21 11:32:50 +08:00
parent c304f70b74
commit 07adda7439
3 changed files with 123 additions and 3 deletions

View File

@@ -118,6 +118,11 @@
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
</dependencies>