From 67160f099f6b03531c4f337f434bd26dee0750e6 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期三, 26 三月 2025 18:53:05 +0800 Subject: [PATCH] - --- billion-main/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index 1117525..6e0235f 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -89,6 +89,12 @@ <version>8.0.33</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel-core</artifactId> + <version>3.3.3</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3