| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import com.yeshi.fanli.entity.bus.help.AppPageNotification;
|
| | |
|
| | | /**
|
| | |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public AppPageNotification getAppPageNotificationByType(String type);
|
| | | public AppPageNotification getAppPageNotificationByType(String type, SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * 后端列表查询
|
| | | * @return
|
| | | */
|
| | | public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose);
|
| | | public List<AppPageNotification> listQuery(long start, int count,String key, Integer show, Integer canClose, SystemEnum system);
|
| | |
|
| | | public long countQuery(String key, Integer show, Integer canClose);
|
| | | public long countQuery(String key, Integer show, Integer canClose, SystemEnum system);
|
| | |
|
| | | public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode);
|
| | | public AppPageNotification getValidNotificationByTypeCache(String type, String platform, Integer versionCode, SystemEnum system);
|
| | |
|
| | |
|
| | | public void updateByPrimaryKey(AppPageNotification record);
|