admin
2020-04-15 ee5c8055b1c0dd7c67a9025a76b10bd287c93d9a
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -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);
}