yujian
2019-12-17 d8e6fe75c7bfb14c73da86b79991bda18d94a105
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,9 @@
   
   public long countQuery(String key, Integer show, Integer canClose);
   public AppPageNotification getValidNotificationByTypeCache(String type);
   public void updateByPrimaryKey(AppPageNotification record);
}