移箱列表

This commit is contained in:
18942506660
2023-10-26 16:17:57 +08:00
parent 918e4d203b
commit 7d7256281e
5 changed files with 91 additions and 11 deletions

View File

@@ -25,6 +25,16 @@ namespace WMS.Web.Domain.Entitys
[Column("MaterialId")]
public int MaterialId { get; set; }
/// <summary>
/// 仓库Id
/// </summary>
[Column("StockId")]
public int StockId { get; set; }
/// <summary>
/// 序列号
/// </summary>
[Column("SerialNumber")]
public string SerialNumber { get; set; }
/// <summary>
/// 原箱子ID
/// </summary>
[Column("SrcBoxId")]

View File

@@ -31,11 +31,6 @@ namespace WMS.Web.Domain.Entitys
[Column("BoxId")]
public int BoxId { get; set; }
/// <summary>
/// 序号
/// </summary>
[Column("Seq")]
public int Seq { get; set; }
/// <summary>
/// 物料ID
/// </summary>
[Column("MaterialId")]