修复bug

This commit is contained in:
18942506660
2024-10-09 17:07:39 +08:00
parent 2f148d2a4e
commit b30c1c6410
4 changed files with 23 additions and 1 deletions

View File

@@ -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("出库开始时间")]