This commit is contained in:
tongfei
2024-04-19 09:32:31 +08:00
parent d7be459dc6
commit 19a98126a0
4 changed files with 29 additions and 9 deletions

View File

@@ -34,5 +34,10 @@ namespace WMS.Web.Domain.Entitys
/// 收货数量
/// </summary>
public decimal ReceiveQty { get; set; }
/// <summary>
/// 序列号集
/// </summary>
public List<string> SerialNumbers { get; set; } = new List<string>();
}
}