调度运行获取吉客云采购入库

This commit is contained in:
2025-11-04 11:11:40 +08:00
parent cdcac3a2f9
commit 8d0542953e
9 changed files with 685 additions and 128 deletions

View File

@@ -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);
}
}