From f18119f31d23ffe789f9347a9d697fae279f4ffa Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 14 八月 2025 10:12:31 +0800
Subject: [PATCH] 新增结算接口

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

diff --git a/quartz/pom.xml b/quartz/pom.xml
index 8954d9a..433cc58 100644
--- a/quartz/pom.xml
+++ b/quartz/pom.xml
@@ -35,6 +35,10 @@
             <artifactId>common</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>service</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.8.0