From ed839069a1df066d9559263129e999de7e9c2ccc Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期三, 19 三月 2025 13:40:58 +0800 Subject: [PATCH] 修改产品结构树,修改指派程序至设备 --- lxzn-module-system/lxzn-system-start/pom.xml | 18 ++++++++++++++---- 1 files changed, 14 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..24808e5 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -30,14 +30,24 @@ <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> </dependencies> <build> -- Gitblit v1.9.3