From a0a4e4027514ca678b6b7ec4dde3530e30b5ae25 Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期三, 12 六月 2024 10:37:48 +0800 Subject: [PATCH] 附件下载 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fadae88..ebf6192 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,11 @@ <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> </dependency> + + <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> + </dependency> <!--浣跨敤open office--> <dependency> <groupId>com.artofsolving</groupId> -- Gitblit v1.9.2