Commit cb7b21506a9727b6145c9382982bb40a2caee70d
1 parent
90215340
派单及人机材功能迁移
Showing
1 changed file
with
4 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/enums/ErrorCodeConstants.java
| @@ -40,9 +40,12 @@ public interface ErrorCodeConstants { | @@ -40,9 +40,12 @@ public interface ErrorCodeConstants { | ||
| 40 | 40 | ||
| 41 | // ========== 自有机械材料 1-100-005-000========== | 41 | // ========== 自有机械材料 1-100-005-000========== |
| 42 | ErrorCode MECHANICAL_COST_NOT_EXISTS = new ErrorCode(1-100-005-000, "费用已录入"); | 42 | ErrorCode MECHANICAL_COST_NOT_EXISTS = new ErrorCode(1-100-005-000, "费用已录入"); |
| 43 | - ErrorCode MECHANICAL_COST_NOT_EXISTS_001 = new ErrorCode(1-100-006-001, "参数错误"); | 43 | + ErrorCode MECHANICAL_COST_NOT_EXISTS_001 = new ErrorCode(1-100-005-001, "参数错误"); |
| 44 | 44 | ||
| 45 | // ========== 自有机械折旧 1-100-006-000========== | 45 | // ========== 自有机械折旧 1-100-006-000========== |
| 46 | + | ||
| 47 | + ErrorCode MECHANICAL_DEPRECIATION_NOT_EXISTS = new ErrorCode(1-100-006-000, "参数错误"); | ||
| 48 | + | ||
| 46 | ErrorCode MECHANICAL_DEPRECIATION_NOT_EXISTS_001 = new ErrorCode(1-100-006-001, "参数错误"); | 49 | ErrorCode MECHANICAL_DEPRECIATION_NOT_EXISTS_001 = new ErrorCode(1-100-006-001, "参数错误"); |
| 47 | 50 | ||
| 48 | 51 |