647556386
2025-12-16 2f8fc989f339a936b01092caebd4c46e6109da1b
WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Basic/LocationInfoController.cs
@@ -58,5 +58,11 @@
            return Service.LocationDisableStatus(keys); ;
        }
        [HttpPost, Route("LocationRelease"),AllowAnonymous]
        public WebResponseContent LocationRelease([FromBody] List<string> locationCodes)
        {
            return Service.LocationRelease(locationCodes);
        }
    }
}