yangpeixing
5 天以前 6cb85536a0b7edf936cfc7b68502c858068c140f
项目代码/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);
        }
    }
}