From b42b180f5c2bc89e494b2274d8d454a4bd6dbf9c Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 21 三月 2025 17:27:59 +0800 Subject: [PATCH] art: 系统管理-用户管理-添加选择设备,并根据是否有设备管理模块功能区分加载 哪个模块的设备倏 --- lxzn-module-eam/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lxzn-module-eam/pom.xml b/lxzn-module-eam/pom.xml index 8d6c34d..53d4c00 100644 --- a/lxzn-module-eam/pom.xml +++ b/lxzn-module-eam/pom.xml @@ -25,6 +25,11 @@ <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