mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
个人桩启动充电
This commit is contained in:
@@ -45,7 +45,7 @@ public class PileReservationInfo {
|
||||
/**
|
||||
* 预约类型,单次 (single) 或周期性 (recurring)
|
||||
*/
|
||||
private String reservedType;
|
||||
private String reservationType;
|
||||
|
||||
/**
|
||||
* 预约开始时间
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.Date;
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Builder
|
||||
public class ReservedChargingCommand {
|
||||
public class ReservationChargingCommand {
|
||||
/**
|
||||
* 交易流水号
|
||||
*/
|
||||
Reference in New Issue
Block a user