增加取消任务接口

This commit is contained in:
hehaibing-1996
2025-03-28 16:10:12 +08:00
parent e0fd67c866
commit 54c28df490
4 changed files with 82 additions and 0 deletions

View File

@ -17,6 +17,8 @@ namespace WCS.BLL.Services.IService
{
public Task<ResponseCommon<object>> sysOrderMXL4(SysOrderMXL4Request request);
public Task<ResponseCommon<object>> cancelOrderMXL4(CancelRequest request);
public Task<ResponseCommon> refreshInventoryRequest(RefreshInventoryRequest request);
#region APi