Ejemplo n.º 1
0
 @Override
 public int findUserNumByCondition(User condition) {
   return userMapper.findUserNumByCondition(condition);
 }