| | |
| | |
|
| | |
|
| | | @Override
|
| | | public int deleteByPrimaryKey(Long id) throws SwiperBannerException{
|
| | | public int deleteByPrimaryKey(Long id){
|
| | | return swiperBannerMapper.deleteByPrimaryKey(id);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int insert(SwiperBanner record) throws SwiperBannerException{
|
| | | public int insert(SwiperBanner record){
|
| | | return swiperBannerMapper.insert(record);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int insertSelective(SwiperBanner record) throws SwiperBannerException{
|
| | | public int insertSelective(SwiperBanner record){
|
| | | return swiperBannerMapper.insertSelective(record);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public SwiperBanner selectByPrimaryKey(Long id) throws SwiperBannerException{
|
| | | public SwiperBanner selectByPrimaryKey(Long id){
|
| | | return swiperBannerMapper.selectByPrimaryKey(id);
|
| | | }
|
| | |
|
| | |
| | | return swiperBannerMapper.deleteBatchByPrimaryKey(list);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public List<SwiperBanner> getEffectiveOption() {
|
| | | return swiperBannerMapper.getEffectiveOption();
|
| | | }
|
| | | }
|
| | |
|