Ejemplo n.º 1
0
 @Override
 public int findUserNumByEmail(String email) {
   return userMapper.findUserNumByEmail(email);
 }