hutongqing
2024-10-15 0d07b90fd906e52ce486484aa53a6850983b1325
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);
            }