From 0045e827847446a9e826f2919b5c66bdfbf01af7 Mon Sep 17 00:00:00 2001
From: chen_xi <276999030@qq.com>
Date: Tue, 27 Sep 2022 11:11:38 +0800
Subject: [PATCH] 单站多参接口修改
---
screen-api/pom.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/screen-api/pom.xml b/screen-api/pom.xml
index 7470fd8..21b3486 100644
--- a/screen-api/pom.xml
+++ b/screen-api/pom.xml
@@ -21,6 +21,22 @@
<artifactId>persistence-api</artifactId>
<version>1.0</version>
</dependency>
+ <!-- easyexcel-->
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi-ooxml-schemas</artifactId>
+ <version>4.0.1</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0