示例#1
0
 @Transactional
 public int getUserCount() {
   return userDao.getUserCount();
 }