From 533a54a2dff49b4b2fc314b80823b6d98873fb57 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 25 十一月 2022 12:31:35 +0800
Subject: [PATCH] bug改动 图片视频案卷查询优化
---
ycl-platform/pom.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml
index 3f73696..006145b 100644
--- a/ycl-platform/pom.xml
+++ b/ycl-platform/pom.xml
@@ -25,12 +25,17 @@
<artifactId>ycl-common</artifactId>
<version>1.0.0</version>
</dependency>
-
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.ycl</groupId>
+ <artifactId>ycl-generator</artifactId>
+ <version>1.0.0</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0