admin
2020-02-23 121c5ee5345d366ae4aadf7901af9b0678dbb7a8
fanli/src/main/java/com/yeshi/fanli/service/inter/help/AppPageNotificationService.java
@@ -62,9 +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;
}