duyongjia
2024-12-23 430404d69be9b5d420ad12b9ac087508f1fa2aca
项目代码/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);