11
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using MyCode.Project.Domain.Message.Response.Common;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MyCode.Project.Services
|
||||
{
|
||||
public interface IJackYunTaskService
|
||||
{
|
||||
/// <summary>
|
||||
/// 调度运行抓吉客云销售订单
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
void TaskGetJackYunOrder(string now);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user