wangxinhui
2025-12-29 d0cc37c3c11859cc55f30624692dca55be2b8a32
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -89,7 +89,7 @@
        /// 鍒嗛厤鍘熸枡宸烽亾
        /// </summary>
        /// <returns></returns>
        string AssignYLRoadwayNo(string palletCode);
        string AssignYLRoadwayNo(string palletCode, int wide = 0, int thickness = 0, int weight = 0);
        /// <summary>
@@ -252,6 +252,28 @@
        /// </summary>
        /// <param name="bSTPickInfoDTO"></param>
        /// <returns></returns>
        WebResponseContent ReceivePicking(BSTPickInfoDTO bSTPickInfoDTO);
        WebResponseContent ReceivePicking(List<BSTPickInfoDTO> bSTPickInfoDTOs);
        /// <summary>
        /// 鍒涘缓鐢熺鎵嬪姩鍑哄簱
        /// </summary>
        /// <param name="ids"></param>
        /// <returns></returns>
        WebResponseContent CreateSGManualTasks(List<int> ids);
        /// <summary>
        /// 绌烘墭鍙犵洏鍑哄簱
        /// </summary>
        /// <returns></returns>
        WebResponseContent PlateOutbound(string stationCode);
        /// <summary>
        /// 鍚敤绔欑偣
        /// </summary>
        /// <returns></returns>
        WebResponseContent EnableStatus(int[] keys);
        /// <summary>
        /// 绂佺敤绔欑偣
        /// </summary>
        /// <returns></returns>
        WebResponseContent DisableStatus(int[] keys);
    }
}