From 6733a32d4bcd7ad3ec3f109da0f3d2524766f7bb Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 15 七月 2025 15:54:33 +0800
Subject: [PATCH] 1.数据优化 2.配煤计算器入库优化

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

diff --git a/main-business/pom.xml b/main-business/pom.xml
index c1f56f7..18ff099 100644
--- a/main-business/pom.xml
+++ b/main-business/pom.xml
@@ -44,6 +44,10 @@
             <groupId>com.ruoyi</groupId>
             <artifactId>basic-server</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.quartz-scheduler</groupId>
+            <artifactId>quartz</artifactId>
+        </dependency>
     </dependencies>
 
     <properties>

--
Gitblit v1.9.3