This commit is contained in:
zc
2026-03-13 09:47:51 +08:00
parent 687be5840e
commit d60966dd3f
7 changed files with 35 additions and 32 deletions

View File

@@ -21,5 +21,11 @@
<groupId>top.wms</groupId>
<artifactId>wms-common</artifactId>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>