yujian
2020-04-28 f8cde8ffcf0fa634e6cc80d36a2c310a4363f8cf
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassService.java
@@ -68,5 +68,12 @@
    */
   public BrandClass selectByPrimaryKey(Long id);
   /**
    * 状态切换
    * @param id
    * @throws BrandClassException
    */
   public void switchState(Long id) throws BrandClassException;
   
}