增加状态

This commit is contained in:
18942506660
2023-12-20 16:48:29 +08:00
parent 0870962bc4
commit e1883dd993
6 changed files with 27 additions and 6 deletions

View File

@@ -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>();
}
}

View File

@@ -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>