摘要:
示例代码: public static Map<String, Object> dtoToMap(Object obj, String pre, String las) { Map result = new HashMap(); Class clazz = obj.getClass(); Field 阅读全文
posted @ 2016-05-27 15:05 Anhw 阅读(885) 评论(0) 推荐(0)
|
|
|
|
摘要:
示例代码: public static Map<String, Object> dtoToMap(Object obj, String pre, String las) { Map result = new HashMap(); Class clazz = obj.getClass(); Field 阅读全文
posted @ 2016-05-27 15:05 Anhw 阅读(885) 评论(0) 推荐(0) |
|