From ebcb38a136f08319ec42cd8bb819dfe866fc0324 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 20 Dec 2023 15:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Balances/IBalanceAppService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/be/Modules/Inventory/src/Win_in.Sfs.Wms.Inventory.Application.Contracts/Balances/IBalanceAppService.cs b/be/Modules/Inventory/src/Win_in.Sfs.Wms.Inventory.Application.Contracts/Balances/IBalanceAppService.cs index a9c62ad15..57c5febea 100644 --- a/be/Modules/Inventory/src/Win_in.Sfs.Wms.Inventory.Application.Contracts/Balances/IBalanceAppService.cs +++ b/be/Modules/Inventory/src/Win_in.Sfs.Wms.Inventory.Application.Contracts/Balances/IBalanceAppService.cs @@ -164,4 +164,5 @@ public interface IBalanceAppService /// /// Task> GetListByErpLocationCodeAndItemCodeAsync(string erplocationCode, string itemCode); + Task> GetRecommendBalancesByLocationsAsync(RecommendBalanceRequestInput input); }