yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -6,8 +6,8 @@
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.bus.homemodule.FloatAD;
import com.yeshi.fanli.exception.FloatADException;
import com.yeshi.fanli.exception.banner.SwiperPictureException;
import com.yeshi.fanli.exception.homemodule.FloatADException;
public interface FloatADService {
@@ -59,4 +59,21 @@
   public FloatAD getEffectiveFloatAD(String position, Integer type);
   /**
    * 设置版本信息
    * @param id
    * @param versions
    * @throws Exception
    */
   public void setVersions(Long id, List<Long> versions) throws Exception;
   /**
    *     有效版本信息
    * @param position
    * @param type
    * @return
    */
   public List<FloatAD> getValidFloatADCache(String position, Integer type, String platform, Integer versionCode);
}