Commit 598c9fe479795b3bf5f75663c96757a00477df09
1 parent
b1c66b3d
全域巡查员流程 和业务线变动改造
Showing
1 changed file
with
5 additions
and
0 deletions
urbanops-module-workorder/src/main/java/com/zteits/urbanops/module/workorder/enums/ErrorCodeConstants.java
| @@ -42,4 +42,9 @@ public interface ErrorCodeConstants { | @@ -42,4 +42,9 @@ public interface ErrorCodeConstants { | ||
| 42 | ErrorCode APP_UNIVERSAL_USER_ROLE_ERROR = new ErrorCode(1-900-002-006, "该登录人不是 全域巡查员,无法发起流程!"); | 42 | ErrorCode APP_UNIVERSAL_USER_ROLE_ERROR = new ErrorCode(1-900-002-006, "该登录人不是 全域巡查员,无法发起流程!"); |
| 43 | 43 | ||
| 44 | ErrorCode APP_REGIONMGR_USER_ROLE_ERROR = new ErrorCode(1-900-002-007, "该登录人不是 大区经理,无法发起流程!"); | 44 | ErrorCode APP_REGIONMGR_USER_ROLE_ERROR = new ErrorCode(1-900-002-007, "该登录人不是 大区经理,无法发起流程!"); |
| 45 | + | ||
| 46 | + ErrorCode EVENT_INFO_NOT_EXISTS = new ErrorCode(1-900-003-001, "工单事件不存在"); | ||
| 47 | + | ||
| 48 | + ErrorCode EVENT_MAPPING_INFO_NOT_EXISTS = new ErrorCode(1-900-004-001, "工单事件映射不存在"); | ||
| 45 | } | 49 | } |
| 50 | + |