根据新需求修改机台管理相关接口

This commit is contained in:
liuzhaotian
2024-08-01 14:58:41 +08:00
parent d7d45accf2
commit 64012ab29a
25 changed files with 498 additions and 275 deletions
@@ -15,6 +15,8 @@ public interface ErrorCodeConstants {
ErrorCode PLAN_NOT_ALLOW_CANCEL = new ErrorCode(1_001_107_002, "排单 新单 不予许作废");
ErrorCode LIST_CHANGES_ARE_PROHIBITED = new ErrorCode(1_001_107_003, "当前排单已开料,禁止更改");
// ========== 生产单商品 TODO 补充编号 ==========
ErrorCode GOODS_NOT_EXISTS = new ErrorCode(1_001_108_000, "生产单商品不存在");