生产提报代码提交

This commit is contained in:
DEVICE8\12494
2023-05-25 22:51:56 +08:00
parent 5601d3a186
commit 7dcb35b455
11 changed files with 272 additions and 140 deletions

View File

@@ -75,6 +75,14 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 预计完工时间
/// </summary>
public DateTime? estimated_end_date { get; set; }
/// <summary>
/// 工序编码
/// </summary>
public string process_code { get; set; }
/// <summary>
/// 工序名称
/// </summary>
public string process_name { get; set;}
}