无关风月
2024-11-01 ea4e6cf0a63fa8470846fd5188da9e912faf661e
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/TChargingPileService.java
@@ -89,7 +89,7 @@
    * @return
    */
   ChargeMonitoring chargeMonitoring(Integer siteId);
   
   /**
    * 获取充电枪各种状态汇总
@@ -106,5 +106,11 @@
    * @return
    */
   PageInfo<ChargingGunMonitoring> getChargingGunMonitoring(GetChargingGunMonitoring query);
   /**
    * 定时任务修改充电桩状态
    */
   void updateStatus();
}