物料编码和仓位编码

This commit is contained in:
tongfei
2024-03-16 15:41:42 +08:00
parent 405b414912
commit f0f80c04ff
13 changed files with 62 additions and 15 deletions

View File

@@ -28,6 +28,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 序列号集
/// </summary>
public List<string> SerialNumbers { get; set; } = new List<string>();