diff --git a/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/PrdMaterialReceiptH.cs b/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/PrdMaterialReceiptH.cs index b1faedd6..c4830aa1 100644 --- a/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/PrdMaterialReceiptH.cs +++ b/ProductionMgr/Tnb.ProductionMgr.Entities/Entity/PrdMaterialReceiptH.cs @@ -94,10 +94,10 @@ public partial class PrdMaterialReceiptH : BaseEntity /// 生产bom工序id /// public string? mbom_process_id { get; set; } - + /// /// 第一次投料 /// - public bool first_feed { get; set; } + public bool first_feed { get; set; } = true; } \ No newline at end of file