zhangnaisong
2024-02-18 f239046819553c821c68e3687b7d72d421fbc10e
ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java
@@ -2,11 +2,10 @@
/**
 * 缓存的key 常量
 *
 *
 * @author ruoyi
 */
public class CacheConstants
{
public class CacheConstants {
    /**
     * 登录用户 redis key
     */
@@ -41,8 +40,18 @@
     * 登录账户密码错误次数 redis key
     */
    public static final String PWD_ERR_CNT_KEY = "pwd_err_cnt:";
    /**
     * 授权使用机器码 redis key
     */
    public static final String AUTH_CONFIG_KEY = "auth_config:";
    /**
     * 所有相机 redis key
     */
    public static final String CAMERA_LIST_KEY = "camera_list:";
    /**
     * 所有用户 redis key
     */
    public static final String USER_LIST_KEY = "user_list:";
}