11
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user