1
wankeda
2026-03-02 4d5db2fa80e37839bbe2ceeb22e501afd583f8af
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);
        }
    }
}