Interface TenantLicenseService

All Known Implementing Classes:
BaseTenantLicenseService, DefaultTenantLicenseServiceImpl

public interface TenantLicenseService
租户权限相关接口
Since:
2024-11-03 13:18
Author:
xyb
  • Method Details

    • refreshTenantCache

      void refreshTenantCache()
      保存租户到缓存
    • tenantByDb

      List<TenantInfoCache> tenantByDb()
      数据库获取到租户信息
      Returns:
      租户集合