Class DefaultFrameworkTenantService
java.lang.Object
cn.sinozg.applet.common.service.impl.DefaultFrameworkTenantService
- All Implemented Interfaces:
FrameworkTenantService
@Service
@ConditionalOnSingleCandidate(FrameworkTenantService.class)
public class DefaultFrameworkTenantService
extends Object
implements FrameworkTenantService
租户
- Since:
- 2024-11-03 14:37:44
- Author:
- xyb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor) mybatis plus 拦截器voidexpiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry interceptor) 权限 检测
-
Constructor Details
-
DefaultFrameworkTenantService
public DefaultFrameworkTenantService()
-
-
Method Details
-
dbInterceptor
public void dbInterceptor(com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor interceptor) Description copied from interface:FrameworkTenantServicemybatis plus 拦截器- Specified by:
dbInterceptorin interfaceFrameworkTenantService- Parameters:
interceptor- 拦截器
-
expiredCheckInterceptor
public void expiredCheckInterceptor(org.springframework.web.servlet.config.annotation.InterceptorRegistry interceptor) Description copied from interface:FrameworkTenantService权限 检测- Specified by:
expiredCheckInterceptorin interfaceFrameworkTenantService- Parameters:
interceptor- 拦截器
-