using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Volo.Abp.Application.Services; namespace Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Qad; public interface IPrhHistAppService : IApplicationService { /// /// QAD收货单(prh_hist) /// /// QAD收货单(prh_hist) /// Task> AddAsync(PrhHistInput input); }