admin
2020-06-24 874ba0be89d6899b98f7a3e97ef1123921988e12
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -75,5 +75,12 @@
    */
   public List<FloatAD> getValidFloatADCache(String position, Integer type, String platform, Integer versionCode);
   /**
    * 状态切换
    * @param id
    * @throws FloatADException
    */
   public void switchState(Long id) throws FloatADException;
}