ErrorCodeEnum

This commit is contained in:
guohb
2024-04-10 10:59:08 +08:00
parent 2889bb0c7e
commit 83d1ff2d07
2 changed files with 7 additions and 2 deletions

View File

@@ -138,6 +138,11 @@ public enum ErrorCodeEnum {
ONLY_WAR_REGION_CONFIG(108002, "意向省市只能配置到战区",null),
NOT_APPROVE_NODE(109001, "不是审批节点",null),
TIME_FALSE(109002, "结束时间不能早于开始时间",null),
;