| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.homemodule.SwiperPicture;
|
| | |
| | | * @return
|
| | | */
|
| | | public int getMaxOrderByBannerID(Long bannerId) throws SwiperPictureException;
|
| | |
|
| | | /**
|
| | | * 根据 唯一标识查询
|
| | | * @param card 唯一标识
|
| | | * @return
|
| | | */
|
| | | public List<SwiperPicture> getByBannerCard(String card) throws SwiperPictureException;
|
| | |
|
| | | /**
|
| | | * 保存信息
|
| | | * @param record
|
| | | * @throws SwiperPictureException
|
| | | */
|
| | | public void save(SwiperPicture record) throws SwiperPictureException;
|
| | | }
|