fix: 调整管芯绑定解绑位置校验

This commit is contained in:
zhouz
2026-08-18 17:09:58 +08:00
parent e53e5cdb36
commit abf87d0805
8 changed files with 71 additions and 18 deletions

View File

@@ -81,4 +81,6 @@ public interface ErrorCodeConstants {
ErrorCode CORE_TUBE_ROW_MATERIAL_CONFLICT = new ErrorCode(54, "同一排只能绑定一种管芯物料,当前排物料编码为{}");
ErrorCode CORE_TUBE_UNBIND_NOT_ALLOWED = new ErrorCode(55, "管芯已进入作业流程,不能解绑");
ErrorCode CORE_TUBE_UNBIND_FAILED = new ErrorCode(56, "管芯解绑失败,请刷新托盘后重试");
ErrorCode CORE_TUBE_PALLET_TASK_EXISTS = new ErrorCode(57, "托盘{}存在未完成任务,不能绑定或解绑管芯");
ErrorCode CORE_TUBE_PALLET_TASK_CHECK_FAILED = new ErrorCode(58, "托盘任务状态查询失败,请稍后重试");
}