bug修复

This commit is contained in:
tongfei
2023-12-06 15:55:46 +08:00
parent acb90e8202
commit 95bc5d7ced
6 changed files with 21 additions and 3 deletions

View File

@@ -47,6 +47,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// 序列号集
/// </summary>
public string SerialNumbers { get; set; }
/// <summary>
/// 组织
/// </summary>
public string Org { get; set; }
/// <summary>
/// 物料库存数量
/// </summary>

View File

@@ -63,6 +63,6 @@ namespace WMS.Web.Core.Dto.Inventory
/// <summary>
/// 创建日期
/// </summary>
public DateTime CreateTime { get; set; }
public string CreateTime { get; set; }
}
}