yujian
2019-12-07 8c93d2e3b22ac543f8f94c2cf0eb982258fb708b
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,6 @@
   
   public long countQuery(String key, Integer show, Integer canClose);
   public AppPageNotification getValidNotificationByTypeCache(String type);
}