add:PC呼叫满下料,叫空,回库功能;add:添加sqlserver驱动及测试代码

This commit is contained in:
zhangzq
2024-08-21 17:35:59 +08:00
parent b0baecd1c4
commit a30c3724bd
8 changed files with 82 additions and 70 deletions

View File

@@ -71,6 +71,12 @@
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.4.0.jre8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>