|
@@ -59,6 +59,7 @@ public final class BeanConvertUtil {
|
|
|
returnModel = t.newInstance();
|
|
returnModel = t.newInstance();
|
|
|
BeanUtils.copyProperties(returnModel, orgBean);
|
|
BeanUtils.copyProperties(returnModel, orgBean);
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
|
|
+ e.printStackTrace();
|
|
|
throw new RuntimeException("bean转换bean失败", e);
|
|
throw new RuntimeException("bean转换bean失败", e);
|
|
|
}
|
|
}
|
|
|
return returnModel;
|
|
return returnModel;
|