dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/RoadwayInfoController.cs
@@ -28,5 +28,11 @@
        {
            return Service.RoadwayDisableStatus(keys);
        }
        [HttpPost, Route("UpdateEnableStatus")]
        public WebResponseContent UpdateEnableStatus([FromBody] SaveModel saveModel)
        {
            return Service.UpdateEnableStatus(saveModel);
        }
    }
}