From 4dbd65ead93823f2e31847667e3ecf454700ab04 Mon Sep 17 00:00:00 2001 From: sen <sen@qq.com> Date: 星期一, 18 八月 2025 10:37:31 +0800 Subject: [PATCH] 增加搜索条件 --- admin/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/admin/pom.xml b/admin/pom.xml index ecdf95c..1f126dd 100644 --- a/admin/pom.xml +++ b/admin/pom.xml @@ -48,6 +48,10 @@ <groupId>com.ruoyi</groupId> <artifactId>framework</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>service</artifactId> + </dependency> <!-- 瀹氭椂浠诲姟--> <dependency> -- Gitblit v1.8.0