新增生产管理,组装包装根据BomId拆解生产任务接口

This commit is contained in:
DEVICE8\12494
2023-05-15 18:11:11 +08:00
parent 6e9d1169ce
commit ed87bd712c
5 changed files with 186 additions and 84 deletions

View File

@@ -26,6 +26,10 @@ public static class DictConst
/// </summary>
public const string AlreadyId = "26033187948309";
/// <summary>
/// 工单状态-已下发Id
/// </summary>
public const string ScheduledId = "25019232867093";
/// <summary>
/// 工单状态-待排产
/// </summary>
public const string WaitProductId = "25019244276501";