From 3b90056cc6068e0586f65f7bd8a79d717ed3c69d Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 12 六月 2025 14:57:12 +0800 Subject: [PATCH] 拆分停机列表排序规则调整,程序呼叫字典调增 --- 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