update 新电途平台添加 ParkFee 字段

This commit is contained in:
Lemon
2024-01-17 17:19:01 +08:00
parent 8e4c7bd5c7
commit 95c036d950
2 changed files with 7 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ public class ZDLStationInfo {
@JSONField(name = "Construction")
private Integer construction;
@JSONField(name = "ParkFee")
private String parkFee;
@JSONField(name = "EquipmentInfos")
private List<ZDLEquipmentInfo> equipmentInfos;
}