mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 预约充电
This commit is contained in:
@@ -17,6 +17,14 @@ import java.math.BigDecimal;
|
||||
@Data
|
||||
public class GenerateOrderDTO extends BasicPileDTO{
|
||||
private static final long serialVersionUID = -1374766807594759104L;
|
||||
|
||||
/**
|
||||
* 交易流水号
|
||||
* 无transactionCode, 表示由平台端启动充电, 平台自行生成交易流水号
|
||||
* 有transactionCode, 表示桩端主动启动充电, 平台使用桩端生成的交易流水号
|
||||
*/
|
||||
private String transactionCode;
|
||||
|
||||
/**
|
||||
* 会员id
|
||||
*/
|
||||
|
||||
@@ -5,6 +5,9 @@ import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* 0x65预约充电启动结果封装对象
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@@ -31,7 +34,7 @@ public class ReservationChargingStartupResult {
|
||||
private String vinCode;
|
||||
|
||||
/**
|
||||
* 启动结果
|
||||
* 启动结果 0x00失败 0x01成功
|
||||
*/
|
||||
private String startupResult;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user