1
yangpeixing
2025-12-05 3425c6c10844112bc52f71c6a76522c47aff3a6c
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/QuartzJob/DeviceInfoController.cs
@@ -26,5 +26,11 @@
        {
            return await Service.QueryDeviceProInfos();
        }
        [HttpPost,HttpGet, Route("ControlConveyorLine"), AllowAnonymous]
        public WebResponseContent ControlConveyorLine(int num)
        {
            return Service.ControlConveyorLine(num);
        }
    }
}