@Override
 public List<UserCollectionStoreModel> selectByList() {
   return userCollectionStoreDao.selectByList();
 }
 @Override
 public int deleteByPrimaryKey(Long storeId) {
   return userCollectionStoreDao.deleteByPrimaryKey(storeId);
 }
 @Override
 public int updateByPrimaryKey(UserCollectionStoreModel userCollectionStoreModel) {
   return userCollectionStoreDao.updateByPrimaryKey(userCollectionStoreModel);
 }
 @Override
 public int insert(UserCollectionStoreModel userCollectionStoreModel) {
   return userCollectionStoreDao.insert(userCollectionStoreModel);
 }