组装包装任务单下发加完成数量

This commit is contained in:
2023-07-27 09:35:26 +08:00
parent a41800e785
commit 9e5b97b797
2 changed files with 6 additions and 0 deletions

View File

@@ -57,6 +57,10 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public int? plan_qty { get; set; }
/// <summary>
/// 已完成数量
/// </summary>
public int? complete_qty { get; set; }
/// <summary>
/// 工序任务量
/// </summary>
public int? process_task_qty { get; set; }