模版编制的相关实现

This commit is contained in:
潘荣晟
2025-09-22 17:12:46 +08:00
parent 58e2827a21
commit c14837b5e2
22 changed files with 567 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ public interface ErrorCodeConstants {
ErrorCode DEPARTMENT_INSTANCE_RELATIVITY_NOT_EXISTS = new ErrorCode(1_027_000_511, "部门与实例关联不存在");
ErrorCode ILLEGAL_OPERATION_TYPE = new ErrorCode(1_027_000_511, "非法操作类型");
ErrorCode OPERATION_FAIL= new ErrorCode(1_027_000_512, "操作失败");
ErrorCode STATUS_OPERATION_FAIL= new ErrorCode(1_027_000_513, "当前状态不支持此操作");
//Illegal operation type
}