物料签收添加子载具,扫码投料bug

This commit is contained in:
2023-07-26 15:19:09 +08:00
parent acf1d9f94a
commit 6ec90d3dbe
3 changed files with 102 additions and 25 deletions

View File

@@ -43,6 +43,17 @@ public partial class PrdMaterialReceiptD : BaseEntity<string>
/// 载具id
/// </summary>
public string carry_id { get; set; } = string.Empty;
/// <summary>
/// 子载具id
/// </summary>
public string? member_carry_id { get; set; }
/// <summary>
/// 子载具编号
/// </summary>
public string? member_carry_code { get; set; }
/// <summary>
/// 是否全部投料