using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Volo.Abp.Application.Services; namespace Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Qad; /// /// QAD供应商物料(vendor part) /// public interface ISupplierPartAppService : IApplicationService { /// /// 取QAD供应商物料——(vendor part) /// /// QAD供应商物料(vendor part) /// Task> AddAsync(VendPartInput input); }