摘要:
// 获取控制字段列表 public static String[] getNullPropertyNames(Object source) { final BeanWrapper src = new BeanWrapperImpl(source); PropertyDescriptor[] pds 阅读全文
posted @ 2021-05-07 20:17
ysloong
阅读(3549)
评论(0)
推荐(0)
摘要:
// 根据传入的字段列表,动态调用set方法方法 static <T> void newFieldAutoSet(T t,Map<String, Object> params, String ... newFields) throws Exception { try { for (String ne 阅读全文
posted @ 2021-05-07 20:05
ysloong
阅读(317)
评论(0)
推荐(0)

浙公网安备 33010602011771号