Class BaseTenantLicenseService
java.lang.Object
cn.sinozg.applet.biz.tenant.service.impl.BaseTenantLicenseService
- All Implemented Interfaces:
TenantLicenseService
- Direct Known Subclasses:
DefaultTenantLicenseServiceImpl
- Since:
- 2024-11-03 13:56
- Author:
- xyb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid保存租户到缓存数据库获取到租户信息
-
Constructor Details
-
BaseTenantLicenseService
public BaseTenantLicenseService()
-
-
Method Details
-
refreshTenantCache
public void refreshTenantCache()Description copied from interface:TenantLicenseService保存租户到缓存- Specified by:
refreshTenantCachein interfaceTenantLicenseService
-
tenantByDb
Description copied from interface:TenantLicenseService数据库获取到租户信息- Specified by:
tenantByDbin interfaceTenantLicenseService- Returns:
- 租户集合
-