admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialLabelService.java
@@ -43,5 +43,13 @@
    */
   public void stickLabelOnSpecial(List<Long> idList, List<Long> labIdList);
   /**
    * 状态切换
    * @param id
    * @throws SpecialLabelException
    */
   public void switchState(Long id) throws SpecialLabelException;
}