admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java
@@ -17,13 +17,13 @@
   public SwiperBanner selectByPrimaryKey(Long id);
   public int updateByPrimaryKeySelective(SwiperBanner record) throws SwiperBannerException;
   public int updateByPrimaryKeySelective(SwiperBanner record);
   public int updateByPrimaryKey(SwiperBanner record) throws SwiperBannerException;
   public int updateByPrimaryKey(SwiperBanner record);
   
   public List<SwiperBanner> query(long start, int count, String key, Integer sort) throws SwiperBannerException;
   public List<SwiperBanner> query(long start, int count, String key, Integer sort);
   
   public long countQuery(String key) throws SwiperBannerException;
   public long countQuery(String key);
   
   public int deleteBatchByPrimaryKey(List<Long> list) throws Exception;
@@ -33,5 +33,12 @@
    * @throws SwiperBannerException
    */
   public List<SwiperBanner> getEffectiveOption();
   /**
    * 状态切换
    * @param id
    * @throws SwiperBannerException
    */
   public void switchState(Long id) throws SwiperBannerException;
   
}