1、自定义板编号规则入参校验;2、新增自定义板编号序号实体、mapper;3、部分systemconfig包名修正;

This commit is contained in:
gaoqr
2024-11-11 19:02:53 +08:00
parent 467918300f
commit c552b8b47e
15 changed files with 390 additions and 32 deletions
@@ -342,4 +342,5 @@ public class ErrorCodeConstants {
//=========== 系统配置 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, "不支持的系统配置类型");
public static final ErrorCode SYSTEM_CONFIG_CUSTOM_BOARD_NO_RULE_SAVE_CHECK_ERROR = new ErrorCode(1_002_040_003, "系统配置:自定义板编号保存解析失败,请检查配置规则或联系客服");
}