yujian
2019-07-11 1180be99c94b80d5fe9fea2877558fb29aa97427
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperPictureService.java
@@ -65,7 +65,7 @@
    * @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);
   /**
    * 获取最大排序值
@@ -79,7 +79,7 @@
    * @param card 唯一标识
    * @return
    */
   public List<SwiperPicture> getByBannerCard(String card)   throws SwiperPictureException;
   public List<SwiperPicture> getByBannerCard(String card);
   /**
    * 保存信息
@@ -95,4 +95,5 @@
    * @throws SwiperPictureException
    */
   public List<SwiperPicture> getByBannerId(Long bannerId) throws SwiperPictureException;
}