mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
新增 浙江省平台 查询站点状态接口
This commit is contained in:
@@ -44,7 +44,20 @@ public class ConnectorStatusInfo {
|
||||
private String LockStatus;
|
||||
|
||||
/**
|
||||
* 平台的
|
||||
* 平台
|
||||
*/
|
||||
@JSONField(name = "OperatorID")
|
||||
private String operatorId;
|
||||
|
||||
/**
|
||||
* 设备归属方运营商id
|
||||
*/
|
||||
@JSONField(name = "EquipmentOwnerID")
|
||||
private String equipmentOwnerId;
|
||||
|
||||
@JSONField(name = "StationID")
|
||||
private String stationId;
|
||||
|
||||
@JSONField(name = "EquipmentID")
|
||||
private String equipmentId;
|
||||
}
|
||||
|
||||
@@ -23,6 +23,29 @@ public class StationStatusInfo {
|
||||
@JsonProperty(value = "StationID")
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 平台运营商id
|
||||
*/
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String operatorId;
|
||||
|
||||
/**
|
||||
* 设备归属方id
|
||||
*/
|
||||
@JsonProperty(value = "EquipmentOwnerID")
|
||||
private String equipmentOwnerId;
|
||||
|
||||
/**
|
||||
* 站点状态
|
||||
* 0:未知
|
||||
* 1:建设中
|
||||
* 5:关闭下线
|
||||
* 6:维护中
|
||||
* 50:正常使用
|
||||
*/
|
||||
@JsonProperty(value = "StationStatus")
|
||||
private Integer stationStatus;
|
||||
|
||||
/**
|
||||
* 充电设备接口状态列表 Y
|
||||
* 所有充电设备接口的状态
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user