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

@@ -40,6 +40,11 @@ public class CreateReservedDTO {
*/
private String freq;
/**
* 验证身份(1-是; 0-否)
*/
private String verifyIdentity;
@Override
public String toString() {
return new ToStringBuilder(this, ToStringStyle.JSON_STYLE)

View File

@@ -23,6 +23,11 @@ public class PileReservationDTO {
*/
private String status;
/**
* 验证身份(1-是; 0-否)
*/
private String verifyIdentity;
/**
* 桩编号
*/