From 3b1d490c1b462388622ae49b459a8c279b1fc364 Mon Sep 17 00:00:00 2001 From: lxp <1928192722@qq.com> Date: 星期四, 06 三月 2025 16:50:01 +0800 Subject: [PATCH] 检验委托单修改 --- ruoyi-admin/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index b3f8e8c..0fbb1aa 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -92,6 +92,18 @@ <groupId>com.ruoyi</groupId> <artifactId>cnas-manage</artifactId> </dependency> + + <!--cnas璧勬簮瑕佹眰--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>cnas-process</artifactId> + </dependency> + + <!--cnas鏍囧噯鐗╄川--> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>cnas-require</artifactId> + </dependency> </dependencies> <build> -- Gitblit v1.9.3