调整接口

This commit is contained in:
18942506660
2024-10-18 17:29:51 +08:00
parent 747257c7e7
commit 9ac131f286
6 changed files with 16 additions and 7 deletions

View File

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