调度运行获取吉客云采购入库
This commit is contained in:
@@ -30,5 +30,13 @@ namespace MyCode.Project.Services
|
||||
/// <returns></returns>
|
||||
/// <exception cref="BaseException"></exception>
|
||||
List<TradesItem> GetReturnChangeList(DateTime now);
|
||||
|
||||
/// <summary>
|
||||
/// 获取吉客云采购入库
|
||||
/// </summary>
|
||||
/// <param name="now">截止日期</param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="BaseException"></exception>
|
||||
List<BusiOrderGoodsDocInResponse> GetPurchaseInboundData(DateTime now);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user