From 51987600e6a611612bc09290eb3d56417cf470a1 Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期二, 29 七月 2025 16:04:09 +0800 Subject: [PATCH] 新增查看附件 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index de12611..eec6d51 100644 --- a/pom.xml +++ b/pom.xml @@ -246,6 +246,11 @@ <version>${ruoyi.version}</version> </dependency> <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>service</artifactId> + <version>${ruoyi.version}</version> + </dependency> + <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.26</version> -- Gitblit v1.8.0