xuhy
2024-10-31 5a1cf66467a80fee6b2eedf5c973b6f71d883290
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/mapper/TChargingPileNotificationMapper.java
@@ -27,4 +27,10 @@
    */
   List<TChargingPileNotification> chargingPileNotificationPageList(PageInfo<TChargingPileNotification> pageInfo, @Param("siteIds") Set<Integer> siteIds);
   /**
    * 保存通知数据
    * @param notification
    */
    void saveData(TChargingPileNotification notification);
}