add:CTU出入库功能;

This commit is contained in:
2025-10-16 16:55:56 +08:00
parent f7512364cd
commit 3d038430f3
24 changed files with 632 additions and 83 deletions

View File

@@ -53,7 +53,13 @@
<artifactId>jna</artifactId>
<version>5.6.0</version>
</dependency>
<dependency>
<groupId>org.nl</groupId>
<artifactId>nl-verify-check-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/nl-verify-check-sdk-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>