模版编制的相关实现
This commit is contained in:
@@ -21,6 +21,7 @@ public interface ErrorCodeConstants {
|
||||
ErrorCode STATUS_OPERATION_FAIL= new ErrorCode(1_027_000_513, "当前状态不支持此操作");
|
||||
ErrorCode NOT_FOUND_CLASS= new ErrorCode(1_027_000_514, "找不到对应的类");
|
||||
ErrorCode UTIL_NOT_INIT= new ErrorCode(1_027_000_515, "工具类为未初始化");
|
||||
ErrorCode TMPL_INS_FLD_CODE_EXISTS = new ErrorCode(1_027_000_516, "字段已存在");
|
||||
//Illegal operation type
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user