https://blog.csdn.net/weixin_39723337/article/details/101798243
import org.springframework.beans.BeanUtils; BeanUtils.copyProperties(源对象, 目标对象); 必须有get、set方法
https://blog.csdn.net/weixin_39723337/article/details/101798243
import org.springframework.beans.BeanUtils; BeanUtils.copyProperties(源对象, 目标对象); 必须有get、set方法