From df78e9074d62a146d68752d65a65baf8d6efa66f Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期一, 21 八月 2023 22:59:57 +0800 Subject: [PATCH] 652487 --- ruoyi-common/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 6866771..68dd539 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -137,6 +137,12 @@ <artifactId>lombok</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + <version>2.2.6</version> + </dependency> + </dependencies> <build> -- Gitblit v1.9.1