Пример #1
0
 @Override
 public Integer updateRoleById(Role entity) throws Exception {
   return roleDao.updateRoleById(entity);
 }