| | |
| | |
|
| | | public interface SwiperPictureService {
|
| | |
|
| | | public int deleteByPrimaryKey(Long id) throws SwiperPictureException;
|
| | |
|
| | | public int insert(SwiperPicture record) throws SwiperPictureException;
|
| | |
|
| | | public int insertSelective(SwiperPicture record) throws SwiperPictureException;
|
| | |
|
| | |
| | | */
|
| | | public int deleteBatchByBannerID(List<Long> list) throws SwiperPictureException;
|
| | |
|
| | | /**
|
| | | * 上传图片
|
| | | * @param file
|
| | | * @param record
|
| | | * @throws Exception
|
| | | */
|
| | | public void uploadPicture(MultipartFile file, SwiperPicture record) throws Exception;
|
| | |
|
| | | /**
|
| | | * 根据管理id集合 查询
|
| | |
| | | * @param record
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public void save(SwiperPicture record) throws SwiperPictureException;
|
| | | public void saveObject(MultipartFile file, SwiperPicture record, String jumpType) throws SwiperPictureException, Exception;
|
| | | }
|