From 3cfdf020e7f3c5fcef3a4b48e8532704b5b8b83b Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期四, 20 二月 2025 13:20:16 +0800 Subject: [PATCH] 设备移植 --- ruoyi-admin/pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 9f62143..7dd0fdb 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -91,6 +91,13 @@ <artifactId>cnas-manage</artifactId> </dependency> + <!--cnas璁惧绠$悊--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>cnas-device</artifactId> + </dependency> + + </dependencies> <build> -- Gitblit v1.9.3