| | |
| | | import com.ruoyi.order.dto.*; |
| | | import com.ruoyi.order.vo.ChargingOrderListInfoVO; |
| | | import com.ruoyi.order.vo.EndOfChargePageInfo; |
| | | import com.ruoyi.order.vo.StatisticsOfBatteryVO; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | R pushOrderInfo(String code); |
| | | |
| | | |
| | | R addChargingOrderSummaryData(); |
| | | |
| | | /** |
| | | * 大屏-新能源汽车电池安全检测次数统计 |
| | | */ |
| | | R<StatisticsOfBatteryVO> getStatisticsOfBattery(); |
| | | |
| | | BigDecimal getSumDegreeBySiteIds(List<Integer> siteIds); |
| | | } |