From d9c38fdd6af4285e38cbd3917352ff3fea18ea2c Mon Sep 17 00:00:00 2001 From: houjie <714924425@qq.com> Date: 星期一, 21 八月 2023 09:43:00 +0800 Subject: [PATCH] 设备使用 优化sql查询语句 --- 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