Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
潘荣晟
2025-09-23 18:09:49 +08:00
28 changed files with 197 additions and 133 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-base</artifactId>
<artifactId>zt-module-base</artifactId>
<groupId>com.zt.plat</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-module-base-api</artifactId>
<artifactId>zt-module-base-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>