采购上架优化

This commit is contained in:
tongfei
2023-11-25 11:52:18 +08:00
parent ece634b395
commit de6998c6b9
4 changed files with 31 additions and 11 deletions

View File

@@ -55,5 +55,10 @@ namespace WMS.Web.Core.Dto.InStockTask
/// 数量
/// </summary>
public decimal Qty { get; set; }
/// <summary>
/// 序列号
/// </summary>
public List<string> SerialNumbers { get; set; } = new List<string>();
}
}