修复bug
This commit is contained in:
@@ -58,7 +58,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// 出入库方式:按箱或者按产品
|
||||
/// </summary>
|
||||
public Dictionary<int, string> InventoryInOutMethod { get; set; } = new Dictionary<int, string>();
|
||||
|
||||
/// <summary>
|
||||
/// 出库状态
|
||||
/// </summary>
|
||||
public Dictionary<int, string> OutStockStatus { get; set; } = new Dictionary<int, string>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user