增加状态
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>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user