mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 预约充电
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.domain;
|
||||
|
||||
import java.sql.Time;
|
||||
import java.util.Date;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Builder;
|
||||
|
||||
@@ -475,6 +475,7 @@ public class PileReservationInfoServiceImpl implements PileReservationInfoServic
|
||||
.pileConnectorCode(pileReservationInfo.getPileConnectorCode())
|
||||
.startTime(pileReservationInfo.getStartTime().toString())
|
||||
.endTime(pileReservationInfo.getEndTime().toString())
|
||||
.verifyIdentity(pileReservationInfo.getVerifyIdentity())
|
||||
// .freq(pileReservationInfo.getFreq())
|
||||
.status(pileReservationInfo.getStatus())
|
||||
.build();
|
||||
|
||||
@@ -40,4 +40,9 @@ public class PileReservationInfoVO {
|
||||
*/
|
||||
private String status;
|
||||
|
||||
/**
|
||||
* 验证身份(1-是; 0-否)
|
||||
*/
|
||||
private String verifyIdentity;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user