|
|
|
@ -37,7 +37,7 @@ public class EquipmentInfoDTO implements Serializable { |
|
|
|
private BigDecimal equipmentLng; |
|
|
|
private String openForBusinessDate; |
|
|
|
@Schema(description = "充电枪数量") |
|
|
|
private Integer gunNum; |
|
|
|
private Integer gunNum=0; |
|
|
|
@Schema(description = "设备类型1:直流设备; 2:交流设备;3:交直流一体设备;4:无线设备;5:其他") |
|
|
|
private Integer equipmentType; |
|
|
|
@Schema(description = "充电设备纬度") |
|
|
|
@ -52,7 +52,7 @@ public class EquipmentInfoDTO implements Serializable { |
|
|
|
private String equipmentModel; |
|
|
|
private BigDecimal current; |
|
|
|
@Schema(description = "充电设备总功率单位:kW") |
|
|
|
private BigDecimal power; |
|
|
|
private BigDecimal power= BigDecimal.ZERO; |
|
|
|
private String stationId; |
|
|
|
|
|
|
|
public EquipmentInfoDTO add(EquipmentInfoDTO another) { |
|
|
|
|