using Shentun.Peis.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Volo.Abp.Domain.Repositories; namespace Shentun.Peis.PrintReports { public interface ICheckRequestNoReportRepository : IRepository { /// /// Pacs条码数据 /// /// /// Task> GetPacsNoReportAsync(Guid PatientRegisterId); } }