heshaofeng
16 小时以前 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);
@@ -75,5 +76,17 @@
        /// <param name="allocateDto"></param>
        /// <returns></returns>
        HttpResponseResult<MesResponseDTO> responseModel(Dt_InboundOrder order, int InterfaceType, FeedbackInboundRequestModel model = null, AllocateDto allocateDto = null);
        Task<WebResponseContent> HandCompleteTask(string TaskNum);
        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);
    }
}