1
Zhang-Hong-Lin
2025-04-27 90a00e294885d4a62fa7d8927513ff6f948ce6b4
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMSPart/LocationInfoController.cs
@@ -43,5 +43,11 @@
        {
            return Service.InitializationLocation(initializationLocationDTO);
        }
        [HttpPost, Route("getlocation"), AllowAnonymous]
        public WebResponseContent getlocation()
        {
            return Service.getlocation();
        }
    }
}