移箱列表

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

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