不属于任务单的物料也可签收
This commit is contained in:
@@ -60,5 +60,10 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public string? mbom_process_id { get; set; }
|
||||
|
||||
public List<Dictionary<string, object>>? details { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 存在不属于该任务单的原材料也要签收
|
||||
/// </summary>
|
||||
public bool sure { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user