|
@@ -11,37 +11,5 @@ import edu.travel.mapper.BtBabyUserRelationMapper;
|
|
|
@Service
|
|
|
public class BtBabyUserRelationServiceImpl implements BtBabyUserRelationService {
|
|
|
|
|
|
- @Autowired
|
|
|
- private BtBabyUserRelationMapper btBabyUserRelationMapper;
|
|
|
-
|
|
|
- @Override
|
|
|
- public int deleteByPrimaryKey(Long id) {
|
|
|
- return btBabyUserRelationMapper.deleteByPrimaryKey(id);
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public int insert(BtBabyUserRelation record) {
|
|
|
- return btBabyUserRelationMapper.insert(record);
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public int insertSelective(BtBabyUserRelation record) {
|
|
|
- return btBabyUserRelationMapper.insertSelective(record);
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public BtBabyUserRelation selectByPrimaryKey(Long id) {
|
|
|
- return btBabyUserRelationMapper.selectByPrimaryKey(id);
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public int updateByPrimaryKeySelective(BtBabyUserRelation record) {
|
|
|
- return btBabyUserRelationMapper.updateByPrimaryKeySelective(record);
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public int updateByPrimaryKey(BtBabyUserRelation record) {
|
|
|
- return btBabyUserRelationMapper.updateByPrimaryKey(record);
|
|
|
- }
|
|
|
|
|
|
}
|