//单个对象复制,使用org.springframework.beans.BeanUtils BeanUtils.copyProperties(oldVO, newVO);
//list List<NewListVO> newList = JSON.parseArray(JSON.toJSONString(list), NewListVO.class);