hutongqing
2024-11-27 7ff298c6834275b63b612af49651673689a39660
WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/BasicInfo/RouterController.cs
@@ -51,7 +51,7 @@
            WebResponseContent content = new();
            try
            {
                List<dynamic> dynamics = Service.GetAllWholeRouters();
                List<object> dynamics = Service.GetAllWholeRouters();
                content = WebResponseContent.Instance.OK(data: dynamics);
            }