update 微信小程序启动充电/结束充电发送推送消息

This commit is contained in:
Lemon
2023-03-18 15:32:29 +08:00
parent 6b3f593f3f
commit 3cad5c6135
5 changed files with 105 additions and 19 deletions

View File

@@ -45,6 +45,24 @@ public class AppletTemplateMessageSendDTO implements Serializable {
*/
private String startTime;
/**
* 订单编号
* character_string11
*/
private String orderCode;
/**
* 收费标准(每度单价)
* thing13
*/
private String totalPrice;
/**
* 枪口编号
* thing7
*/
private String pileConnectorCode;
}
@Data
@@ -66,5 +84,20 @@ public class AppletTemplateMessageSendDTO implements Serializable {
* thing7
*/
private String endReason;
/**
* 订单编号
*/
private String orderCode;
/**
* 充电度数
*/
private String chargingDegree;
/**
* 充电时长
*/
private String chargingTime;
}
}