| | |
| | | package com.java110.common.charge; |
| | | |
| | | import com.java110.dto.chargeMachine.ChargeMachineDto; |
| | | import com.java110.dto.chargeMachineOrder.NotifyChargeOrderDto; |
| | | import com.java110.dto.chargeMachineOrder.NotifyChargePortDto; |
| | | import com.java110.dto.chargeMachinePort.ChargeMachinePortDto; |
| | | import com.java110.dto.charge.ChargeMachineDto; |
| | | import com.java110.dto.charge.NotifyChargeOrderDto; |
| | | import com.java110.dto.charge.NotifyChargePortDto; |
| | | import com.java110.dto.charge.ChargeMachinePortDto; |
| | | import com.java110.vo.ResultVo; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<NotifyChargePortDto> getChargeHeartBeatParam(NotifyChargeOrderDto notifyChargeOrderDto); |
| | | |
| | | /** |
| | | * 查询设备状态 |
| | | * @param chargeMachineDto |
| | | */ |
| | | void queryChargeMachineState(ChargeMachineDto chargeMachineDto); |
| | | |
| | | /** |
| | | * 工作心跳 |
| | | * @param chargeMachineDto |
| | | * @param bodyParam |
| | | */ |
| | | void workHeartbeat(ChargeMachineDto chargeMachineDto, String bodyParam); |
| | | } |