修复bug
This commit is contained in:
@@ -60,6 +60,6 @@ namespace WMS.Web.Core.Dto.OutStockTask
|
||||
/// <summary>
|
||||
/// 物料对应的仓位有哪些
|
||||
/// </summary>
|
||||
public List<MaterialSubStock> MaterialSubStocks { get; set; } = new List<MaterialSubStock>();
|
||||
public List<string> MaterialSubStocks { get; set; } = new List<string>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user