| | |
| | | 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 {
|
| | |
|
| | |
| | | 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);
|
| | |
|
| | |
|
| | | }
|