From f904274947d9a4bb44037e4d18a7d85c6aadaf7b Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期六, 14 六月 2025 15:08:37 +0800
Subject: [PATCH] 1.生产加工 2.库存优化

---
 pom.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8fabd26..da9aa5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,6 +226,19 @@
             <artifactId>lombok</artifactId>
             <scope>provided</scope>
         </dependency>
+        
+        <!-- pom.xml -->
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct</artifactId>
+            <version>1.5.5.Final</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct-processor</artifactId>
+            <version>1.5.5.Final</version>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- MyBatis-Plus 鏍稿績渚濊禆 -->
         <dependency>

--
Gitblit v1.9.3