Interface FrameworkTenantService

All Known Implementing Classes:
DefaultFrameworkTenantService

public interface FrameworkTenantService
Since:
2024-11-03 14:36
Author:
xyb
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor)
    mybatis plus 拦截器
    void
    expiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry interceptor)
    权限 检测
  • Method Details

    • dbInterceptor

      void dbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor)
      mybatis plus 拦截器
      Parameters:
      interceptor - 拦截器
    • expiredCheckInterceptor

      void expiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry interceptor)
      权限 检测
      Parameters:
      interceptor - 拦截器