| | |
| | |
|
| | |
|
| | | @Override
|
| | | public int insertSelective(SwiperPicture record) throws SwiperPictureException{
|
| | | public int insertSelective(SwiperPicture record) {
|
| | | return swiperPictureMapper.insertSelective(record);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public SwiperPicture selectByPrimaryKey(Long id) throws SwiperPictureException{
|
| | | public SwiperPicture selectByPrimaryKey(Long id) {
|
| | | return swiperPictureMapper.selectByPrimaryKey(id);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record) throws SwiperPictureException{
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record) {
|
| | | return swiperPictureMapper.updateByPrimaryKeySelective(record);
|
| | | }
|
| | |
|
| | | @Override
|
| | | public int updateByPrimaryKey(SwiperPicture record) throws SwiperPictureException{
|
| | | public int updateByPrimaryKey(SwiperPicture record){
|
| | | return swiperPictureMapper.updateByPrimaryKey(record);
|
| | | }
|
| | |
|