From 9ac81ccf7262ce6d73d6e8970439482d8439282c Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期四, 24 七月 2025 18:35:12 +0800
Subject: [PATCH] 安灯管理

---
 lxzn-module-tms/pom.xml |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-tms/pom.xml b/lxzn-module-tms/pom.xml
index f029123..a1cf2fd 100644
--- a/lxzn-module-tms/pom.xml
+++ b/lxzn-module-tms/pom.xml
@@ -25,6 +25,38 @@
             <artifactId>lxzn-module-flowable</artifactId>
             <version>${jeecgboot.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct</artifactId>
+            <version>1.5.2.Final</version>
+        </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.8</source>
+                    <target>1.8</target>
+                    <annotationProcessorPaths>
+                        <!-- Lombok 鏀惧墠闈� -->
+                        <path>
+                            <groupId>org.projectlombok</groupId>
+                            <artifactId>lombok</artifactId>
+                            <version>1.18.22</version>
+                        </path>
+                        <!-- MapStruct 鏀惧悗闈� -->
+                        <!-- 鍚敤 MapStruct 娉ㄨВ澶勭悊鍣� -->
+                        <path>
+                            <groupId>org.mapstruct</groupId>
+                            <artifactId>mapstruct-processor</artifactId>
+                            <version>1.5.2.Final</version>
+                        </path>
+                    </annotationProcessorPaths>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file

--
Gitblit v1.9.3