From 4dd33cbe7be8c0e552962b64d9f323a9cc04db45 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期五, 13 六月 2025 10:54:35 +0800 Subject: [PATCH] 设备打卡率定时任务。设备打卡率列表接口 --- lxzn-module-mdc/pom.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc/pom.xml b/lxzn-module-mdc/pom.xml index c8431f9..51cc508 100644 --- a/lxzn-module-mdc/pom.xml +++ b/lxzn-module-mdc/pom.xml @@ -20,6 +20,16 @@ <groupId>org.jeecgframework.boot</groupId> <artifactId>lxzn-system-biz</artifactId> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <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