From d9a12c0f44a68bcb8b5bca502b1cafda86801202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E4=B8=9C?= <17363321594@163.com> Date: Tue, 14 Oct 2025 17:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=85=B7=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shgx-admin/pom.xml | 18 ++++++++++++++++++ shgx-common/pom.xml | 1 + shgx-framework/pom.xml | 5 ----- .../mold}/MoldInfoMapper.xml | 0 .../mold}/MoldInventoryChangeLogMapper.xml | 0 .../mold}/MoldStatusLogMapper.xml | 0 .../mold}/MoldWarehouseLocationLiveMapper.xml | 0 .../mold}/MoldWarehouseLocationMapper.xml | 0 8 files changed, 19 insertions(+), 5 deletions(-) rename shgx-moldmanagement/src/main/resources/{mapper.mold => mapper/mold}/MoldInfoMapper.xml (100%) rename shgx-moldmanagement/src/main/resources/{mapper.mold => mapper/mold}/MoldInventoryChangeLogMapper.xml (100%) rename shgx-moldmanagement/src/main/resources/{mapper.mold => mapper/mold}/MoldStatusLogMapper.xml (100%) rename shgx-moldmanagement/src/main/resources/{mapper.mold => mapper/mold}/MoldWarehouseLocationLiveMapper.xml (100%) rename shgx-moldmanagement/src/main/resources/{mapper.mold => mapper/mold}/MoldWarehouseLocationMapper.xml (100%) diff --git a/shgx-admin/pom.xml b/shgx-admin/pom.xml index 6c53038..a703b07 100644 --- a/shgx-admin/pom.xml +++ b/shgx-admin/pom.xml @@ -60,6 +60,24 @@ shgx shgx-generator + + shgx + shgx-moldmanagement + 3.9.0 + compile + + + + shgx + shgx-system + + + + + com.github.penggle + kaptcha + 2.3.2 + diff --git a/shgx-common/pom.xml b/shgx-common/pom.xml index 8c698c7..185a4a5 100644 --- a/shgx-common/pom.xml +++ b/shgx-common/pom.xml @@ -118,6 +118,7 @@ javax.servlet javax.servlet-api + com.baomidou mybatis-plus-annotation diff --git a/shgx-framework/pom.xml b/shgx-framework/pom.xml index 730c64b..63cada2 100644 --- a/shgx-framework/pom.xml +++ b/shgx-framework/pom.xml @@ -59,11 +59,6 @@ shgx-system - - shgx - shgx-moldmanagement - - \ No newline at end of file diff --git a/shgx-moldmanagement/src/main/resources/mapper.mold/MoldInfoMapper.xml b/shgx-moldmanagement/src/main/resources/mapper/mold/MoldInfoMapper.xml similarity index 100% rename from shgx-moldmanagement/src/main/resources/mapper.mold/MoldInfoMapper.xml rename to shgx-moldmanagement/src/main/resources/mapper/mold/MoldInfoMapper.xml diff --git a/shgx-moldmanagement/src/main/resources/mapper.mold/MoldInventoryChangeLogMapper.xml b/shgx-moldmanagement/src/main/resources/mapper/mold/MoldInventoryChangeLogMapper.xml similarity index 100% rename from shgx-moldmanagement/src/main/resources/mapper.mold/MoldInventoryChangeLogMapper.xml rename to shgx-moldmanagement/src/main/resources/mapper/mold/MoldInventoryChangeLogMapper.xml diff --git a/shgx-moldmanagement/src/main/resources/mapper.mold/MoldStatusLogMapper.xml b/shgx-moldmanagement/src/main/resources/mapper/mold/MoldStatusLogMapper.xml similarity index 100% rename from shgx-moldmanagement/src/main/resources/mapper.mold/MoldStatusLogMapper.xml rename to shgx-moldmanagement/src/main/resources/mapper/mold/MoldStatusLogMapper.xml diff --git a/shgx-moldmanagement/src/main/resources/mapper.mold/MoldWarehouseLocationLiveMapper.xml b/shgx-moldmanagement/src/main/resources/mapper/mold/MoldWarehouseLocationLiveMapper.xml similarity index 100% rename from shgx-moldmanagement/src/main/resources/mapper.mold/MoldWarehouseLocationLiveMapper.xml rename to shgx-moldmanagement/src/main/resources/mapper/mold/MoldWarehouseLocationLiveMapper.xml diff --git a/shgx-moldmanagement/src/main/resources/mapper.mold/MoldWarehouseLocationMapper.xml b/shgx-moldmanagement/src/main/resources/mapper/mold/MoldWarehouseLocationMapper.xml similarity index 100% rename from shgx-moldmanagement/src/main/resources/mapper.mold/MoldWarehouseLocationMapper.xml rename to shgx-moldmanagement/src/main/resources/mapper/mold/MoldWarehouseLocationMapper.xml