From b99e425766ac0e393cf4b47e7e4b989c7c424ced Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期二, 18 三月 2025 16:49:24 +0800 Subject: [PATCH] art: 设备附件管理,工艺参数,精度参数初始代码添加 --- lxzn-module-system/lxzn-system-start/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/pom.xml b/lxzn-module-system/lxzn-system-start/pom.xml index 6cfe3bd..24808e5 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -42,6 +42,12 @@ <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