This commit is contained in:
zc
2026-02-27 10:50:07 +08:00
parent 0ee56404c2
commit 86527b9c21
611 changed files with 2741 additions and 2752 deletions

View File

@@ -4,26 +4,26 @@
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.ysoft</groupId>
<artifactId>ysoft-admin</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-admin</artifactId>
<version>${revision}</version>
</parent>
<artifactId>ysoft-plugin</artifactId>
<artifactId>wms-plugin</artifactId>
<packaging>pom</packaging>
<description>插件模块(存放代码生成、任务调度等扩展模块)</description>
<modules>
<module>ysoft-plugin-schedule</module>
<module>ysoft-plugin-open</module>
<module>ysoft-plugin-generator</module>
<module>wms-plugin-schedule</module>
<module>wms-plugin-open</module>
<module>wms-plugin-generator</module>
</modules>
<dependencies>
<!-- 公共模块(存放公共工具类,公共配置等) -->
<dependency>
<groupId>top.ysoft</groupId>
<artifactId>ysoft-common</artifactId>
<groupId>top.wms</groupId>
<artifactId>wms-common</artifactId>
</dependency>
</dependencies>
</project>