admin
2020-06-10 35378b4e2a4a2ec7b37942577cf2bda89fcfa8ed
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;
}