入库单和出库单

This commit is contained in:
2025-11-05 18:19:40 +08:00
parent cd93b84014
commit dfde366b8e
12 changed files with 243 additions and 16 deletions

View File

@@ -45,5 +45,14 @@ namespace MyCode.Project.Services
/// </summary>
/// <param name="now"></param>
void GetPurchaseInboundData(string now);
/// <summary>
/// 调度运行吉客云采购出库单
/// </summary>
/// <param name="now"></param>
void GetStorageGoodsDocOutV2(string now);
}
}