生产工序-查询-分堆-打包代码1.0

This commit is contained in:
liuzhaotian
2024-04-01 10:00:52 +08:00
parent a678b21e97
commit 443312552f
80 changed files with 5134 additions and 5 deletions
@@ -202,4 +202,13 @@ public interface ErrorCodeConstants {
ErrorCode REMAIN_PLATE_NOT_EXISTS = new ErrorCode(1_002_032_002, "板材不存在");
//=========== 工序的生产状态 1-002-034-000 ============
ErrorCode UNPROCESSED_BEFORE_PROCESSING = new ErrorCode(1_002_034_001, "未加工状态方可进行加工");
// ========== 新增外部配件 1-002-035-000 ==========
ErrorCode THE_ACCESSORY_NAME_CANNOT_BE_DUPLICATED = new ErrorCode(1_002_035_001, "配件名称不能重复");
}