新增 高德查询充电站信息接口

This commit is contained in:
Lemon
2023-06-14 17:21:51 +08:00
parent a3513e3cc0
commit c2c238fb81
9 changed files with 241 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ public class AMapStationInfo {
* 7不对外开放
*/
@JSONField(name = "OpenType")
private String openType;
private Integer openType;
// 车位数量 可停放进行充电的车位总数默认0 未知
@JSONField(name = "ParkNums")