| | |
| | | public interface SwiperPictureService {
|
| | |
|
| | |
|
| | | public int insertSelective(SwiperPicture record) throws SwiperPictureException;
|
| | | public int insertSelective(SwiperPicture record);
|
| | |
|
| | | public SwiperPicture selectByPrimaryKey(Long id) throws SwiperPictureException;
|
| | | public SwiperPicture selectByPrimaryKey(Long id);
|
| | |
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record) throws SwiperPictureException;
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record);
|
| | |
|
| | | public int updateByPrimaryKey(SwiperPicture record) throws SwiperPictureException;
|
| | | public int updateByPrimaryKey(SwiperPicture record);
|
| | |
|
| | | /**
|
| | | * 查询
|
| | |
| | | * @return
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public List<SwiperPicture> getOrderByBannerID(Long bannerId, Integer type, Integer order) throws SwiperPictureException;
|
| | | public List<SwiperPicture> getOrderByBannerID(Long bannerId, Integer type, Integer order);
|
| | |
|
| | | /**
|
| | | * 获取最大排序值
|
| | |
| | | * @param card 唯一标识
|
| | | * @return
|
| | | */
|
| | | public List<SwiperPicture> getByBannerCard(String card) throws SwiperPictureException;
|
| | | public List<SwiperPicture> getByBannerCard(String card);
|
| | |
|
| | | /**
|
| | | * 保存信息
|