| | |
| | | * @return
|
| | | */
|
| | | public List<FloatAD> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
|
| | | @Param("state") Integer state) throws FloatADException;
|
| | | @Param("state") Integer state,SystemEnum system) throws FloatADException;
|
| | |
|
| | | public long countQuery(@Param("key") String key, @Param("state") Integer state);
|
| | | public long countQuery(@Param("key") String key, @Param("state") Integer state,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 查询有效的悬浮大图
|
| | | * @return
|
| | | */
|
| | | public FloatAD getEffectiveFloatAD(String position, Integer type);
|
| | | public FloatAD getEffectiveFloatAD(String position, Integer type,SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|