647556386
2025-10-18 d01658c63cd541fe4ea5cec5c4bd7f23b9408cdb
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);
        }
    }
}