From 09fc19ea25675b600ec3298b2be60de92f083728 Mon Sep 17 00:00:00 2001
From: wzqgit <568275241@qq.com>
Date: Mon, 8 Mar 2021 11:58:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=A3=E7=A0=81=20?=
=?UTF-8?q?=E2=80=94=E2=80=94=E2=80=94=E2=80=942021.03.08=20wzq?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 49 +++++--
.../views/lastVerifyDir/lastVerifyList.jsp | 4 +-
src/main/webapp/static/css/timeAxis1.css | 90 +++++++++++++
src/main/webapp/static/js/timeAxis1.js | 126 ++++++++++++++++++
4 files changed, 253 insertions(+), 16 deletions(-)
create mode 100644 src/main/webapp/static/css/timeAxis1.css
create mode 100644 src/main/webapp/static/js/timeAxis1.js
diff --git a/pom.xml b/pom.xml
index a0311cd..a351992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,11 +150,11 @@
${mysql.version}
-
-
-
-
-
+
+ com.microsoft.sqlserver
+ sqljdbc4
+ 4.0
+
@@ -551,6 +551,19 @@
+
+
+ org.mybatis.generator
+ mybatis-generator-core
+ 1.3.5
+
+
+
+
+ com.google.guava
+ guava
+ 19.0
+
@@ -602,17 +615,25 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.8
+ 1.8
+
+
-
-
-
-
-
-
-
-
-
+
+ org.mybatis.generator
+ mybatis-generator-maven-plugin
+ 1.3.5
+
+ true
+ false
+
+