1
qinchulong
2025-02-28 6ff7cbed707a5bbc6a97f44257285bc8fdb2c9c9
项目代码/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();
        }
    }
}