模版编制的相关实现

This commit is contained in:
潘荣晟
2025-09-23 18:08:50 +08:00
parent 204e2ea510
commit 9cd63f144a
7 changed files with 44 additions and 11 deletions

View File

@@ -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
}