Zhang-Hong-Lin
4 天以前 232cdf071bfe3bd2b77ba05accba89b67fcc1edc
项目代码/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();
        }
    }
}