排产至工位 pc端注塑挤出任务管理 组装包装任务管理添加工位过滤

This commit is contained in:
2023-09-05 16:36:57 +08:00
parent 9fe74c54b1
commit d0af0552a3
7 changed files with 149 additions and 6 deletions

View File

@@ -31,5 +31,9 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 工序
/// </summary>
public string process { get; set; }
/// <summary>
/// 工位id
/// </summary>
public string stationId { get; set; }
}
}