This commit is contained in:
18942506660
2024-11-05 09:48:57 +08:00
parent 5416303056
commit e0f0c786b9
4 changed files with 34 additions and 28 deletions

View File

@@ -26,6 +26,6 @@ namespace WMS.Web.Domain.IService.Public
/// 获取即时库存
/// </summary>
/// <returns></returns>
public Task<Result<List<LingXingInventoryResponse>>> GetInventory(LingXingInventoryRequest dto);
public Task<Result<List<LingXingInventoryResponse>>> GetInventory(List<int> ids);
}
}