From c6449cc570ee51904ea94b66ff3ba294fb668e60 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 11:27:08 +0800
Subject: [PATCH] 应付接口
---
admin/pom.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/admin/pom.xml b/admin/pom.xml
index 1f126dd..88182e5 100644
--- a/admin/pom.xml
+++ b/admin/pom.xml
@@ -59,7 +59,15 @@
<artifactId>quartz</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>api</artifactId>
+ <version>master</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>tms</artifactId>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
--
Gitblit v1.8.0