| | |
| | | |
| | | |
| | | /** |
| | | * 安全检测数据 |
| | | * @param securityDetection |
| | | */ |
| | | void securityDetection(SecurityDetection securityDetection); |
| | | |
| | | |
| | | /** |
| | | * 启动充电应发 |
| | | * @param message |
| | | */ |
| | | void startChargeSuccessfully(PlatformStartChargingReplyMessage message); |
| | | |
| | | |
| | | /** |
| | | * 充电启动失败后的退款回调处理 |
| | | * @param out_refund_no |
| | | * @param refund_id |
| | |
| | | List<Map<String, Object>> queryOrderCountAndMoneyBySiteIdDate(List<Integer> siteIds); |
| | | |
| | | List<Map<String, Object>> usersDay(); |
| | | List<Map<String, Object>> usersDay1(); |
| | | |
| | | List<Map<String, Object>> usersByQuery(ChargingStatisticsQueryDto statisticsQueryDto); |
| | | |
| | |
| | | List<Map<String, Object>> getchargingCapacity(List<Integer> siteIds, ChargingDetailQueryDto statisticsQueryDto); |
| | | |
| | | List<Map<String, Object>> countAllUserData(); |
| | | |
| | | List<Map<String, Object>> needElec1(List<Integer> siteIds, ChargingStatisticsQueryDto statisticsQueryDto); |
| | | } |