From 3e3cd7ad6d3787dac450deef5d5173de11abab94 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 26 一月 2026 11:03:44 +0800
Subject: [PATCH] 修改为下单类型

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

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

--
Gitblit v1.8.0