无关风月
2024-11-01 ea4e6cf0a63fa8470846fd5188da9e912faf661e
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);
}