mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
新增 广西平台Service相关方法
This commit is contained in:
@@ -29,4 +29,16 @@ public class ConnectorStatsInfo {
|
||||
*/
|
||||
@JSONField(name = "ConnectorElectricity")
|
||||
private BigDecimal connectorElectricity;
|
||||
|
||||
/**
|
||||
* 充电时长(单位:s)
|
||||
*/
|
||||
@JSONField(name = "ConnectorDuration")
|
||||
private Integer connectorDuration;
|
||||
|
||||
/**
|
||||
* 充电次数
|
||||
*/
|
||||
@JSONField(name = "ConnectorNum")
|
||||
private Integer connectorNum;
|
||||
}
|
||||
|
||||
@@ -31,6 +31,18 @@ public class EquipmentStatsInfo {
|
||||
@JSONField(name = "EquipmentElectricity")
|
||||
private BigDecimal equipmentElectricity;
|
||||
|
||||
/**
|
||||
* 充电时长(单位:s)
|
||||
*/
|
||||
@JSONField(name = "ConnectorDuration")
|
||||
private Integer connectorDuration;
|
||||
|
||||
/**
|
||||
* 充电次数
|
||||
*/
|
||||
@JSONField(name = "ConnectorNum")
|
||||
private Integer connectorNum;
|
||||
|
||||
/**
|
||||
* 充电设备接口统计信息列表 Y
|
||||
* 充设备的所有充电设备接口统计对象集合
|
||||
|
||||
@@ -44,6 +44,18 @@ public class StationStatsInfo {
|
||||
@JSONField(name = "StationElectricity")
|
||||
private BigDecimal stationElectricity;
|
||||
|
||||
/**
|
||||
* 充电时长(单位:s)
|
||||
*/
|
||||
@JSONField(name = "ConnectorDuration")
|
||||
private Integer connectorDuration;
|
||||
|
||||
/**
|
||||
* 充电次数
|
||||
*/
|
||||
@JSONField(name = "ConnectorNum")
|
||||
private Integer connectorNum;
|
||||
|
||||
/**
|
||||
* 充电设备统计信息列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user