dashboard
repositories
filestore
activity
search
login
main
/
sgd
智慧粮库
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Excel注解支持导入导出标题信息
RuoYi
2021-09-26
f4a2f909a779d0d2ffa8d5256b3d48648f65e761
[sgd.git]
/
ruoyi-common
/
ruoyi-common-core
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
core
/
constant
/
CacheConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.common.core.constant;
/**
* 缓存的key 常量
*
* @author ruoyi
*/
public class CacheConstants
{
/**
* 权限缓存前缀
*/
public final static String LOGIN_TOKEN_KEY = "login_tokens:";
}