2025年4月25日
摘要: public static Map<String, Object> bean2Map(Object object) { Map<String, Object> map = new HashMap<>(); ReflectionUtils.doWithFields(object.getClass(), 阅读全文
posted @ 2025-04-25 18:18 骑着母猪去打猎 阅读(36) 评论(0) 推荐(0)