| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.homemodule.CommonShareInfo;
|
| | |
| | | * @return
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public List<BannerVO> queryByBannerID(long start, int count, Long bannerId) throws SwiperPictureException;
|
| | | public List<SwiperPicture> queryByBannerID(long start, int count, Long bannerId) throws SwiperPictureException;
|
| | |
|
| | | public long countQueryByBannerID(Long bannerId) throws SwiperPictureException;
|
| | |
|
| | |
| | | * 唯一标识
|
| | | * @return
|
| | | */
|
| | | public List<BannerVO> getByBannerCard(String card);
|
| | | public List<BannerVO> getByBannerCard(String card, SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 根据标识与版本查询
|
| | |
| | | * @param version
|
| | | * @return
|
| | | */
|
| | | public List<BannerVO> getByBannerCardAndVersion(String card, String platform, int version);
|
| | | public List<BannerVO> getByBannerCardAndVersion(String card, String platform, int version,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 保存信息
|
| | |
| | | * @return
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public List<BannerVO> getByBannerId(Long bannerId) throws SwiperPictureException;
|
| | | public List<BannerVO> getByBannerId(Long bannerId,SystemEnum system) throws SwiperPictureException;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @return
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public List<BannerVO> getByBannerId(Long bannerId,String platform,int version) throws SwiperPictureException;
|
| | | public List<BannerVO> getByBannerId(Long bannerId,String platform,int version,SystemEnum system) throws SwiperPictureException;
|
| | |
|
| | |
|
| | | /**
|