From ca511301d30594decf86b1a53eed3bbfc0b60ead Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期二, 03 六月 2025 17:11:01 +0800 Subject: [PATCH] 工具管理-工具出库流水查询、导出接口调整 --- lxzn-module-dnc/pom.xml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index ed3a17f..2c815f4 100644 --- a/lxzn-module-dnc/pom.xml +++ b/lxzn-module-dnc/pom.xml @@ -22,8 +22,8 @@ </dependency> <dependency> <groupId>org.jeecgframework.boot</groupId> - <artifactId>lxzn-module-activiti</artifactId> - <version>3.4.3</version> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> </dependency> <dependency> <groupId>org.graylog2</groupId> @@ -48,10 +48,16 @@ </dependency> <dependency> <groupId>org.jeecgframework.boot</groupId> - <artifactId>lxzn-module-mdc</artifactId> + <artifactId>lxzn-module-mdc-common</artifactId> <version>3.4.3</version> <scope>compile</scope> </dependency> + <!-- pom.xml 娣诲姞FastUtil渚濊禆 --> + <dependency> + <groupId>it.unimi.dsi</groupId> + <artifactId>fastutil</artifactId> + <version>8.5.6</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.3