hutongqing
2024-09-30 4383bfcc87a7726f39391eb78d830aca160d8efd
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);
            }