[fix] 修复合同管理模块,增加校验

This commit is contained in:
wyw
2024-07-26 11:10:59 +08:00
parent 171c0cc018
commit 47adca8394
3 changed files with 60 additions and 8 deletions

View File

@ -31,5 +31,9 @@ public interface ErrorCodeConstants {
// ========== 外包合同关联 2_023_000_000 ==========
ErrorCode CONTRACT_OUTS_NOT_EXISTS = new ErrorCode(2_023_000_000, "外包合同关联不存在");
ErrorCode PROJECT_NOT_EXISTS = new ErrorCode(1_021_000_000, "项目信息不存在");
}