using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Volo.Abp.Application.Services;
namespace Win_in.Sfs.Wms.DataExchange.Application.Contracts.Iac.Qad;
///
/// QAD发货单(ASN Master)
///
public interface ISupplierAsnAppService : IApplicationService
{
///
/// 取QAD发货单(ASN Master)
///
/// QAD发货单(ASN Master)
///
Task> AddAsync(AsnMstrInput input);
}