From 797f5c547268a45518729d164e812c73491f3f48 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 25 Jan 2021 16:58:41 +0800
Subject: [PATCH] Merge branch 'api' of https://gitee.com/jyyforjava/zq-erp into api
---
zq-erp/pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/zq-erp/pom.xml b/zq-erp/pom.xml
index c3a9d87..0b139a5 100644
--- a/zq-erp/pom.xml
+++ b/zq-erp/pom.xml
@@ -371,6 +371,12 @@
<artifactId>mapstruct</artifactId>
<version>1.3.0.Final</version>
</dependency>
+
+ <dependency>
+ <groupId>cn.hutool</groupId>
+ <artifactId>hutool-all</artifactId>
+ <version>5.3.1</version>
+ </dependency>
</dependencies>
<build>
<resources>
--
Gitblit v1.9.1