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