From cdc4b8b1f21239b0bd313f7214d0f8b444efce20 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期日, 05 十二月 2021 19:40:07 +0800 Subject: [PATCH] 编写依赖库,国内高校 --- ruoyi-admin/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 91aa013..8ac2c3d 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -63,6 +63,12 @@ <artifactId>ruoyi-demo</artifactId> </dependency> + <!-- oa妯″潡 --> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-oa</artifactId> + </dependency> + </dependencies> <build> -- Gitblit v1.9.1