From 81c305df4072f777c26e4e6c0070dc0840208968 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 27 Jun 2023 11:39:04 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E9=AB=98=E5=BE=B7=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/thirdparty/amap/domain/AMapStationInfo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/domain/AMapStationInfo.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/domain/AMapStationInfo.java index d560bb616..19e658d0d 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/domain/AMapStationInfo.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/amap/domain/AMapStationInfo.java @@ -132,7 +132,7 @@ public class AMapStationInfo { // 充电收费信息 @JSONField(name = "PriceChargingInfo") - private List PriceChargingInfo; + private List priceChargingInfo; // 快充总桩数 @JSONField(name = "FastEquipmentNum") @@ -144,5 +144,5 @@ public class AMapStationInfo { // 充电设备信息列表 @JSONField(name = "EquipmentInfos") - private List EquipmentInfos; + private List equipmentInfos; }