分堆打包拆包数据正确性修改

This commit is contained in:
liuzhaotian
2024-09-29 17:43:34 +08:00
parent 3b6e24e5b6
commit e5d91f7e22
2 changed files with 11 additions and 0 deletions
@@ -302,6 +302,7 @@ public interface ErrorCodeConstants {
ErrorCode ORDER_BODY_DATA_ERROR = new ErrorCode(1_002_041_012, "当前柜体对应的板材数据为空,无法删除");
ErrorCode ORDER_PLAN_NO_OPTIMIZE_ERROR = new ErrorCode(1_002_041_013, "当前排单还未保存优化结果,无法进行开料");
ErrorCode ORDER_PLAN_NO_OPTIMIZE_UPDATE_ERROR = new ErrorCode(1_002_041_014, "当前排单还未保存优化结果,无法对开料结果进行修改");
ErrorCode ORDER_NO_DATA_ERROR = new ErrorCode(1_002_041_001, "生产单信息错误,请重新进行拆包");