增加新模块klp-mes制造执行下面的设备管理功能的后端实现

This commit is contained in:
2025-07-25 11:27:22 +08:00
parent 6847c99995
commit 4724f89820
107 changed files with 13244 additions and 5 deletions

View File

@@ -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:";
}