mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
add 联联平台请求停止充电接口
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@@ -13,25 +14,30 @@ public class QueryStartChargeDTO {
|
||||
/**
|
||||
* 充电订单号
|
||||
*/
|
||||
@JsonProperty(value = "StartChargeSeq")
|
||||
private String StartChargeSeq;
|
||||
|
||||
/**
|
||||
* 充电设备接口编码
|
||||
*/
|
||||
@JsonProperty(value = "ConnectorID")
|
||||
private String ConnectorID;
|
||||
|
||||
/**
|
||||
* 二维码
|
||||
*/
|
||||
@JsonProperty(value = "QRCode")
|
||||
private String QRCode;
|
||||
|
||||
/**
|
||||
* 用户手机号
|
||||
*/
|
||||
@JsonProperty(value = "PhoneNum")
|
||||
private String PhoneNum;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
*/
|
||||
@JsonProperty(value = "PlateNum")
|
||||
private String PlateNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user