南歧nc65对接

This commit is contained in:
hjx
2025-12-02 20:48:25 +08:00
parent 5005f4291f
commit 73a2d7f1c9
21 changed files with 514 additions and 1 deletions
+12
View File
@@ -139,6 +139,18 @@
<artifactId>alibaba-dingtalk-service-sdk</artifactId>
<version>2.0.0</version>
</dependency>
<!--用友NC65对接-->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
<build>