From a4f1c76ccacaf7d1e31ef05268c9806bbcb565e9 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 08 四月 2025 16:36:01 +0800 Subject: [PATCH] art: 设备管理-周保-数据库设计修改 --- lxzn-module-system/lxzn-system-start/pom.xml | 24 ++++++++++++++++++++---- 1 files changed, 20 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..9392ade 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -24,20 +24,36 @@ <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> </dependencies> <build> -- Gitblit v1.9.3