From a862e80c1ee46a77fc8a2dacf59b0110b3669550 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期一, 22 四月 2024 16:32:02 +0800 Subject: [PATCH] 参数修改 --- 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 a7894be..697f8ba 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -30,6 +30,12 @@ <artifactId>lxzn-module-mdc</artifactId> <version>${jeecgboot.version}</version> </dependency> + <!-- 璁惧绠$悊妯″潡--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-eam</artifactId> + <version>${jeecgboot.version}</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3