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

@@ -2,16 +2,16 @@
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-extension</artifactId>
<artifactId>mes-extension</artifactId>
<packaging>pom</packaging>
<description>扩展模块(存放其他扩展模块)</description>
<modules>
<module>wms-extension-schedule-server</module>
<module>mes-extension-schedule-server</module>
</modules>
</project>