From 5739e2493dddb671a11869a1c11ea57949319263 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期三, 30 七月 2025 14:49:34 +0800 Subject: [PATCH] 设备台账表设备管理员字段调整(已去掉WK前缀),去掉消息推送逻辑中截取WK前缀的操作 --- lxzn-module-mdc/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/pom.xml b/lxzn-module-mdc/pom.xml index bfb2188..51cc508 100644 --- a/lxzn-module-mdc/pom.xml +++ b/lxzn-module-mdc/pom.xml @@ -25,6 +25,11 @@ <artifactId>lxzn-module-mdc-common</artifactId> <version>3.4.3</version> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-eam-common</artifactId> + <version>3.4.3</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3