Package cn.dinodev.spring.commons.sys
Interface Tenant
- All Superinterfaces:
Serializable
- Author:
- Cody Lu, JL
-
Field Details
-
TENANT_SYS
代表系统的tenant ID;- See Also:
-
-
Method Details
-
getId
String getId()租户ID- Returns:
-
getName
String getName()租户名称- Returns:
-
getShortName
String getShortName()租户简称- Returns:
-
getIconUrl
String getIconUrl()租户LOGO- Returns:
-
getCustomDomain
String getCustomDomain()租户自定义域名,如果用户配置了域名,则用其自己的域名- Returns:
-
getSecretKey
String getSecretKey()租户的SecretKey- Returns:
-
getStatus
String getStatus()租户状态- Returns:
-
isSys
是否系统租户- Parameters:
tenantId-- Returns:
-