修复bug

This commit is contained in:
18942506660
2024-03-26 17:44:53 +08:00
parent 6c5c5faa5a
commit 2dc1c162e0
6 changed files with 23 additions and 18 deletions

View File

@@ -26,10 +26,6 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// </summary>
public string SerialNumbers { get; set; }
/// <summary>
/// 仓位
/// </summary>
public string SubStockCode { get; set; }
/// <summary>
/// 出库数量
///</summary>
public decimal Qty { get; set; }
@@ -48,6 +44,6 @@ namespace WMS.Web.Core.Dto.OutStockTask
/// <summary>
/// 出库时间
/// </summary>
public DateTime CreateTime { get; set; } = DateTime.Now;
public string CreateTime { get; set; }
}
}