mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
增加TenantIgnore注解,以增加忽略租户的另一种方式
This commit is contained in:
parent
008033a77c
commit
071f934871
@ -11,7 +11,6 @@ public @interface TenantIgnore {
|
||||
/**
|
||||
* 是否开启忽略租户,默认为 true 开启
|
||||
* <p>
|
||||
* 支持 Spring EL 表达式,如果返回 true 则满足条件,进行租户的忽略
|
||||
*/
|
||||
boolean enable() default true;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user