增加TenantIgnore注解,以增加忽略租户的另一种方式

This commit is contained in:
colin 2025-09-01 14:26:48 +08:00
parent 008033a77c
commit 071f934871

View File

@ -11,7 +11,6 @@ public @interface TenantIgnore {
/** /**
* 是否开启忽略租户默认为 true 开启 * 是否开启忽略租户默认为 true 开启
* <p> * <p>
* 支持 Spring EL 表达式如果返回 true 则满足条件进行租户的忽略
*/ */
boolean enable() default true; boolean enable() default true;