mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 第三方平台接口
This commit is contained in:
@@ -17,14 +17,14 @@ public class QueryEquipmentDTO {
|
||||
* 27 字符
|
||||
*/
|
||||
@JsonProperty(value = "EquipAuthSeq")
|
||||
private String EquipAuthSeq;
|
||||
private String equipAuthSeq;
|
||||
|
||||
/**
|
||||
* 充电设备接口编码
|
||||
*/
|
||||
@JsonProperty(value = "ConnectorID")
|
||||
private String ConnectorID;
|
||||
private String connectorID;
|
||||
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String OperatorID;
|
||||
private String operatorID;
|
||||
}
|
||||
|
||||
@@ -15,32 +15,32 @@ public class QueryStartChargeDTO {
|
||||
* 充电订单号
|
||||
*/
|
||||
@JsonProperty(value = "StartChargeSeq")
|
||||
private String StartChargeSeq;
|
||||
private String startChargeSeq;
|
||||
|
||||
/**
|
||||
* 充电设备接口编码
|
||||
*/
|
||||
@JsonProperty(value = "ConnectorID")
|
||||
private String ConnectorID;
|
||||
private String connectorID;
|
||||
|
||||
/**
|
||||
* 二维码
|
||||
*/
|
||||
@JsonProperty(value = "QRCode")
|
||||
private String QRCode;
|
||||
private String qrCode;
|
||||
|
||||
/**
|
||||
* 用户手机号
|
||||
*/
|
||||
@JsonProperty(value = "PhoneNum")
|
||||
private String PhoneNum;
|
||||
private String phoneNum;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
*/
|
||||
@JsonProperty(value = "PlateNum")
|
||||
private String PlateNum;
|
||||
private String plateNum;
|
||||
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String OperatorID;
|
||||
private String operatorId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user