Пример #1
0
 public int countList(UserQueryCondition condition) {
   return userMapper.countList(condition);
 }