This commit is contained in:
2025-10-15 20:03:27 +08:00
parent e9d7d9c9ae
commit 0a28417898
12 changed files with 1117 additions and 9 deletions

View File

@@ -18,5 +18,11 @@ namespace MyCode.Project.Services
/// <returns></returns>
string GetAndMergeJackYunOrder(string now);
/// <summary>
/// 调度运行抓吉客云退货订单
/// </summary>
/// <param name="now"></param>
void TaskGetReturnChangeList(string now);
}
}