wangxinhui
2026-02-11 482ece71c06bcc49c38b0dc5d747b37a60d227fd
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_WMSServer/Controllers/TaskInfo/TaskController.cs
@@ -343,5 +343,14 @@
        {
            return Service.InBoundPalletCode(taskNum, barCode);
        }
        /// <summary>
        /// åŠæˆå“æ‰˜ç›˜æ¬è¿å…¥åº“
        /// </summary>
        /// <returns></returns>
        [HttpPost, HttpGet, Route("SemiProIn"), AllowAnonymous]
        public WebResponseContent SemiProIn(string barcode, string palletCode, string address)
        {
            return Service.SemiProIn(barcode, palletCode, address);
        }
    }
}