组装包装排产代码提交

This commit is contained in:
DEVICE8\12494
2023-05-17 08:34:52 +08:00
parent e7e2cea7bd
commit 8519f7af2e
6 changed files with 394 additions and 156 deletions

View File

@@ -47,6 +47,14 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public string eqp_type_code { get; set; }
/// <summary>
/// 产线编码
/// </summary>
public string workline_code { get; set; }
/// <summary>
/// 产线名称
/// </summary>
public string workline_name { get; set; }
/// <summary>
/// 任务单数量
/// </summary>
public int mo_task_qty { get; set; }