This commit is contained in:
2025-11-06 18:12:17 +08:00
parent 92a7c811ef
commit ce9868a655
12 changed files with 291 additions and 203 deletions

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