mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
新增 运营端小程序查询枪口信息列表接口
This commit is contained in:
@@ -32,37 +32,37 @@ public class BusinessConnectorInfoVO {
|
||||
/**
|
||||
* 总枪口数量
|
||||
*/
|
||||
private String connectorNum;
|
||||
private Integer connectorNum;
|
||||
|
||||
/**
|
||||
* 充电中枪口数量
|
||||
*/
|
||||
private String chargingConnectorNum;
|
||||
private Integer chargingConnectorNum;
|
||||
|
||||
/**
|
||||
* 空闲枪口数量
|
||||
*/
|
||||
private String freeConnectorNum;
|
||||
private Integer freeConnectorNum;
|
||||
|
||||
/**
|
||||
* 挂起枪口数量
|
||||
*/
|
||||
private String hangingConnectorNum;
|
||||
private Integer hangingConnectorNum;
|
||||
|
||||
/**
|
||||
* 占用中枪口数量
|
||||
*/
|
||||
private String occupiedConnectorNum;
|
||||
private Integer occupiedConnectorNum;
|
||||
|
||||
/**
|
||||
* 离线枪口数量
|
||||
*/
|
||||
private String offlineConnectorNum;
|
||||
private Integer offlineConnectorNum;
|
||||
|
||||
/**
|
||||
* 故障枪口数量
|
||||
*/
|
||||
private String faultConnectorNum;
|
||||
private Integer faultConnectorNum;
|
||||
|
||||
private List<PileConnectorInfoVO> pileConnectorInfoVOList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user