Merge branch 'master' of https://codeup.aliyun.com/62ce7bca487c500c27f70a79/OPS/WMS-Api
This commit is contained in:
@@ -31,6 +31,11 @@ namespace WMS.Web.Core.Dto.OutStock
|
||||
[Required(ErrorMessage = "出库数量不能为空")]
|
||||
public decimal Qty { get; set; }
|
||||
/// <summary>
|
||||
/// 箱Id
|
||||
///</summary>
|
||||
[Required(ErrorMessage = "箱不能为空")]
|
||||
public int BoxId { get; set; }
|
||||
/// <summary>
|
||||
/// 序列号集
|
||||
/// </summary>
|
||||
public List<string> SerialNumbers { get; set; } = new List<string>();
|
||||
|
||||
@@ -18,6 +18,14 @@ namespace WMS.Web.Core.Dto.OutStockTask
|
||||
/// </summary>
|
||||
public string BillNo { get; set; }
|
||||
/// <summary>
|
||||
/// 仓库编码
|
||||
///</summary>
|
||||
public string StockCode { get; set; }
|
||||
/// <summary>
|
||||
/// 仓库名
|
||||
///</summary>
|
||||
public string StockName { get; set; }
|
||||
/// <summary>
|
||||
/// 详情
|
||||
/// </summary>
|
||||
public List<GetOutStockTaskByNoDetailsResponse> details { get; set; } = new List<GetOutStockTaskByNoDetailsResponse>();
|
||||
|
||||
Reference in New Issue
Block a user