物料签收添加子载具,扫码投料bug
This commit is contained in:
@@ -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>
|
||||
/// 是否全部投料
|
||||
|
||||
Reference in New Issue
Block a user