bug,生产bom工序添加排序和是否最后一道工序字段

This commit is contained in:
2023-06-25 15:18:51 +08:00
parent 586d0e1ffc
commit ab238d4f3c
4 changed files with 33 additions and 4 deletions

View File

@@ -182,4 +182,10 @@ public partial class PrdMoTask : BaseEntity<string>
/// 生产bom工序id
/// </summary>
public string? mbom_process_id { get; set; }
/// <summary>
/// 最后一道工序完成数量
/// </summary>
public int? last_process_complete_qty { get; set; }
}