mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 预约充电
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -23,6 +23,11 @@ public class PileReservationDTO {
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 验证身份(1-是; 0-否)
|
||||
*/
|
||||
private String verifyIdentity;
|
||||
|
||||
/**
|
||||
* 桩编号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user