| | |
| | | import com.ruoyi.order.api.query.TChargingCountQuery; |
| | | import com.ruoyi.order.api.query.UploadRealTimeMonitoringDataQuery; |
| | | import com.ruoyi.order.api.vo.ChargingBillVO; |
| | | import com.ruoyi.order.api.vo.GetChargingOrderByLicensePlate; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public R<TChargingOrder> getChargingOrderByLicensePlate(GetChargingOrderByLicensePlate query) { |
| | | return R.fail("根据车牌号和时间查询有效的充电数据失败:" + throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<TSettlementConfirm> downloadSettlement(String uid) { |
| | | return R.fail("通过id查询结算确认失败:" + throwable.getMessage()); |
| | | } |