yujian
2020-04-21 5af10f175689549ca44b74e9fc1c7ee0ec92c2d7
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -141,5 +141,12 @@
    */
   public void setVersions(Long specialId,List<Long> versions)  throws Exception;
   /**
    * 更改状态
    * @param id
    * @throws SpecialException
    */
   public void switchState(Long id) throws SpecialException;
}