heshaofeng
23 小时以前 673b5a596f611099eaacc310f6e7def0e022daca
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -15,6 +15,7 @@
 *----------------------------------------------------------------*/
#endregion << ç‰ˆ æœ¬ æ³¨ é‡Š >>
using Microsoft.AspNetCore.Http;
using SqlSugar;
using System;
using System.Collections.Generic;
@@ -45,7 +46,7 @@
        Task<WebResponseContent> RequestInboundTask(string palletCode, string stationCode);
        Task<WebResponseContent> PalletOutboundTask(int num, int locationType);
        Task<WebResponseContent> PalletOutboundTask(int num, int locationType,string? supplierCode = null);
        Task<WebResponseContent> TaskCompleted(string taskNum);
@@ -81,5 +82,11 @@
        Task<WebResponseContent> TaskCancel(List<int> taskCodes);
        Task<WebResponseContent> AreaOutbound(List<StockViewDTO> stockViews);
        Task<WebResponseContent> CrossAreaOutbound(List<StockViewDTO> stockViews, int targetLocationType);
        Task<WebResponseContent> BatchOutboundByExcel(IFormFile file, string outStation);
        Task<WebResponseContent> SearchSupplierCode(string keyword);
    }
}