1、新增系统配置管理接口;2、新增系统配置生成服务抽象规范;

This commit is contained in:
gaoqr
2024-11-08 17:56:34 +08:00
parent 1bc9119504
commit 11dad7c369
16 changed files with 683 additions and 0 deletions
@@ -338,4 +338,8 @@ public class ErrorCodeConstants {
//=========== 用户的系统配置 1-002-039-000 ============
public static final ErrorCode CURRENTLY_NO_CONFIGURATION_AVAILABLE = new ErrorCode(1_002_039_001, "当前没有{}配置信息,请前往设置配置");
//=========== 系统配置 1-002-040-000 ============
public static final ErrorCode SYSTEM_CONFIG_NOT_EXISTS = new ErrorCode(1_002_040_001, "系统配置不存在");
public static final ErrorCode SYSTEM_CONFIG_TYPE_NOT_SUPPORT = new ErrorCode(1_002_040_002, "不支持的系统配置类型");
}