yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
@@ -7,7 +7,7 @@
import com.yeshi.fanli.entity.accept.AcceptData;
import com.yeshi.fanli.entity.bus.clazz.GoodsSubClass;
import com.yeshi.fanli.exception.GoodsSubClassException;
import com.yeshi.fanli.exception.goods.GoodsSubClassException;
public interface  GoodsSubClassService {
@@ -126,4 +126,11 @@
   public void saveObject(MultipartFile file,MultipartFile file2,  GoodsSubClass record, Integer type, Long pid,Long labelId)
         throws GoodsSubClassException, Exception;
   /**
    * 状态切换
    * @param id
    * @throws GoodsSubClassException
    */
   public void switchState(Long id) throws GoodsSubClassException;
}