|
|
|
@ -34,6 +34,12 @@ public class ScreenData { |
|
|
|
@Schema(description = "纬度") |
|
|
|
private BigDecimal lat; |
|
|
|
|
|
|
|
@Schema(description = "充电枪数量") |
|
|
|
private int gunCount; |
|
|
|
|
|
|
|
@Schema(description = "正在充电的枪数量") |
|
|
|
private int inChargingGunCount; |
|
|
|
|
|
|
|
@Schema(description = "热力图展示的量:区域-年能耗总量 光伏-日发电量 充电桩-日充电量") |
|
|
|
private BigDecimal measure; |
|
|
|
|
|
|
|
|