工序接口修改

This commit is contained in:
lym
2024-03-07 18:32:53 +08:00
parent 3c96aa94f8
commit cb576a6651
13 changed files with 289 additions and 53 deletions
@@ -201,5 +201,7 @@ public interface ErrorCodeConstants {
//=========== 板材信息 1-002-033-000 ============
ErrorCode REMAIN_PLATE_NOT_EXISTS = new ErrorCode(1_002_032_002, "板材不存在");
//=========== 板材信息 1-002-034-000 ============
ErrorCode PROCESS_USER_NOT_EXISTS = new ErrorCode(1_002_032_002, "工序用户不存在");
}