This commit is contained in:
2025-07-14 20:39:36 +08:00
parent 995a8f115a
commit 97d3da3116
31 changed files with 2584 additions and 36 deletions

View File

@@ -1,4 +1,5 @@
using MyCode.Project.Domain.Message.Response.Common;
using MyCode.Project.Repositories.Common;
using System.Collections.Generic;
namespace MyCode.Project.Services
@@ -10,5 +11,12 @@ namespace MyCode.Project.Services
/// </summary>
/// <param name="now"></param>
void TaskGetJackYunOrder(string now);
/// <summary>
/// 合并吉客云订单到新表
/// </summary>
/// <returns></returns>
string GetAndMergeJackYunOrder(string now);
}
}