using DS.WMS.Core.HangfireJob.Dtos; using Hangfire; using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DS.WMS.Core.QuarztJobs.Interface { public interface IInInvoiceJobService { /// /// 定时获取进项发票数据 /// /// /// /// Task GetInInvoiceData(); } }