非采购上架接口优化
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user