update 首页地图显示站点数量-->显示枪口数量

This commit is contained in:
Lemon
2026-05-25 09:28:03 +08:00
parent ecded2ef39
commit 8e665212dd
3 changed files with 23 additions and 10 deletions

View File

@@ -23,4 +23,9 @@ public class StationMapVO {
* 纬度
*/
private String stationLat;
/**
* 充电枪口数量
*/
private Integer connectorCount;
}