yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
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;
}