增加仓库返回

This commit is contained in:
18942506660
2023-11-16 13:37:54 +08:00
parent 110fcbed24
commit 175eb04551
3 changed files with 26 additions and 0 deletions

View File

@@ -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>();