修复bug
This commit is contained in:
@@ -96,6 +96,16 @@ namespace WMS.Web.Core.Dto.OutStockTask
|
||||
[Column("调入仓库")]
|
||||
public string InStock { get; set; }
|
||||
/// <summary>
|
||||
/// 调入仓库
|
||||
///</summary>
|
||||
[Ignore]
|
||||
public List<string> InStockCodes { get; set; } = new List<string>();
|
||||
/// <summary>
|
||||
/// 组织编码
|
||||
///</summary>
|
||||
[Ignore]
|
||||
public string OrgCode { get; set; }
|
||||
/// <summary>
|
||||
/// 出库开始时间
|
||||
///</summary>
|
||||
[Column("出库开始时间")]
|
||||
|
||||
Reference in New Issue
Block a user