CopyPropertis

  commons-beanutils.jar

   PropertyUtils.copyProperties(Object dest, Object orig)

  spring-beans.jar

BeanUtils.copyProperties(Object source, Object target)

CopyPropertis对List的操作需要手动
原文地址:https://www.cnblogs.com/xingzc/p/8663119.html