mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
Merge branch 'dev' into dev-g
This commit is contained in:
@@ -16,4 +16,7 @@ public class QueryEquipChargeStatusDTO {
|
||||
|
||||
@JsonProperty(value = "OperatorID")
|
||||
private String OperatorID;
|
||||
|
||||
@JsonProperty(value = "orderNo")
|
||||
private String orderNo;
|
||||
}
|
||||
|
||||
@@ -99,4 +99,10 @@ public class QueryStartChargeDTO {
|
||||
*/
|
||||
@JsonProperty(value = "LastQueryEndTime")
|
||||
private String lastQueryEndTime;
|
||||
|
||||
/**
|
||||
* 充电订单号 格式“运营商ID+唯一编号”
|
||||
*/
|
||||
@JsonProperty(value = "OrderNO")
|
||||
private String orderNO;
|
||||
}
|
||||
|
||||
@@ -167,4 +167,17 @@ public class ConnectorInfoDTO {
|
||||
@JSONField(name = "OpreateHours")
|
||||
private String opreateHours;
|
||||
|
||||
|
||||
/**
|
||||
* 有无地锁
|
||||
*/
|
||||
@JSONField(name = "HasLock")
|
||||
private Integer hasLock;
|
||||
|
||||
/**
|
||||
* 充电二维码
|
||||
*/
|
||||
@JSONField(name = "ChargingQrCode")
|
||||
private String chargingQrCode;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user