修复bug

This commit is contained in:
18942506660
2023-12-20 17:52:14 +08:00
parent 93c533d86d
commit 4df9e97289
9 changed files with 122 additions and 14 deletions

View File

@@ -118,5 +118,13 @@ namespace WMS.Web.Domain.IService.Public
/// <param name="stockId"></param>
/// <returns></returns>
string GetStockCode(List<ErpStockDto> erpStocks, int stockId);
/// <summary>
/// 获取子仓库名称
/// </summary>
/// <param name="erpStocks"></param>
/// <param name="code"></param>
/// <returns></returns>
string GetSubStockName(List<Erp_SubStockDto> erpStocks, string code);
}
}