From 3135ac10ab738063bb5df39b3c5cc0f143d11061 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期三, 07 一月 2026 16:11:15 +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