zhanghonglin
6 天以前 10775e2b00cee12fb4b405e18a507c629990051a
项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMSPart/LocationInfoController.cs
@@ -49,5 +49,11 @@
        {
            return Service.getlocation();
        }
        [HttpPost, Route("setlocations"), AllowAnonymous]
        public WebResponseContent setlocations(int k)
        {
            return Service.setlocations(k);
        }
    }
}