| | |
| | | import com.ruoyi.order.api.vo.*; |
| | | import com.ruoyi.order.dto.*; |
| | | import com.ruoyi.order.vo.ChargingOrderListInfoVO; |
| | | import com.ruoyi.order.vo.EndOfChargePageInfo; |
| | | |
| | | import java.time.LocalDate; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param code |
| | | */ |
| | | void endCharge(String code, Integer endMode); |
| | | |
| | | |
| | | /** |
| | | * 停止充电返回账单后计算费用 |
| | | * @param vo |
| | | */ |
| | | void endChargeBillingCharge(TransactionRecordMessageVO vo); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 异常结束充电处理逻辑 |
| | |
| | | List<Map<String, Object>> countAllUserData(); |
| | | |
| | | List<Map<String, Object>> needElec1(List<Integer> siteIds, ChargingStatisticsQueryDto statisticsQueryDto); |
| | | |
| | | |
| | | /** |
| | | * 获取充电结束页面详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | EndOfChargePageInfo getEndOfChargePageInfo(String id); |
| | | } |