统一调整业务模块名称

This commit is contained in:
chenbowen
2025-09-23 17:12:37 +08:00
parent b998dade75
commit 0fb22a2ee4
20 changed files with 93 additions and 93 deletions

View File

@@ -3,12 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>cloud-module-contract-order</artifactId>
<artifactId>zt-module-contract-order</artifactId>
<groupId>com.zt.plat</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-module-contract-order-api</artifactId>
<artifactId>zt-module-contract-order-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
@@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>cloud-common</artifactId>
<artifactId>zt-common</artifactId>
</dependency>
<!-- Web 相关 -->
<dependency>