出库任务单增加调入仓库

This commit is contained in:
18942506660
2024-09-20 17:18:25 +08:00
parent 01e7b1da36
commit c8e60d3fa6
10 changed files with 80 additions and 6 deletions

View File

@@ -91,6 +91,11 @@ namespace WMS.Web.Core.Dto.OutStockTask
[Column("已出库数量")]
public decimal RealityQty { get; set; }
/// <summary>
/// 调入仓库
///</summary>
[Column("调入仓库")]
public string InStock { get; set; }
/// <summary>
/// 出库开始时间
///</summary>
[Column("出库开始时间")]
@@ -131,7 +136,7 @@ namespace WMS.Web.Core.Dto.OutStockTask
///</summary>
[Ignore]
public List<string> SaleBillNoList { get; set; } = new List<string>();
/// <summary>
/// 订单明细备注
///</summary>