移箱列表

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")]