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

@@ -3,12 +3,12 @@ using System.Collections.Generic;
namespace MyCode.Project.Services
{
public interface IJackYunService
public interface IJackYunTaskService
{
/// <summary>
/// 订单查询
/// 调度运行抓吉客云销售订单
/// </summary>
string testTradeFullInfoGet();
/// <param name="now"></param>
void TaskGetJackYunOrder(string now);
}
}