refactor(tenant): 优化租户相关代码

This commit is contained in:
2025-07-15 20:09:54 +08:00
parent ed6dd65a51
commit af1079da6d
111 changed files with 2741 additions and 2319 deletions

View File

@@ -10,12 +10,16 @@
</parent>
<artifactId>continew-plugin-tenant</artifactId>
<description>多租户插件</description>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>租户插件</description>
<dependencies>
<!-- 系统管理模块 -->
<dependency>
<groupId>top.continew.admin</groupId>
<artifactId>continew-system</artifactId>
</dependency>
</dependencies>
</project>