| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.apache.ibatis.annotations.Param;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public List<FloatAD> getValidFloatADCache(String position, Integer type, String platform, Integer versionCode);
|
| | | public List<FloatAD> getValidFloatADCache(String position, Integer type, String platform, Integer versionCode, SystemEnum system);
|
| | |
|
| | | |
| | | /**
|
| | | * 状态切换
|
| | | * @param id
|
| | | * @throws FloatADException
|
| | | */
|
| | | public void switchState(Long id) throws FloatADException;
|
| | |
|
| | | }
|