From f210a7a25559d4452ccc4da2c49a51834e2472f1 Mon Sep 17 00:00:00 2001 From: huangzhen <867217663@qq.com> Date: 星期三, 13 九月 2023 15:15:07 +0800 Subject: [PATCH] 批量插入图片xml增加业务id、remark字段 --- exam-system/pom.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/exam-system/pom.xml b/exam-system/pom.xml index c9f98e3..0d0d6bf 100644 --- a/exam-system/pom.xml +++ b/exam-system/pom.xml @@ -15,10 +15,9 @@ <java.version>8</java.version> </properties> <dependencies> - <!-- 通用工具--> <dependency> <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-common</artifactId> + <artifactId>ruoyi-system</artifactId> </dependency> <!--附件依赖--> <dependency> -- Gitblit v1.9.2