This commit is contained in:
2025-11-10 10:28:19 +08:00
11 changed files with 523 additions and 459 deletions

View File

@@ -41,7 +41,7 @@ namespace MyCode.Project.Services
List<BusiOrderGoodsDocInResponse> GetPurchaseInboundData(DateTime now);
/// <summary>
/// 获取吉客云采购出库单
/// 获取吉客云采购退货出库单
/// </summary>
/// <param name="now">截止日期</param>
/// <returns></returns>

View File

@@ -52,7 +52,12 @@ namespace MyCode.Project.Services
/// <param name="now"></param>
void GetStorageGoodsDocOutV2(string now);
/// <summary>
/// 合并吉客云采购订单到新表
/// </summary>
/// <returns></returns>
string GetAndMergePushGoodsDocInOrder(string now);
}
}