一起发呆 发表于 2017-6-15 16:11:45

加红的那个方法怎么搞?

Map<String, Map<String, Object>> extMap = new HashMap<String, Map<String, Object>>();
                for (SysVehicleExpiresEntity1 e : SysVehicleExpiresEntity1List) {
                        Map map = new HashMap();
                        Map map1 = new HashMap();
                        map.put("vechile_no", "车牌号");
                        map.put("vechile_type", "车型号");
                        map.put("driver", "车主姓名");
                        map.put("telephone", "车主电话");
                        extMap.put(e.getVehicleId(), map);
                }
                TagUtil.datagrid(response, dataGrid, extMap);

admin 发表于 2017-6-15 16:27:31

看常见问题贴

风一样的吹 发表于 2017-6-16 08:37:41

加红是什么?
页: [1]
查看完整版本: 加红的那个方法怎么搞?