增加状态

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