| | |
| | | */
|
| | | public AppPageNotification getAppPageNotificationByType(String type);
|
| | |
|
| | | /**
|
| | | * 通过类型获取具体的通知
|
| | | * |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public AppPageNotification getAppPageNotificationByTypeCache(String type);
|
| | |
|
| | | /**
|
| | | * 添加
|
| | |
| | |
|
| | | 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;
|
| | |
|
| | | }
|