mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
update 预约充电记录
This commit is contained in:
@@ -30,6 +30,8 @@ public class AppletTemplateMessageSendDTO implements Serializable {
|
||||
|
||||
private StopChargingMessage stopChargingMessage;
|
||||
|
||||
private StartUpResultMessage startUpResultMessage;
|
||||
|
||||
@Data
|
||||
public static class StartChargingMessage {
|
||||
|
||||
@@ -100,4 +102,33 @@ public class AppletTemplateMessageSendDTO implements Serializable {
|
||||
*/
|
||||
private String chargingTime;
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class StartUpResultMessage {
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
* time2
|
||||
*/
|
||||
private String startTime;
|
||||
|
||||
/**
|
||||
* 预计结束时间
|
||||
* time3
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
/**
|
||||
* 启动结果
|
||||
* phrase20
|
||||
*/
|
||||
private String startUpResult;
|
||||
|
||||
/**
|
||||
* 失败原因
|
||||
* thing21
|
||||
*/
|
||||
private String failReason;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user