From 2ee1f9f8e884980861d44dec98e1ac0c139a053e Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 11 二月 2025 15:29:26 +0800 Subject: [PATCH] 新增系统参数配置表 --- lxzn-module-dnc/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index 1e40853..ed3a17f 100644 --- a/lxzn-module-dnc/pom.xml +++ b/lxzn-module-dnc/pom.xml @@ -46,6 +46,12 @@ <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-mdc</artifactId> + <version>3.4.3</version> + <scope>compile</scope> + </dependency> </dependencies> </project> -- Gitblit v1.9.3