chore: 将"多租户"描述统一为"租户"

- 修改了多个模块的描述、注释和配置文件中的"多租户"为"租户"
- 统一了相关术语,提高了代码和文档的一致性
This commit is contained in:
2025-07-12 11:05:00 +08:00
parent 4719a349dd
commit d32c05166d
9 changed files with 11 additions and 11 deletions

View File

@@ -292,13 +292,13 @@
<version>${revision}</version>
</dependency>
<!-- 扩展模块 - 租户 - MyBatis Plus ORM 模块 -->
<!-- 扩展模块 - 租户 - MyBatis Plus ORM 模块 -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-extension-tenant-mp</artifactId>
<version>${revision}</version>
</dependency>
<!-- 扩展模块 - 租户 - 核心模块 -->
<!-- 扩展模块 - 租户 - 核心模块 -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-extension-tenant-core</artifactId>