1
duyongjia
2025-02-27 bc33400f93631bf9c8dec0ff09cbe9a504bf9734
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -17,7 +17,7 @@
        {
        }
        [HttpPost, Route("GenerateInboundTask")]
        [HttpPost, Route("GenerateInboundTask"), AllowAnonymous]
        public WebResponseContent GenerateInboundTask(string stationCode, int inboundType, string palletCode)
        {
            return Service.GenerateInboundTask(stationCode, inboundType, palletCode);
@@ -49,11 +49,11 @@
        {
            return Service.GenerateOutboundTask(keys);
        }
        [HttpPost, Route("PalletOutboundTask")]
        public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation)
        {
            return Service.PalletOutboundTask(roadwayNo, endStation);
        }
        //[HttpPost, Route("PalletOutboundTask")]
        //public WebResponseContent PalletOutboundTask(string roadwayNo, string endStation)
        //{
        //    return Service.PalletOutboundTask(roadwayNo, endStation);
        //}
        [HttpPost, Route("GetTaskInfo")]
        public WebResponseContent GetTaskInfo()
        {