1.增加刷新库位显示库存接口

2.增加任务物料唯一码的保存
This commit is contained in:
hehaibing-1996
2024-11-27 17:38:01 +08:00
parent 3fc9f8a0c9
commit cfbf6a81c8
7 changed files with 106 additions and 0 deletions

View File

@ -16,5 +16,7 @@ namespace WCS.BLL.Services.IService
public interface IMXL4Service
{
public Task<ResponseCommon<object>> sysOrderMXL4(SysOrderMXL4Request request);
public Task<ResponseCommon> refreshInventoryRequest(RefreshInventoryRequest request);
}
}