调整监测金蝶删单

This commit is contained in:
18942506660
2024-08-07 15:20:25 +08:00
parent 1a91e4805a
commit 6239a1e54e
19 changed files with 148 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ namespace WMS.Web.Domain.IService
/// 金蝶删单后这边单据作废
/// </summary>
/// <returns></returns>
Task<Result> ErpDel(DateTime begin);
Task<Result> ErpDel();
/// <summary>
/// 作废
/// </summary>

View File

@@ -64,7 +64,7 @@ namespace WMS.Web.Domain.IService.Public
/// 金蝶删单后这边单据作废
/// </summary>
/// <returns></returns>
Task<Result> ErpDel(DateTime begin);
Task<Result> ErpDel();
/// <summary>
/// 查询出库任务单详情
/// </summary>