11
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MyCode.Project.Domain.Message.Response.Common;
|
||||
using MyCode.Project.Infrastructure.JackYun;
|
||||
using MyCode.Project.Repositories.Common;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -24,5 +25,12 @@ namespace MyCode.Project.Services
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
void TaskGetReturnChangeList(string now);
|
||||
|
||||
/// <summary>
|
||||
/// 把吉客云退货订单存进本地数据库
|
||||
/// </summary>
|
||||
/// <param name="trades"></param>
|
||||
|
||||
void SetReturnOrder(List<TradesItem> trades);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user