admin
2020-06-28 eda623f37c3260f4b4657e34a8a39798c72432b1
fanli/src/main/java/com/yeshi/fanli/service/inter/help/HelpCenterService.java
@@ -113,4 +113,12 @@
   public void setVersions(Long id, List<Long> versions) throws HelpCenterException;
   
   /**
    * 状态切换
    * @param id
    * @throws HelpCenterException
    */
   public void switchState(Long id) throws HelpCenterException;
}