This commit is contained in:
zc
2026-06-12 15:07:01 +08:00
parent 7ea86a123c
commit 33540f7d10
321 changed files with 1068 additions and 1068 deletions

View File

@@ -4,19 +4,19 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.wms</groupId>
<artifactId>wms-admin</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-admin</artifactId>
<version>${revision}</version>
</parent>
<artifactId>wms-module-system</artifactId>
<artifactId>mes-module-system</artifactId>
<description>系统管理模块(存放系统管理相关业务功能,例如:部门管理、角色管理、用户管理等)</description>
<dependencies>
<!-- 公共模块(存放公共工具类,公共配置等) -->
<dependency>
<groupId>top.wms</groupId>
<artifactId>wms-common</artifactId>
<groupId>top.mes</groupId>
<artifactId>mes-common</artifactId>
</dependency>
<dependency>