From 75c6125e2da9ac732e15d2296853c55b232dd59a Mon Sep 17 00:00:00 2001 From: wenfei Date: Wed, 25 Jun 2025 18:09:16 +0800 Subject: [PATCH] df --- .../com/rehome/jpahefengweather/dto/TyphoonInfoDto.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/rehome/jpahefengweather/dto/TyphoonInfoDto.java b/src/main/java/com/rehome/jpahefengweather/dto/TyphoonInfoDto.java index f60b1f8..9d0f0cb 100644 --- a/src/main/java/com/rehome/jpahefengweather/dto/TyphoonInfoDto.java +++ b/src/main/java/com/rehome/jpahefengweather/dto/TyphoonInfoDto.java @@ -168,8 +168,8 @@ public class TyphoonInfoDto { public static class Point{ private String time;//台风中心点记录时间 - private String lng;//台风中心经茺 - private String lat;//台风中心续度 + private String lng;//台风中心经度 + private String lat;//台风中心纬度 private String strong;//台风等级中文描述 private String power;//台风等级,例如 "7" 表示7级 private String speed;//台风风速,单位 米/秒 @@ -309,7 +309,7 @@ public class TyphoonInfoDto { public static class Forecastpoint{ private String time;//台风路线预测中心点时间 - private String lng;//台风路线预测中心点经茺 + private String lng;//台风路线预测中心点经度 private String lat;//台风路线预测中心点续度 private String strong;//台风路线预测中心点等级中文描述 private String power;//台风路线预测中心点等级,例如 "7" 表示7级