From 23bd50fb3957688de0c12abc73b6ca939b1d1f7b Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 05 一月 2026 17:49:37 +0800
Subject: [PATCH] 新增字段

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

diff --git a/tms/pom.xml b/tms/pom.xml
index 10c58a9..f669ec1 100644
--- a/tms/pom.xml
+++ b/tms/pom.xml
@@ -33,6 +33,10 @@
             <groupId>org.springframework.amqp</groupId>
             <artifactId>spring-rabbit</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>service</artifactId>
+        </dependency>
 
     </dependencies>
 </project>
\ No newline at end of file

--
Gitblit v1.8.0