huangxiaoqiang
2025-11-25 53624a05425fd95af7701816a99bcba7360e52be
项目代码/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);
        }
    }
}