修复bug

This commit is contained in:
18942506660
2023-12-06 09:56:07 +08:00
parent 033f442e9d
commit 9b5422db17
4 changed files with 40 additions and 7 deletions

View File

@@ -46,6 +46,16 @@ namespace WMS.Web.Core.Dto.OutStockTask
[Column("出库时间")]
public string OperateTime { get; set; }
/// <summary>
/// 出库人
/// </summary>
[Column("出库人")]
public string OutStock { get; set; }
/// <summary>
/// 出库时间
/// </summary>
[Column("出库时间")]
public string OutStockTime { get; set; }
/// <summary>
/// 来源单号
///</summary>
[Column("来源单号")]