From c5daf9399f292e5b21deff9d5a8ac60fb4c377ab Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期五, 23 五月 2025 18:18:43 +0800
Subject: [PATCH] 库存预警/刀具刃磨、工具盘点、工具报损

---
 lxzn-module-eam/pom.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-eam/pom.xml b/lxzn-module-eam/pom.xml
index 1aaf5a1..4e188e8 100644
--- a/lxzn-module-eam/pom.xml
+++ b/lxzn-module-eam/pom.xml
@@ -20,6 +20,21 @@
             <groupId>org.jeecgframework.boot</groupId>
             <artifactId>lxzn-system-biz</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-eam-common</artifactId>
+            <version>3.4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-mdc-common</artifactId>
+            <version>3.4.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-flowable</artifactId>
+            <version>${jeecgboot.version}</version>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3