Bladeren bron

feat 相关结构生成

classic_blue 1 dag geleden
bovenliggende
commit
81f73d4cc1

+ 0 - 10
babyApplication-service/src/main/java/edu/travel/service/BtBabyUserRelationService.java

@@ -3,16 +3,6 @@ package edu.travel.service;
 import edu.travel.entity.BtBabyUserRelation;
 public interface BtBabyUserRelationService{
 
-    int deleteByPrimaryKey(Long id);
 
-    int insert(BtBabyUserRelation record);
-
-    int insertSelective(BtBabyUserRelation record);
-
-    BtBabyUserRelation selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(BtBabyUserRelation record);
-
-    int updateByPrimaryKey(BtBabyUserRelation record);
 
 }

+ 0 - 10
babyApplication-service/src/main/java/edu/travel/service/BtBodyRecordService.java

@@ -3,16 +3,6 @@ package edu.travel.service;
 import edu.travel.entity.BtBodyRecord;
 public interface BtBodyRecordService{
 
-    int deleteByPrimaryKey(Long id);
 
-    int insert(BtBodyRecord record);
-
-    int insertSelective(BtBodyRecord record);
-
-    BtBodyRecord selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(BtBodyRecord record);
-
-    int updateByPrimaryKey(BtBodyRecord record);
 
 }

+ 0 - 10
babyApplication-service/src/main/java/edu/travel/service/BtFeedRecordService.java

@@ -3,16 +3,6 @@ package edu.travel.service;
 import edu.travel.entity.BtFeedRecord;
 public interface BtFeedRecordService{
 
-    int deleteByPrimaryKey(Long id);
 
-    int insert(BtFeedRecord record);
-
-    int insertSelective(BtFeedRecord record);
-
-    BtFeedRecord selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(BtFeedRecord record);
-
-    int updateByPrimaryKey(BtFeedRecord record);
 
 }

+ 0 - 11
babyApplication-service/src/main/java/edu/travel/service/BtMessageService.java

@@ -3,16 +3,5 @@ package edu.travel.service;
 import edu.travel.entity.BtMessage;
 public interface BtMessageService{
 
-    int deleteByPrimaryKey(Long id);
-
-    int insert(BtMessage record);
-
-    int insertSelective(BtMessage record);
-
-    BtMessage selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(BtMessage record);
-
-    int updateByPrimaryKey(BtMessage record);
 
 }

+ 0 - 11
babyApplication-service/src/main/java/edu/travel/service/MtFavoriteSongsService.java

@@ -3,16 +3,5 @@ package edu.travel.service;
 import edu.travel.entity.MtFavoriteSongs;
 public interface MtFavoriteSongsService{
 
-    int deleteByPrimaryKey(Long id);
-
-    int insert(MtFavoriteSongs record);
-
-    int insertSelective(MtFavoriteSongs record);
-
-    MtFavoriteSongs selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(MtFavoriteSongs record);
-
-    int updateByPrimaryKey(MtFavoriteSongs record);
 
 }

+ 0 - 10
babyApplication-service/src/main/java/edu/travel/service/MtRelativeRolesService.java

@@ -3,16 +3,6 @@ package edu.travel.service;
 import edu.travel.entity.MtRelativeRoles;
 public interface MtRelativeRolesService{
 
-    int deleteByPrimaryKey(Long id);
 
-    int insert(MtRelativeRoles record);
-
-    int insertSelective(MtRelativeRoles record);
-
-    MtRelativeRoles selectByPrimaryKey(Long id);
-
-    int updateByPrimaryKeySelective(MtRelativeRoles record);
-
-    int updateByPrimaryKey(MtRelativeRoles record);
 
 }

+ 0 - 32
babyApplication-service/src/main/java/edu/travel/service/impl/BtBabyUserRelationServiceImpl.java

@@ -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);
-    }
 
 }

+ 0 - 32
babyApplication-service/src/main/java/edu/travel/service/impl/BtBodyRecordServiceImpl.java

@@ -11,37 +11,5 @@ import edu.travel.entity.BtBodyRecord;
 @Service
 public class BtBodyRecordServiceImpl implements BtBodyRecordService {
 
-    @Autowired
-    private BtBodyRecordMapper btBodyRecordMapper;
-
-    @Override
-    public int deleteByPrimaryKey(Long id) {
-        return btBodyRecordMapper.deleteByPrimaryKey(id);
-    }
-
-    @Override
-    public int insert(BtBodyRecord record) {
-        return btBodyRecordMapper.insert(record);
-    }
-
-    @Override
-    public int insertSelective(BtBodyRecord record) {
-        return btBodyRecordMapper.insertSelective(record);
-    }
-
-    @Override
-    public BtBodyRecord selectByPrimaryKey(Long id) {
-        return btBodyRecordMapper.selectByPrimaryKey(id);
-    }
-
-    @Override
-    public int updateByPrimaryKeySelective(BtBodyRecord record) {
-        return btBodyRecordMapper.updateByPrimaryKeySelective(record);
-    }
-
-    @Override
-    public int updateByPrimaryKey(BtBodyRecord record) {
-        return btBodyRecordMapper.updateByPrimaryKey(record);
-    }
 
 }

+ 0 - 33
babyApplication-service/src/main/java/edu/travel/service/impl/BtFeedRecordServiceImpl.java

