在线修改

This commit is contained in:
18792927508
2024-03-14 17:16:38 +08:00
parent b22b49763c
commit 1cece4a0d1
4 changed files with 26 additions and 5 deletions
@@ -46,4 +46,8 @@ public class CacheConstants
* 案件 redis key
*/
public static final String CASE_KEY = "case_codes:";
/**
* 所有用户 redis key
*/
public static final String USER_KEY = "user_key:";
}