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-system/lxzn-system-start/pom.xml |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/pom.xml b/lxzn-module-system/lxzn-system-start/pom.xml
index 8291eb6..778cdb4 100644
--- a/lxzn-module-system/lxzn-system-start/pom.xml
+++ b/lxzn-module-system/lxzn-system-start/pom.xml
@@ -24,20 +24,42 @@
             <artifactId>lxzn-module-mdc</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
+        <!--mdc common 妯″潡-->
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-mdc-common</artifactId>
+            <version>${jeecgboot.version}</version>
+        </dependency>
         <!-- DNC 鏁版嵁閲囬泦鍒嗘瀽妯″潡 -->
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
             <artifactId>lxzn-module-dnc</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
-        <!-- activiti 妯″潡 -->
+        <!-- flowable 妯″潡 -->
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>lxzn-module-activiti</artifactId>
+            <artifactId>lxzn-module-flowable</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
-
-
+        <!-- msi 妯″潡 -->
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-msi</artifactId>
+            <version>${jeecgboot.version}</version>
+        </dependency>
+        <!--EAM 妯″潡-->
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-eam</artifactId>
+            <version>${jeecgboot.version}</version>
+        </dependency>
+        <!--tms 宸ュ叿绠$悊妯″潡-->
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-module-tms</artifactId>
+            <version>${jeecgboot.version}</version>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.9.3