import org.apache.commons.beanutils.BeanUtils;
    BeanUtils.copyProperties(source, target);

.class文件位置
两个实体类之间赋值beanUtils工具类

相关文章: