| | |
| | | * 充电订单号 |
| | | */ |
| | | @NotNull |
| | | private String StartChargeSeq; |
| | | private String startChargeSeq; |
| | | /** |
| | | * 充电设备接口编码 |
| | | */ |
| | | @NotNull |
| | | private String ConnectorID; |
| | | private String connectorID; |
| | | /** |
| | | * 开始充电时间 |
| | | * yyyy-MM-dd HH:mm:ss |
| | | */ |
| | | @NotNull |
| | | private String StartTime; |
| | | private String startTime; |
| | | /** |
| | | * 结束充电时间 |
| | | * yyyy-MM-dd HH:mm:ss |
| | | */ |
| | | @NotNull |
| | | private String EndTime; |
| | | private String endTime; |
| | | /** |
| | | * 累计充电量 |
| | | */ |
| | | @NotNull |
| | | private BigDecimal TotalPower; |
| | | private BigDecimal totalPower; |
| | | /** |
| | | * 总电费 |
| | | */ |
| | | @NotNull |
| | | private BigDecimal TotalElecMoney; |
| | | private BigDecimal totalElecMoney; |
| | | /** |
| | | * 总服务费 |
| | | */ |
| | | @NotNull |
| | | private BigDecimal TotalSeviceMoney; |
| | | private BigDecimal totalSeviceMoney; |
| | | /** |
| | | * 累计总金额 |
| | | */ |
| | | @NotNull |
| | | private BigDecimal TotalMoney; |
| | | private BigDecimal totalMoney; |
| | | /** |
| | | * 充电结束原因 |
| | | * 0:用户手动停止充电 |
| | |
| | | * 5·99:自定义 |
| | | */ |
| | | @NotNull |
| | | private Integer StopReason; |
| | | private Integer stopReason; |
| | | /** |
| | | * 时段数 N |
| | | * 0·32 |
| | | */ |
| | | @Null |
| | | private Integer SumPeriod; |
| | | private Integer sumPeriod; |
| | | /** |
| | | * 充电明细信息 |
| | | */ |
| | | @Null |
| | | private List<ChargeDetail> ChargeDetails; |
| | | private List<ChargeDetail> chargeDetails; |
| | | /** |
| | | * 占位费 |
| | | */ |
| | | @Null |
| | | private BigDecimal TotalDelayMoney; |
| | | private BigDecimal totalDelayMoney; |
| | | /** |
| | | * 车辆识别码 |
| | | */ |