This commit is contained in:
2026-03-13 10:30:55 +08:00
parent 687be5840e
commit cd1ba55b26
6 changed files with 155 additions and 34 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>