yujian
2019-09-25 3c1f04d76fdd1f60bd78696f8a1aac6dafbbb543
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java
@@ -2,6 +2,8 @@
import java.util.List;
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.brand.BrandInfo;
import com.yeshi.fanli.exception.brand.BrandClassException;
import com.yeshi.fanli.exception.brand.BrandInfoException;
@@ -22,7 +24,7 @@
    * @throws BrandClassException
    * @throws Exception
    */
   public void saveObject(BrandInfo record) throws BrandInfoException;
   public void saveObject(MultipartFile file, BrandInfo record) throws BrandInfoException;
   
   /**