From 2e1ed0beca16b136a42ea9a3db58ec8f6cbb654f Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 16 三月 2026 16:04:29 +0800
Subject: [PATCH] 浪潮对接:lims实验室管理系统
---
pom.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a0e071..41c3bb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ruoyi</groupId>
- <artifactId>ruoyi</artifactId>
+ <artifactId>ruoyi-lims</artifactId>
<version>3.8.9</version>
<packaging>jar</packaging>
@@ -294,6 +294,12 @@
<version>1.12.2</version>
</dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>easyexcel</artifactId>
+ <version>4.0.3</version>
+ </dependency>
+
</dependencies>
<build>
--
Gitblit v1.9.3