mirror of https://gitee.com/stylefeng/roses
【8.3.4】【tenant】更新一个常量
parent
3303f00651
commit
c7224a58d6
|
@ -15,6 +15,11 @@ public interface ProjectAopSortConstants {
|
|||
*/
|
||||
int MULTI_DATA_SOURCE_EXCHANGE_AOP = 1;
|
||||
|
||||
/**
|
||||
* 不进行租户切换的单独的AOP
|
||||
*/
|
||||
int TENANT_DO_NO_TENANT_CHANGE_AOP = 10;
|
||||
|
||||
/**
|
||||
* 数据范围控制的AOP顺序
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue