Pu Zhibing
5 天以前 c05a14bba4b86d83918d7cdc01635785bf5694c2
ruoyi-service/ruoyi-chargingPile/src/main/java/com/ruoyi/chargingPile/mapper/TChargingPileNotificationMapper.java
@@ -27,4 +27,16 @@
    */
   List<TChargingPileNotification> chargingPileNotificationPageList(PageInfo<TChargingPileNotification> pageInfo, @Param("siteIds") Set<Integer> siteIds);
   /**
    * 保存通知数据
    * @param siteId
    * @param chargingPileId
    * @param phone
    * @param content
    */
    void saveData(@Param("siteId") Integer siteId,
              @Param("chargingPileId")Integer chargingPileId,
              @Param("phone")String phone,
              @Param("content")String content);
}