排产代码逻辑调整

This commit is contained in:
DEVICE8\12494
2023-04-23 16:38:44 +08:00
parent f0fde866c8
commit 2723aa7862
6 changed files with 58 additions and 19 deletions

View File

@@ -35,6 +35,10 @@ namespace Tnb.ProductionMgr.Entitys.Dto.PrdManage
/// 计划生产结束日期
/// </summary>
public DateTime? plan_end_date { get; set; }
/// <summary>
/// 任务ID
/// </summary>
public string task_id { get; set; }
}
}