This commit is contained in:
2025-07-18 17:09:55 +08:00
parent 38bf2c2913
commit a7fd4de781
3 changed files with 25 additions and 3 deletions

View File

@@ -21,5 +21,10 @@ namespace MyCode.Project.Services
/// 添加抓单的调度
/// </summary>
void AddTask();
/// <summary>
/// 添加“合并吉客云订单到新表”的任务
/// </summary>
void AddMergeJackYunOrder();
}
}