update 预约充电

This commit is contained in:
Guoqs
2024-07-29 11:42:23 +08:00
parent 8109fc56ea
commit 438c855075
7 changed files with 32 additions and 7 deletions

View File

@@ -47,6 +47,11 @@ public class PileReservationInfo {
*/
private String reservationType;
/**
* 验证身份(1-是; 0-否)
*/
private String verifyIdentity;
/**
* 预约开始时间
*/

View File

@@ -46,6 +46,11 @@ public class ReservationChargingCommand {
*/
private String reservationType;
/**
* 身份验证
*/
private String verifyIdentity;
/**
* vin1
*/