using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Volo.Abp.Application.Services; namespace Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Qad; /// /// QAD库位(Location) /// public interface ILocationAppService : IApplicationService { /// /// 取QAD库位(Location) /// /// QAD库位(Location) /// Task> AddAsync(LocInput input); }