vo结构调整

对外提供创建合同接口:直接返回成功,只接收参数,暂时不写存储的逻辑,接收参数暂存至redis
This commit is contained in:
guojunyun
2025-10-24 11:30:09 +08:00
parent e845894fb2
commit b9967f6000
41 changed files with 70 additions and 52 deletions

View File

@@ -41,6 +41,12 @@
<artifactId>spring-cloud-starter-openfeign</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-module-base-server</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</project>