mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 微信小程序启动充电/结束充电发送推送消息
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user