using MyCode.Project.Domain.Message.Response.Common; using System.Collections.Generic; namespace MyCode.Project.Services { public interface IJackYunTaskService { /// /// 调度运行抓吉客云销售订单 /// /// void TaskGetJackYunOrder(string now); } }