调整接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user