dto与po转换类

/** * dto与po转换类 * @author neuq * */ public class TransUtil { /** * dto2po */ public static void dto2po(Object dto,Object po){ if(dto==null){ return; } Field[] fields=dto.getClass().
相关文章
相关标签/搜索