mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 预约充电
This commit is contained in:
@@ -151,14 +151,19 @@ public class OrderBasicInfo {
|
||||
private Date chargeEndTime;
|
||||
|
||||
/**
|
||||
* 启动类型(now-立即启动;appointment-预约启动)
|
||||
* 启动类型(now-立即启动;reserved-预约启动)
|
||||
*/
|
||||
private String startType;
|
||||
|
||||
/**
|
||||
* 预约时间
|
||||
* 预约开始时间
|
||||
*/
|
||||
private Date appointmentTime;
|
||||
private Date reservedStartTime;
|
||||
|
||||
/**
|
||||
* 预约结束时间
|
||||
*/
|
||||
private Date reservedEndTime;
|
||||
|
||||
/**
|
||||
* 开始SOC
|
||||
|
||||
Reference in New Issue
Block a user