From 71fba5328a35b449b11088e540932787220f91d8 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 18 六月 2025 17:28:50 +0800 Subject: [PATCH] 1.生产加工变更库存回滚 2.巡检,档案上传完善 --- main-business/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/main-business/pom.xml b/main-business/pom.xml index b2cc32b..c1f56f7 100644 --- a/main-business/pom.xml +++ b/main-business/pom.xml @@ -40,6 +40,10 @@ <groupId>org.flywaydb</groupId> <artifactId>flyway-database-postgresql</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>basic-server</artifactId> + </dependency> </dependencies> <properties> -- Gitblit v1.9.3