From 06af2ffa26ed44bb2a8a60c0618f8d0490fdd6ed Mon Sep 17 00:00:00 2001 From: “djh” <“3298565835@qq.com”> Date: 星期三, 05 三月 2025 08:38:22 +0800 Subject: [PATCH] 用量统计页面及导出 修改 --- hazmat-common/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/hazmat-common/pom.xml b/hazmat-common/pom.xml index 09dc694..a87cf24 100644 --- a/hazmat-common/pom.xml +++ b/hazmat-common/pom.xml @@ -135,6 +135,11 @@ <artifactId>jaudiotagger</artifactId> </dependency> + <dependency> + <groupId>com.alibaba</groupId> + <artifactId>easyexcel</artifactId> + </dependency> + </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.2