admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
@@ -20,13 +20,6 @@
    */
   public AppPageNotification getAppPageNotificationByType(String type);
   /**
    * 通过类型获取具体的通知
    *
    * @param type
    * @return
    */
   public AppPageNotification getAppPageNotificationByTypeCache(String type);
   /**
    * 添加
@@ -69,4 +62,12 @@
   
   public long countQuery(String key, Integer show, Integer canClose);
   public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode);
   public void updateByPrimaryKey(AppPageNotification record);
   public void setVersions(Long id, List<Long> versions) throws Exception;
}