1
Zhang-Hong-Lin
2025-04-16 5f0b4758bed03060fd70b282d7fe56fa02d2f6d0
项目代码/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();
        }
    }
}