using Abp.Application.Services; using Abp.Application.Services.Dto; using MineTec.ProManager.PurchaseDetails.Dto; using System; using System.Collections.Generic; using System.Text; namespace MineTec.ProManager.PurchaseDetails { public interface IPurchaseDetailsAppService : IAsyncCrudAppService //用于更新PurchaseDetails表单 { } }