From 2be9b7f9c675e6ffe64adfac0a3e37f30404af99 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期三, 11 六月 2025 10:35:58 +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 48ee57c..2c815f4 100644
--- a/lxzn-module-dnc/pom.xml
+++ b/lxzn-module-dnc/pom.xml
@@ -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