Pu Zhibing
2025-02-13 ce3b68cce4b030e222448044adf7325d0c897376
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/service/TChargingPileNotificationService.java
@@ -23,4 +23,13 @@
    * @return
    */
   PageInfo<TChargingPileNotification> chargingPileNotificationPageList(Integer siteId, BasePage basePage);
   /**
    *
    * @param type 1=验证码 2=停车占位 3=充电结束 4=桩故障
    * @param phone 手机号
    * @param data 内容
    */
    void saveData(Integer type,Integer siteId,Integer chargingPileId, String phone, String data);
}