| | |
| | | import com.ruoyi.common.core.web.domain.AjaxResult; |
| | | import com.ruoyi.common.core.web.page.PageInfo; |
| | | import com.ruoyi.order.api.dto.SettlementConfirmAdd; |
| | | import com.ruoyi.order.api.model.ChargingListQuery; |
| | | import com.ruoyi.order.api.model.TChargingOrder; |
| | | import com.ruoyi.order.api.model.TChargingOrderRefund; |
| | | import com.ruoyi.order.api.model.TSettlementConfirm; |
| | | import com.ruoyi.order.api.model.*; |
| | | import com.ruoyi.order.api.query.ChargingOrderQuery; |
| | | import com.ruoyi.order.api.query.SettlementListQuery; |
| | | import com.ruoyi.order.api.query.UploadRealTimeMonitoringDataQuery; |
| | |
| | | * @return |
| | | */ |
| | | AjaxResult chargingOrderStartupFailureWxRefund(String out_refund_no, String refund_id, String tradeState, String success_time); |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 启动失败退款操作 |
| | | * @param code |
| | | */ |
| | | void refund(String code); |
| | | |
| | | /** |
| | | * 获取充电中的详情 |
| | |
| | | * 停止充电返回账单后计算费用 |
| | | * @param vo |
| | | */ |
| | | void endChargeBillingCharge(TransactionRecordMessageVO vo); |
| | | |
| | | // /** |
| | | // * 停止充电返回账单后计算费用 |
| | | // * @param vo |
| | | // */ |
| | | // void endChargeBillingCharge1(TransactionRecordMessageVO vo); |
| | | R endChargeBillingCharge(TransactionRecordMessageVO vo); |
| | | |
| | | |
| | | |
| | |
| | | |
| | | /** |
| | | * 添加三方平台充电订单数据 |
| | | * @param chargingGunId |
| | | * @param query |
| | | */ |
| | | R addTripartitePlatformOrder(Integer chargingGunId, String operatorId, Integer rechargePaymentType, BigDecimal paymentAmount, String startChargeSeq); |
| | | R addTripartitePlatformOrder(AddTripartitePlatformOrder query); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | R tripartitePlatformStopCharge(@RequestParam("startChargeSeq") String startChargeSeq); |
| | | |
| | | |
| | | /** |
| | | * 获取充电后没有扣除费用的数据 |
| | | * @return |
| | | */ |
| | | R getNotPaymentChargingOrder(); |
| | | } |