摘要: org.springframework.beans.BeanUtils BeanUtils.copyProperties("转换前的类", "转换后的类"); 但是有几点我们需要注意: BeanUtils.copyProperties(a, b); 1.b中的存在的属性,a中一定要有,但是a中可以有 阅读全文
posted @ 2022-02-26 15:49 码农公子的幸福生活 阅读(83) 评论(0) 推荐(0)