This commit is contained in:
2023-06-28 14:09:51 +08:00
parent 3394740eb7
commit 35b7d3ea97
2 changed files with 8 additions and 1 deletions

View File

@@ -76,6 +76,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 预计结束时间
/// </summary>
public DateTime? estimated_end_date { get; set; }
/// <summary>
/// 工序名称
/// </summary>
public string? process_name { get; set; }
}
}