wangxinhui
2026-03-19 5f53f4af369a1c7a8a09eb1f45c20a8581d107a9
ÏîÄ¿´úÂë/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);
        }
    }
}