This commit is contained in:
18942506660
2024-10-30 11:17:12 +08:00
parent aaa6b57789
commit 9276b29a81
3 changed files with 40 additions and 36 deletions

View File

@@ -9,6 +9,6 @@ namespace WMS.Web.Domain.IService.Public
{
public interface IErpInventoryService
{
Task<Result<List<ErpInventoryDto>>> GetInventory(string stockCodes);
Task<Result<List<ErpInventoryDto>>> GetInventory(List<string> stockCodes);
}
}