9
This commit is contained in:
@@ -22,5 +22,13 @@ namespace MyCode.Project.Services
|
||||
/// <exception cref="BaseException"></exception>
|
||||
List<TradesItem> testTradeFullInfoGet(DateTime now);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 退货查询
|
||||
/// </summary>
|
||||
/// <param name="now">截止日期</param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="BaseException"></exception>
|
||||
List<TradesItem> GetReturnChangeList(DateTime now);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,5 +18,11 @@ namespace MyCode.Project.Services
|
||||
/// <returns></returns>
|
||||
|
||||
string GetAndMergeJackYunOrder(string now);
|
||||
|
||||
/// <summary>
|
||||
/// 调度运行抓吉客云退货订单
|
||||
/// </summary>
|
||||
/// <param name="now"></param>
|
||||
void TaskGetReturnChangeList(string now);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user