@@ -11,37 +11,4 @@ import edu.travel.mapper.BtFeedRecordMapper;
 @Service
 public class BtFeedRecordServiceImpl implements BtFeedRecordService {
 
-    @Autowired
-    private BtFeedRecordMapper btFeedRecordMapper;
-
-    @Override
-    public int deleteByPrimaryKey(Long id) {
-        return btFeedRecordMapper.deleteByPrimaryKey(id);
-    }
-
-    @Override
-    public int insert(BtFeedRecord record) {
-        return btFeedRecordMapper.insert(record);
-    }
-
-    @Override
-    public int insertSelective(BtFeedRecord record) {
-        return btFeedRecordMapper.insertSelective(record);
-    }
-
-    @Override
-    public BtFeedRecord selectByPrimaryKey(Long id) {
-        return btFeedRecordMapper.selectByPrimaryKey(id);
-    }
-
-    @Override
-    public int updateByPrimaryKeySelective(BtFeedRecord record) {
-        return btFeedRecordMapper.updateByPrimaryKeySelective(record);
-    }
-
-    @Override
-    public int updateByPrimaryKey(BtFeedRecord record) {
-        return btFeedRecordMapper.updateByPrimaryKey(record);
-    }
-
 }

+ 0 - 33
babyApplication-service/src/main/java/edu/travel/service/impl/BtMessageServiceImpl.java

@@ -11,37 +11,4 @@ import edu.travel.mapper.BtMessageMapper;
 @Service
 public class BtMessageServiceImpl implements BtMessageService {
 
-    @Autowired
-    private BtMessageMapper btMessageMapper;
-
-    @Override
-    public int deleteByPrimaryKey(Long id) {
-        return btMessageMapper.deleteByPrimaryKey(id);
-    }
-
-    @Override
-    public int insert(BtMessage record) {
-        return btMessageMapper.insert(record);
-    }
-
-    @Override
-    public int insertSelective(BtMessage record) {
-        return btMessageMapper.insertSelective(record);
-    }
-
-    @Override
-    public BtMessage selectByPrimaryKey(Long id) {
-        return btMessageMapper.selectByPrimaryKey(id);
-    }
-
-    @Override
-    public int updateByPrimaryKeySelective(BtMessage record) {
-        return btMessageMapper.updateByPrimaryKeySelective(record);
-    }
-
-    @Override
-    public int updateByPrimaryKey(BtMessage record) {
-        return btMessageMapper.updateByPrimaryKey(record);
-    }
-
 }

+ 0 - 32
babyApplication-service/src/main/java/edu/travel/service/impl/MtFavoriteSongsServiceImpl.java

@@ -11,37 +11,5 @@ import edu.travel.entity.MtFavoriteSongs;
 @Service
 public class MtFavoriteSongsServiceImpl implements MtFavoriteSongsService {
 
-    @Autowired
-    private MtFavoriteSongsMapper mtFavoriteSongsMapper;
-
-    @Override
-    public int deleteByPrimaryKey(Long id) {
-        return mtFavoriteSongsMapper.deleteByPrimaryKey(id);
-    }
-
-    @Override
-    public int insert(MtFavoriteSongs record) {
-        return mtFavoriteSongsMapper.insert(record);
-    }
-
-    @Override
-    public int insertSelective(MtFavoriteSongs record) {
-        return mtFavoriteSongsMapper.insertSelective(record);
-    }
-
-    @Override
-    public MtFavoriteSongs selectByPrimaryKey(Long id) {
-        return mtFavoriteSongsMapper.selectByPrimaryKey(id);
-    }
-
-    @Override
-    public int updateByPrimaryKeySelective(MtFavoriteSongs record) {
-        return mtFavoriteSongsMapper.updateByPrimaryKeySelective(record);
-    }
-
-    @Override
-    public int updateByPrimaryKey(MtFavoriteSongs record) {
-        return mtFavoriteSongsMapper.updateByPrimaryKey(record);
-    }
 
 }

+ 0 - 32
babyApplication-service/src/main/java/edu/travel/service/impl/MtRelativeRolesServiceImpl.java

@@ -11,37 +11,5 @@ import edu.travel.entity.MtRelativeRoles;
 @Service
 public class MtRelativeRolesServiceImpl implements MtRelativeRolesService {
 
-    @Autowired
-    private MtRelativeRolesMapper mtRelativeRolesMapper;
-
-    @Override
-    public int deleteByPrimaryKey(Long id) {
-        return mtRelativeRolesMapper.deleteByPrimaryKey(id);
-    }
-
-    @Override
-    public int insert(MtRelativeRoles record) {
-        return mtRelativeRolesMapper.insert(record);
-    }
-
-    @Override
-    public int insertSelective(MtRelativeRoles record) {
-        return mtRelativeRolesMapper.insertSelective(record);
-    }
-
-    @Override
-    public MtRelativeRoles selectByPrimaryKey(Long id) {
-        return mtRelativeRolesMapper.selectByPrimaryKey(id);
-    }
-
-    @Override
-    public int updateByPrimaryKeySelective(MtRelativeRoles record) {
-        return mtRelativeRolesMapper.updateByPrimaryKeySelective(record);
-    }
-
-    @Override
-    public int updateByPrimaryKey(MtRelativeRoles record) {
-        return mtRelativeRolesMapper.updateByPrimaryKey(record);
-    }
 
 }