using iWare.Wms.Core; using Microsoft.AspNetCore.Mvc; using System.Collections.Generic; using System.Threading.Tasks; namespace iWare.Wms.Application { public interface IExWarehouseService { Task> Page([FromQuery] WmsMaterialStockSearch input); } }