wangxinhui
2026-02-03 261ec6b250b3aea2d26e629203c7d699747c27ea
项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -69,7 +69,7 @@
        [HttpPost, HttpGet, Route("EmptyBackTask"), AllowAnonymous]
        public WebResponseContent EmptyBackTask(string barCode, string startPoint,int target)
        {
            return Service.EmptyBackTask(barCode, startPoint);
            return Service.EmptyBackTask(barCode, startPoint, target);
        }
        /// <summary>
@@ -334,5 +334,14 @@
        {
            return Service.BoxingInBound(stationCode, barCodes);
        }
        /// <summary>
        /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鎵樼洏鏉$爜
        /// </summary>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("InBoundPalletCode"), AllowAnonymous]
        public WebResponseContent InBoundPalletCode(int taskNum, string barCode)
        {
            return Service.InBoundPalletCode(taskNum, barCode);
        }
    }
}