From 6d3c8e9c8800becec33e714c2ec42703bb1cef50 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 25 八月 2025 17:42:08 +0800 Subject: [PATCH] 两网交互添加图片 --- lxzn-module-system/lxzn-system-start/pom.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/pom.xml b/lxzn-module-system/lxzn-system-start/pom.xml index 24808e5..778cdb4 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -24,6 +24,12 @@ <artifactId>lxzn-module-mdc</artifactId> <version>${jeecgboot.version}</version> </dependency> + <!--mdc common 妯″潡--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-mdc-common</artifactId> + <version>${jeecgboot.version}</version> + </dependency> <!-- DNC 鏁版嵁閲囬泦鍒嗘瀽妯″潡 --> <dependency> <groupId>org.jeecgframework.boot</groupId> @@ -36,7 +42,7 @@ <artifactId>lxzn-module-flowable</artifactId> <version>${jeecgboot.version}</version> </dependency> - <!--msi 妯″潡--> + <!-- msi 妯″潡 --> <dependency> <groupId>org.jeecgframework.boot</groupId> <artifactId>lxzn-module-msi</artifactId> @@ -48,6 +54,12 @@ <artifactId>lxzn-module-eam</artifactId> <version>${jeecgboot.version}</version> </dependency> + <!--tms 宸ュ叿绠$悊妯″潡--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-tms</artifactId> + <version>${jeecgboot.version}</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3