xuhy
2024-10-29 e5773b55b0d952f81dcc3dff4a372a0d40028efe
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);
}