From e70428eb12c33888fa36b680ad9582c95a50a56f Mon Sep 17 00:00:00 2001
From: yangbin <yangbin@qq.com>
Date: 星期一, 31 三月 2025 13:04:31 +0800
Subject: [PATCH] 自动化产线集成模块添加数据查询

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

diff --git a/lxzn-module-eam/pom.xml b/lxzn-module-eam/pom.xml
index 1aaf5a1..53d4c00 100644
--- a/lxzn-module-eam/pom.xml
+++ b/lxzn-module-eam/pom.xml
@@ -20,6 +20,16 @@
             <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>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3