admin
2020-05-16 03f9370b85d930bd232f72721e826b5875f898cb
fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
@@ -62,6 +62,12 @@
   
   public long countQuery(String key, Integer show, Integer canClose);
   public AppPageNotification getValidNotificationByTypeCache(String type);
   public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode);
   public void updateByPrimaryKey(AppPageNotification record);
   public void setVersions(Long id, List<Long> versions) throws Exception;
}