| | |
| | | import com.yeshi.fanli.entity.common.JumpDetailV2;
|
| | |
|
| | | /**
|
| | | * 跳转详情
|
| | | * 跳转详情
|
| | | *
|
| | | * @author Administrator
|
| | | *
|
| | |
| | |
|
| | | /**
|
| | | * 根据类型查询
|
| | | * |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | |
| | |
|
| | | /**
|
| | | * 根据类型取值
|
| | | * @param type 类型
|
| | | * |
| | | * @param type
|
| | | * 类型
|
| | | * @return
|
| | | */
|
| | | public JumpDetailV2 getByTypeCache(String type);
|
| | |
|
| | | /**
|
| | | * 根据类型取值
|
| | | * |
| | | * @param type
|
| | | * 类型
|
| | | * @param platform
|
| | | * -平台 1:android 2:ios
|
| | | * @param version
|
| | | * ios-build android-versionCode
|
| | | * @return
|
| | | */
|
| | | public JumpDetailV2 getByTypeCache(String type, int platform, int version);
|
| | |
|
| | | public List<JumpDetailV2> listJump();
|
| | |
|
| | | /**
|
| | | * 根据主键批量删除
|
| | | * |
| | | * @param list
|
| | | * @return
|
| | | */
|
| | | int deleteBatchByPrimaryKey(List<Long> list);
|
| | |
|
| | | /**
|
| | | * 后端列表查询
|
| | | * |
| | | * @param start
|
| | | * @param count
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | List<JumpDetailV2> listQuery(long start, int count, String key);
|
| | |
|
| | | long countListQuery(String key);
|
| | |
|
| | | }
|