From 37b6009339799551c96c712c3b4bbb5030d6402d Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 03 一月 2025 09:30:32 +0800
Subject: [PATCH] 添加dnc模块

---
 lxzn-module-dnc/pom.xml                                                |   25 +++++++++++++++++++++++++
 lxzn-module-dnc/src/main/java/org/lxzn/modules/dnc/TestController.java |    8 ++++++++
 pom.xml                                                                |    3 ++-
 3 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml
new file mode 100644
index 0000000..6225e47
--- /dev/null
+++ b/lxzn-module-dnc/pom.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>lxzn-boot-parent</artifactId>
+        <groupId>org.jeecgframework.boot</groupId>
+        <version>3.4.3</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>lxzn-module-dnc</artifactId>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-boot-base-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jeecgframework.boot</groupId>
+            <artifactId>lxzn-system-biz</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>
\ No newline at end of file
diff --git a/lxzn-module-dnc/src/main/java/org/lxzn/modules/dnc/TestController.java b/lxzn-module-dnc/src/main/java/org/lxzn/modules/dnc/TestController.java
new file mode 100644
index 0000000..1509a6d
--- /dev/null
+++ b/lxzn-module-dnc/src/main/java/org/lxzn/modules/dnc/TestController.java
@@ -0,0 +1,8 @@
+package org.lxzn.modules.dnc;
+
+/**
+ * @author Lius
+ * @date 2025/1/3 9:29
+ */
+public class TestController {
+}
diff --git a/pom.xml b/pom.xml
index 142ccfa..ac2f6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,8 @@
         <module>lxzn-boot-base-core</module>
         <module>lxzn-module-system</module>
         <module>lxzn-module-mdc</module>
-	</modules>
+        <module>lxzn-module-dnc</module>
+    </modules>
 
 	<repositories>
 		<repository>

--
Gitblit v1.9.3