admin
2020-05-14 235921d820f29b04b1e82f6a6f0d4a1957a900ef
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;
}