分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-04-06 dd2b970907682890ab0f16c6efc7c04edfe1598f
´úÂë¹ÜÀí/WMS/WMS_Server/WIDESEA_WebApi/Controllers/ToWms/ToWMSController.cs
@@ -12,6 +12,7 @@
    public class ToWMSController : ControllerBase
    {
        private static readonly object OutsourceInboundobj = new object();
        private static readonly object agvTransferListbj = new object();
        /// <summary>
        /// ç§»åº“(手动,临时)
        /// </summary>
@@ -32,8 +33,11 @@
        [HttpPost, Route("agvTransferList")]
        public WebResponseContent agvTransferList([FromBody] SaveModel saveModel)
        {
            lock (agvTransferListbj)
            {
            return new ToMesServer().agvTransferList(saveModel);
        }
        }
        /// <summary>
        /// å¤–协出库(检测上料)