From fd7bc33d2b65d4bf622922bc28cd280cdab0a1f4 Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期四, 09 五月 2024 14:37:37 +0800
Subject: [PATCH] add 数据保存接口

---
 jcdm-main/pom.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/jcdm-main/pom.xml b/jcdm-main/pom.xml
index 94a7bfc..11ee8d4 100644
--- a/jcdm-main/pom.xml
+++ b/jcdm-main/pom.xml
@@ -69,9 +69,20 @@
         <dependency>
             <groupId>com.kangaroohy</groupId>
             <artifactId>milo-spring-boot-starter</artifactId>
-            <version>3.0.5</version>
+            <version>3.0.4</version>
         </dependency>
         <!-- opc end-->
+
+        <dependency>
+            <groupId>com.jcdm</groupId>
+            <artifactId>jcdm-quartz</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.mybatis</groupId>
+            <artifactId>mybatis</artifactId>
+            <version>3.5.13</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

--
Gitblit v1.9.3