增加新模块klp-mes制造执行下面的设备管理功能的后端实现
This commit is contained in:
@@ -6,7 +6,10 @@ package com.klp.common.constant;
|
||||
* @author klp
|
||||
*/
|
||||
public interface Constants {
|
||||
|
||||
/**
|
||||
* 资源映射路径 前缀
|
||||
*/
|
||||
String RESOURCE_PREFIX = "/profile";
|
||||
/**
|
||||
* UTF-8 字符集
|
||||
*/
|
||||
@@ -71,6 +74,10 @@ public interface Constants {
|
||||
* 令牌
|
||||
*/
|
||||
String TOKEN = "token";
|
||||
/**
|
||||
* 字典管理缓存键前缀
|
||||
*/
|
||||
String SYS_DICT_KEY = "sys_dict:";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user