using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Threading.Tasks; using Hangfire; namespace DS.WMS.Core.HangfireJob.Interface { public interface IOpJobService { /// /// /// /// [Queue("op")] void GetVgmLink(long id); } }