新增设备管理模块
This commit is contained in:
@@ -72,5 +72,14 @@ public interface Constants {
|
||||
*/
|
||||
String TOKEN = "token";
|
||||
|
||||
/**
|
||||
* 字典管理缓存键前缀
|
||||
*/
|
||||
String SYS_DICT_KEY = "sys_dict:";
|
||||
/**
|
||||
* 资源映射路径 前缀
|
||||
*/
|
||||
String RESOURCE_PREFIX = "/profile";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user