From 371d568cc984422607bbcfd699c1716f5df6a898 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 29 十二月 2025 16:41:20 +0800
Subject: [PATCH] 新增api大屏查询

---
 common/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 03ad2aa..d5eb40d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -183,6 +183,11 @@
             <artifactId>batik-codec</artifactId>
             <version>1.16</version>
         </dependency>
+        <dependency>
+            <groupId>com.aliyun.oss</groupId>
+            <artifactId>aliyun-sdk-oss</artifactId>
+            <version>3.17.4</version>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.8.0