This commit is contained in:
2024-06-28 11:15:17 +08:00
parent 8a13c5d593
commit 9ebb37033c

View File

@@ -98,6 +98,6 @@ public partial class PrdMaterialReceiptH : BaseEntity<string>
/// <summary>
/// 第一次投料
/// </summary>
public bool first_feed { get; set; }
public bool first_feed { get; set; } = true;
}