From ef4a26bca3552aed5865e5ef3ef2804b8509d31b Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期二, 08 七月 2025 13:57:06 +0800 Subject: [PATCH] 增加param调用接口 --- blade-service/blade-mdm/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml index 9c621b1..1c880ef 100644 --- a/blade-service/blade-mdm/pom.xml +++ b/blade-service/blade-mdm/pom.xml @@ -44,6 +44,10 @@ </dependency> <dependency> <groupId>org.springblade</groupId> + <artifactId>blade-system-api</artifactId> + </dependency> + <dependency> + <groupId>org.springblade</groupId> <artifactId>blade-flow-api</artifactId> </dependency> <!-- 宸ヤ綔娴� --> -- Gitblit v1.9.3