生产投料

This commit is contained in:
2024-06-28 11:09:03 +08:00
parent df0be4e15d
commit 8a13c5d593
4 changed files with 93 additions and 27 deletions

View File

@@ -19,6 +19,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public string code { get; set; }
public string carry_code { get; set; }
public string create_id { get; set; }
public string station_id { get; set; }
public string create_time { get; set; }
}

View File

@@ -94,5 +94,10 @@ public partial class PrdMaterialReceiptH : BaseEntity<string>
/// 生产bom工序id
/// </summary>
public string? mbom_process_id { get; set; }
/// <summary>
/// 第一次投料
/// </summary>
public bool first_feed { get; set; }
}