From 6f2e09fa870858d5371ece3a80674bae95288b9b Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: Wed, 30 Oct 2024 11:12:50 +0800
Subject: [PATCH] 新增领用逻辑
---
hazmat-common/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/hazmat-common/pom.xml b/hazmat-common/pom.xml
index 09dc694..a87cf24 100644
--- a/hazmat-common/pom.xml
+++ b/hazmat-common/pom.xml
@@ -135,6 +135,11 @@
<artifactId>jaudiotagger</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file
--
Gitblit v1.9.2