@Override
 public int deleteById(Integer id) {
   return adminUserMapper.deleteByPrimaryKey(id);
 }