This commit is contained in:
2025-07-08 20:10:02 +08:00
parent 2c7dc97d5f
commit a9193e1f3f
10 changed files with 151 additions and 61 deletions

View File

@@ -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);
}
}