中电联协议 queryStationsInfo 接口添加站点图片字段

This commit is contained in:
Lemon
2024-01-19 15:28:55 +08:00
parent 7942d73834
commit 1475500dd1
2 changed files with 8 additions and 0 deletions

View File

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