From 39f62fa03a2463652e971edfabab56313db6af10 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期六, 28 六月 2025 10:20:34 +0800 Subject: [PATCH] 涉密->工控 --- lxzn-module-dnc/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index 4f22301..47f1a8f 100644 --- a/lxzn-module-dnc/pom.xml +++ b/lxzn-module-dnc/pom.xml @@ -48,7 +48,7 @@ </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> @@ -58,6 +58,12 @@ <artifactId>fastutil</artifactId> <version>8.5.6</version> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-tms</artifactId> + <version>3.4.3</version> + <scope>compile</scope> + </dependency> </dependencies> </project> -- Gitblit v1.9.3