add 运营端小程序获取站点统计信息接口V2

This commit is contained in:
Lemon
2026-01-13 13:24:37 +08:00
parent 039fe84594
commit cf1e1edb0b
4 changed files with 76 additions and 8 deletions

View File

@@ -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;
}