dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -28,6 +28,24 @@
            return Service.InitializationLocation(initializationLocationDTO);
        }
        [HttpPost, Route("LocationEnableStatus")]
        public WebResponseContent LocationEnableStatus([FromBody] int[] keys)
        {
            return Service.LocationEnableStatus(keys);
        }
        [HttpPost, Route("LocationDisableStatus")]
        public WebResponseContent LocationDisableStatus([FromBody] int[] keys)
        {
            return Service.LocationDisableStatus(keys);
        }
        [HttpPost, Route("UpdateEnableStatus")]
        public WebResponseContent UpdateEnableStatus([FromBody] SaveModel saveModel)
        {
            return Service.UpdateEnableStatus(saveModel);
        }
        [HttpPost, Route("AdjacentDepthLocation"), AllowAnonymous]
        public Dt_LocationInfo AdjacentDepthLocation(string locationCode)
        {