From c11e6f07b031eea6c7de4c5508b8dbf0ee01d2c7 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期三, 01 四月 2026 10:08:08 +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