mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
联联平台 查询充电状态接口
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 请求启动充电DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/4/24 14:04
|
||||
*/
|
||||
@Data
|
||||
public class QueryStartChargeDTO {
|
||||
/**
|
||||
* 充电订单号
|
||||
*/
|
||||
private String StartChargeSeq;
|
||||
|
||||
/**
|
||||
* 充电设备接口编码
|
||||
*/
|
||||
private String ConnectorID;
|
||||
|
||||
/**
|
||||
* 二维码
|
||||
*/
|
||||
private String QRCode;
|
||||
|
||||
/**
|
||||
* 用户手机号
|
||||
*/
|
||||
private String PhoneNum;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
*/
|
||||
private String PlateNum;
|
||||
}
|
||||
Reference in New Issue
Block a user