项目代码/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -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); } } }