生产管理,新增生产提报,自检报废接口

This commit is contained in:
DEVICE8\12494
2023-05-11 10:21:41 +08:00
parent 208e6258d3
commit 7bfa4eed8c
21 changed files with 1241 additions and 17 deletions

View File

@@ -232,6 +232,10 @@ namespace Tnb.ProductionMgr.Entities
/// 同组标识
/// </summary>
public string group_flag { get; set; }
/// <summary>
/// 任务单号
/// </summary>
public string icmo_code { get; set; }
}
}