import org.springframework.beans.BeanUtils;
BeanUtils.copyProperties(maker.getBaseInfo(), newBasInfo,new String[]{"de"});
第一個參數:原數據
第二個參數:新數據
第三個參數: 忽略不復制屬性
import org.springframework.beans.BeanUtils;
BeanUtils.copyProperties(maker.getBaseInfo(), newBasInfo,new String[]{"de"});
第一個參數:原數據
第二個參數:新數據
第三個參數: 忽略不復制屬性
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。