update 优化 框架整体提高查询性能

This commit is contained in:
疯狂的狮子Li
2023-12-26 23:54:34 +08:00
parent 073d5e0243
commit bb37b3401d
23 changed files with 110 additions and 203 deletions

View File

@@ -35,6 +35,11 @@ public interface CacheNames {
*/
String SYS_TENANT = GlobalConstants.GLOBAL_REDIS_KEY + "sys_tenant#30d";
/**
* 客户端
*/
String SYS_CLIENT = GlobalConstants.GLOBAL_REDIS_KEY + "sys_client#30d";
/**
* 用户账户
*/