copyProperties(Object source, Object target)//source 源文件,target 目标文件
注意:BeanUtils是org.springframework.beans.BeanUtils,
BeanUtils.copyProperties(a, b);

BeanUtils.copyProperties(a, b);

BeanUtils.copyProperties(a, b);

相关文章: