修复bug

This commit is contained in:
18942506660
2024-03-27 11:32:52 +08:00
parent 21ca6e6ac1
commit 81e53613c6
3 changed files with 18 additions and 3 deletions

View File

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