| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.SystemEnum; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.dao.BaseMapper; |
| | |
| | | int deleteBatchByPrimaryKey(List<Long> list); |
| | | |
| | | |
| | | List<SpecialCard> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key); |
| | | List<SpecialCard> listQuery(@Param("start") long start, @Param("count") int count, |
| | | @Param("key") String key, @Param("listPid")List<Long> listPid,@Param("system") SystemEnum system); |
| | | |
| | | long countlistQuery(@Param("key") String key); |
| | | long countlistQuery(@Param("key") String key, @Param("listPid")List<Long> listPid,@Param("system") SystemEnum system); |
| | | |
| | | |
| | | String getbottomPicture(@Param("placeKey") String placeKey); |
| | | String getbottomPicture(@Param("placeKey") String placeKey,@Param("system") SystemEnum system); |
| | | } |