From 1eab27b32154cbde5045569a5cbb5f464f4f9889 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 21 三月 2025 11:02:44 +0800 Subject: [PATCH] art: 设备管理-抽取 common 模块 --- 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 1aaf5a1..8d6c34d 100644 --- a/lxzn-module-eam/pom.xml +++ b/lxzn-module-eam/pom.xml @@ -20,6 +20,11 @@ <groupId>org.jeecgframework.boot</groupId> <artifactId>lxzn-system-biz</artifactId> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-eam-common</artifactId> + <version>3.4.3</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.3