bug,报工扣除投料

This commit is contained in:
2023-06-20 13:52:54 +08:00
parent 8e44d842c2
commit a2b60b287f
6 changed files with 112 additions and 2 deletions

View File

@@ -64,5 +64,10 @@ namespace Tnb.BasicData.Entities.Dto
/// 工序排序序号
/// </summary>
public long? ordinal { get; set; }
/// <summary>
/// 生产bom工序id
/// </summary>
public string? mbom_process_id { get; set; }
}
}