feat: 添加客户管理模块

This commit is contained in:
caiyuchao
2025-05-23 17:26:51 +08:00
parent a10d095e2e
commit 7505395fd3
21 changed files with 1094 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
<artifactId>agt-module-infra-server</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.agt</groupId>
<artifactId>agt-module-license-server</artifactId>
<version>${revision}</version>
</dependency>
<!-- 会员中心。默认注释,保证编译速度 -->
<!-- <dependency>-->