admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -59,4 +59,28 @@
   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);
   /**
    * 状态切换
    * @param id
    * @throws FloatADException
    */
   public void switchState(Long id) throws FloatADException;
}