From 3a071dd5b2026a4befddc6753f2fb7ff3e4d2439 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 28 二月 2025 11:05:09 +0800
Subject: [PATCH] &allowMultiQueries=true

---
 common/pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 99d8e16..7ee7272 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -128,7 +128,16 @@
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
         </dependency>
+        <!-- easy excel -->
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>easyexcel</artifactId>
+        </dependency>
 
+        <dependency>
+            <groupId>cn.hutool</groupId>
+            <artifactId>hutool-crypto</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.8.0