kongzy
2023-11-24 0bf868d3cdf9226e178c076d3b588ed5207409a0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.gkhy.assess.common.constant;
 
public interface CacheConstant {
    String SYS_LOGIN_RECORD_CACHE="login_record_cache";
 
    String SYS_USER_TOKEN="prefix_user_token";
 
    String SYS_USER_NAME="username";
 
    String SYS_CONFIG_CACHE="sys-config";
 
    String SYS_CONFIG_KEY = "sys_config:";
 
 
 
 
}