mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-16 11:07:36 +08:00
add 运营端小程序获取站点统计信息接口V2
This commit is contained in:
@@ -50,32 +50,32 @@ public class StationStatisticsInfosVO {
|
||||
private String connectorAvailability;
|
||||
|
||||
/**
|
||||
* 充电中的设备数量
|
||||
* 充电中的枪口数量
|
||||
*/
|
||||
private Integer chargingConnectorNum;
|
||||
|
||||
/**
|
||||
* 空闲中的设备数量
|
||||
* 空闲中的枪口数量
|
||||
*/
|
||||
private Integer freeConnectorNum;
|
||||
|
||||
/**
|
||||
* 占用中的设备数量
|
||||
* 占用中的枪口数量
|
||||
*/
|
||||
private Integer occupiedConnectorNum;
|
||||
|
||||
/**
|
||||
* 挂起中的设备数量
|
||||
* 挂起中的枪口数量
|
||||
*/
|
||||
private Integer hangingConnectorNum;
|
||||
|
||||
/**
|
||||
* 离线设备数量
|
||||
* 离线枪口数量
|
||||
*/
|
||||
private Integer offlineConnectorNum;
|
||||
|
||||
/**
|
||||
* 故障桩数量
|
||||
* 故障枪口数量
|
||||
*/
|
||||
private Integer faultConnectorNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user