From 22976afc564c4b5b911026c6540ad48db43e2166 Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期四, 14 八月 2025 10:07:11 +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