1
0

客户管理 接口

This commit is contained in:
2025-07-01 15:24:09 +08:00
parent 53356957f3
commit 9f6538b449
11 changed files with 782 additions and 0 deletions

View File

@ -351,6 +351,13 @@
<version>${revision}</version>
</dependency>
<!-- 客户管理模块 -->
<dependency>
<groupId>com.fuyuanshen</groupId>
<artifactId>fys-customer</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fuyuanshen</groupId>
<artifactId>fys-job</artifactId>