| | |
| | | public interface SwiperPictureService {
|
| | |
|
| | |
|
| | | public int insertSelective(SwiperPicture record) throws SwiperPictureException;
|
| | | public int insertSelective(SwiperPicture record);
|
| | |
|
| | | public SwiperPicture selectByPrimaryKey(Long id) throws SwiperPictureException;
|
| | | public SwiperPicture selectByPrimaryKey(Long id);
|
| | |
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record) throws SwiperPictureException;
|
| | | public int updateByPrimaryKeySelective(SwiperPicture record);
|
| | |
|
| | | public int updateByPrimaryKey(SwiperPicture record) throws SwiperPictureException;
|
| | | public int updateByPrimaryKey(SwiperPicture record);
|
| | |
|
| | | /**
|
| | | * 查询
|