From 2072003ebd2e620f3ab9c22a87a6515684b0cb8d Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Mon, 11 May 2026 09:50:09 +0800
Subject: [PATCH] 功能增加
---
pom.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4c32cd8..de09554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.gkhy</groupId>
<artifactId>LaboratoryRiskManage.Server</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>V1.0.11</version>
<properties>
<springboot.version>2.7.5</springboot.version>
@@ -56,6 +56,11 @@
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>3.3.2</version> <!-- 使用最新版本 -->
+ </dependency>
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.23</version>
--
Gitblit v1.9.2