修复bug

This commit is contained in:
18942506660
2023-11-30 10:57:55 +08:00
parent 904f6a11f6
commit efd19df5b8
3 changed files with 40 additions and 1 deletions

View File

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