增加状态
This commit is contained in:
@@ -62,6 +62,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// 出库状态
|
||||
/// </summary>
|
||||
public Dictionary<int, string> OutStockStatus { get; set; } = new Dictionary<int, string>();
|
||||
|
||||
/// <summary>
|
||||
/// 同步金蝶状态
|
||||
/// </summary>
|
||||
public Dictionary<int, string> SyncStatus { get; set; } = new Dictionary<int, string>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace WMS.Web.Core.Dto.OutStock
|
||||
/// <summary>
|
||||
/// 同步成功或者失败 null 就是未同步
|
||||
/// </summary>
|
||||
public bool? SuccessSync { get; set; }
|
||||
public int? SuccessSync { get; set; }
|
||||
/// <summary>
|
||||
/// 来源单号
|
||||
///</summary>
|
||||
|
||||
Reference in New Issue
Block a user