mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 联联平台 查询充电站信息接口
This commit is contained in:
@@ -19,12 +19,12 @@ public class ConnectorInfo {
|
||||
* 充电设备接口编码 Y
|
||||
* 充电设备接口编码,同一对接平台内唯一
|
||||
*/
|
||||
private String PileConnectorCode;
|
||||
private String ConnectorID;
|
||||
|
||||
/**
|
||||
* 充电设备接口名称 N
|
||||
*/
|
||||
private String connectorName;
|
||||
private String ConnectorName;
|
||||
|
||||
/**
|
||||
* 充电设备接口类型 Y
|
||||
@@ -33,32 +33,32 @@ public class ConnectorInfo {
|
||||
* 3:交流接口插头(带枪线,模式3,连接方式C)
|
||||
* 4:直流接口枪头(带枪线,模式4)
|
||||
*/
|
||||
private Integer connectorType;
|
||||
private Integer ConnectorType;
|
||||
|
||||
/**
|
||||
* 额定电压上限(单位:V) Y
|
||||
*/
|
||||
private Integer ratedVoltageMax;
|
||||
private Integer VoltageUpperLimits;
|
||||
|
||||
/**
|
||||
* 额定电压下限(单位:V) Y
|
||||
*/
|
||||
private Integer ratedVoltageMin;
|
||||
private Integer VoltageLowerLimits;
|
||||
|
||||
/**
|
||||
* 额定电流(单位:A) Y
|
||||
*/
|
||||
private Integer ratedCurrent;
|
||||
private Integer Current;
|
||||
|
||||
/**
|
||||
* 额定功率(单位:kW) Y
|
||||
*/
|
||||
private BigDecimal ratedPower;
|
||||
private BigDecimal Power;
|
||||
|
||||
/**
|
||||
* 车位号 N
|
||||
* 停车场车位编号
|
||||
*/
|
||||
private String parkingCode;
|
||||
private String ParkNo;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user