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

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

@@ -15,5 +15,11 @@ namespace Tnb.ProductionMgr.Entities.Dto
/// 生产工单Id列表
/// </summary>
public List<string> WorkOrderIds { get; set; }
/// <summary>
/// 操作形式
///<br/>Release 下发
///<br/>Closed 强制接单
/// </summary>
public string Behavior { get; set; }
}
}