mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
chore: 将"多租户"描述统一为"租户"
- 修改了多个模块的描述、注释和配置文件中的"多租户"为"租户" - 统一了相关术语,提高了代码和文档的一致性
This commit is contained in:
@@ -150,7 +150,7 @@ public class PropertiesConstants {
|
||||
public static final String DATA_PERMISSION = CONTINEW_STARTER + StringConstants.DOT + "data-permission";
|
||||
|
||||
/**
|
||||
* 多租户配置
|
||||
* 租户配置
|
||||
*/
|
||||
public static final String TENANT = CONTINEW_STARTER + StringConstants.DOT + "tenant";
|
||||
|
||||
|
Reference in New Issue
Block a user