This commit is contained in:
2023-06-20 09:49:21 +08:00
parent b72d42d8d9
commit 8e44d842c2
2 changed files with 8 additions and 7 deletions

View File

@@ -67,14 +67,15 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// </summary>
public int? plan_qty { get; set; }
public int? scheduled_qty { get; set; }
/// <summary>
/// 预计开工时间
/// </summary>
public DateTime? estimated_start_date { get; set; }
public string estimated_start_date { get; set; } = string.Empty;
/// <summary>
/// 预计完工时间
/// </summary>
public DateTime? estimated_end_date { get; set; }
public string estimated_end_date { get; set; }= string.Empty;
/// <summary>
/// 工序编码
/// </summary>