修复bug
This commit is contained in:
@@ -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("来源单号")]
|
||||
|
||||
Reference in New Issue
Block a user