非采购上架接口优化

This commit is contained in:
tongfei
2023-11-09 14:17:54 +08:00
parent f52a1060b6
commit f964567193
4 changed files with 119 additions and 16 deletions

View File

@@ -55,5 +55,10 @@ namespace WMS.Web.Core.Dto.InStock
///</summary>
[Required(ErrorMessage = "入库数量不能为空")]
public decimal Qty { get; set; }
/// <summary>
/// 序列号集
/// </summary>
public List<string> SerialNumbers { get; set; } = new List<string>();
}
}