提交 | 用户 | 时间
e7c126 1 /*
H 2  Navicat Premium Data Transfer
3
4  Source Server         : mysql5.7
5  Source Server Type    : MySQL
6  Source Server Version : 50738
7  Source Host           : 127.0.0.1:3306
8  Source Schema         : jimureport
9
10  Target Server Type    : MySQL
11  Target Server Version : 50738
12  File Encoding         : 65001
13
14  Date: 07/12/2022 21:17:02
15 */
16
17 SET NAMES utf8mb4;
18 SET FOREIGN_KEY_CHECKS = 0;
19
20 -- ----------------------------
21 -- Table structure for jimu_dict
22 -- ----------------------------
23 DROP TABLE IF EXISTS `jimu_dict`;
24 CREATE TABLE `jimu_dict`  (
25   `id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
26   `dict_name` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典名称',
27   `dict_code` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典编码',
28   `description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
29   `del_flag` int(1) NULL DEFAULT NULL COMMENT '删除状态',
30   `create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
31   `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
32   `update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人',
33   `update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
34   `type` int(1) UNSIGNED ZEROFILL NULL DEFAULT 0 COMMENT '字典类型0为string,1为number',
35   `tenant_id` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '多租户标识',
36   PRIMARY KEY (`id`) USING BTREE,
37   UNIQUE INDEX `uk_sd_dict_code`(`dict_code`) USING BTREE
38 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
39
40 -- ----------------------------
41 -- Records of jimu_dict
42 -- ----------------------------
43 INSERT INTO `jimu_dict` VALUES ('0b1dac3e87ed7229ae19a586a8b8c8f8', '物资类型', 'wz_cc_type', NULL, 0, 'admin', '2019-04-26 18:25:48', NULL, NULL, 0, NULL);
44 INSERT INTO `jimu_dict` VALUES ('0b5d19e1fce4b2e6647e6b4a17760c14', '通告类型', 'msg_category', '消息类型1:通知公告2:系统消息', 0, 'admin', '2019-04-22 18:01:35', NULL, NULL, 0, NULL);
45 INSERT INTO `jimu_dict` VALUES ('1166528843122561025', '测试字典员工类型', 'ceshi_code', '', 0, 'admin', '2019-08-28 09:52:04', 'admin', '2021-01-08 14:33:43', 0, NULL);
46 INSERT INTO `jimu_dict` VALUES ('1174509082208395266', '职务职级', 'position_rank', '职务表职级字典', 0, 'admin', '2019-09-19 10:22:41', NULL, NULL, 0, NULL);
47 INSERT INTO `jimu_dict` VALUES ('1174511106530525185', '机构类型', 'org_category', '机构类型 1公司,2部门 3岗位', 0, 'admin', '2019-09-19 10:30:43', NULL, NULL, 0, NULL);
48 INSERT INTO `jimu_dict` VALUES ('1178295274528845826', '表单权限策略', 'form_perms_type', '', 0, 'admin', '2019-09-29 21:07:39', 'admin', '2019-09-29 21:08:26', NULL, NULL);
49 INSERT INTO `jimu_dict` VALUES ('1199517671259906049', '紧急程度', 'urgent_level', '日程计划紧急程度', 0, 'admin', '2019-11-27 10:37:53', NULL, NULL, 0, NULL);
50 INSERT INTO `jimu_dict` VALUES ('1199518099888414722', '日程计划类型', 'eoa_plan_type', '', 0, 'admin', '2019-11-27 10:39:36', NULL, NULL, 0, NULL);
51 INSERT INTO `jimu_dict` VALUES ('1199525215290306561', '日程计划状态', 'eoa_plan_status', '', 0, 'admin', '2019-11-27 11:07:52', 'admin', '2019-11-27 11:10:11', 0, NULL);
52 INSERT INTO `jimu_dict` VALUES ('1204580702536957953', '打卡类型', 'sign_type', '', 0, 'admin', '2019-12-11 09:56:34', 'admin', '2020-02-13 14:21:36', 0, NULL);
53 INSERT INTO `jimu_dict` VALUES ('1204581134206337025', '打卡状态', 'sign_status', '', 0, 'admin', '2019-12-11 09:58:17', NULL, NULL, 0, NULL);
54 INSERT INTO `jimu_dict` VALUES ('1209733563293962241', '数据库类型', 'database_type', '', 0, 'admin', '2019-12-25 15:12:12', NULL, NULL, 0, NULL);
55 INSERT INTO `jimu_dict` VALUES ('1232913193820581889', 'Online表单业务分类', 'ol_form_biz_type', '', 0, 'admin', '2020-02-27 14:19:46', 'admin', '2020-02-27 14:20:23', 0, NULL);
56 INSERT INTO `jimu_dict` VALUES ('1242281790421389314', '会议类型', 'mettingType', '', 0, 'admin', '2020-03-24 10:47:13', NULL, NULL, 0, NULL);
57 INSERT INTO `jimu_dict` VALUES ('1242298510024429569', '提醒方式', 'remindMode', '', 0, 'admin', '2020-03-24 11:53:40', 'admin', '2020-03-24 12:03:22', 0, NULL);
58 INSERT INTO `jimu_dict` VALUES ('1244538302904672258', '提醒时间', 'remindTime', '', 0, 'admin', '2020-03-30 16:13:48', NULL, NULL, 0, NULL);
59 INSERT INTO `jimu_dict` VALUES ('1244538772909989889', '重复提醒', 'reminders', '', 0, 'admin', '2020-03-30 16:15:40', NULL, NULL, 0, NULL);
60 INSERT INTO `jimu_dict` VALUES ('1244941599661178882', '表单设计器路由类型', 'desform_route_type', '表单设计器下一步路由跳转类型', 0, 'admin', '2020-03-31 18:56:22', NULL, NULL, 0, NULL);
61 INSERT INTO `jimu_dict` VALUES ('1250687930947620866', '定时任务状态', 'quartz_status', '', 0, 'admin', '2020-04-16 15:30:14', '', NULL, NULL, NULL);
62 INSERT INTO `jimu_dict` VALUES ('1252881342601908225', '栏目类型', 'cms_menu_type', '', 0, 'admin', '2020-04-22 16:46:04', '', NULL, NULL, NULL);
63 INSERT INTO `jimu_dict` VALUES ('1253673013610672130', '会议室规模', 'meeting_scale', '', 0, 'admin', '2020-04-24 21:11:53', '', NULL, NULL, NULL);
64 INSERT INTO `jimu_dict` VALUES ('1272739651112034306', '缓急', 'urgency', '', 0, 'admin', '2020-06-16 11:55:54', NULL, NULL, 0, NULL);
65 INSERT INTO `jimu_dict` VALUES ('1272740254731100161', '密级', 'secret_level', '', 0, 'admin', '2020-06-16 11:58:18', NULL, NULL, 0, NULL);
66 INSERT INTO `jimu_dict` VALUES ('1280401766745718786', '租户状态', 'tenant_status', '租户状态', 0, 'admin', '2020-07-07 15:22:25', NULL, NULL, 0, NULL);
67 INSERT INTO `jimu_dict` VALUES ('1336551227544694785', '999', '999', '', 1, 'admin', '2020-12-09 14:00:19', NULL, NULL, 0, NULL);
68 INSERT INTO `jimu_dict` VALUES ('1338811917237489665', '报表测试职务', 'zhiwu', '积木报表演示', 0, 'admin', '2020-12-15 19:43:30', 'admin', '2021-01-13 14:03:13', 0, NULL);
69 INSERT INTO `jimu_dict` VALUES ('20863a840c7622c3eab0ee69e55a8c7c', '常用审批语', 'approval_remarks', '常用审批语', 0, 'admin', '2019-03-15 11:03:26', 'admin', '2019-06-10 19:38:31', 0, NULL);
70 INSERT INTO `jimu_dict` VALUES ('236e8a4baff0db8c62c00dd95632834f', '同步工作流引擎', 'activiti_sync', '同步工作流引擎', 0, 'admin', '2019-05-15 15:27:33', NULL, NULL, 0, NULL);
71 INSERT INTO `jimu_dict` VALUES ('2e02df51611a4b9632828ab7e5338f00', '权限策略', 'perms_type', '权限策略', 0, 'admin', '2019-04-26 18:26:55', NULL, NULL, 0, NULL);
72 INSERT INTO `jimu_dict` VALUES ('2f0320997ade5dd147c90130f7218c3e', '推送类别', 'msg_type', '', 0, 'admin', '2019-03-17 21:21:32', 'admin', '2019-03-26 19:57:45', 0, NULL);
73 INSERT INTO `jimu_dict` VALUES ('3486f32803bb953e7155dab3513dc68b', '删除状态', 'del_flag', '', 0, 'admin', '2019-10-18 21:46:26', 'admin', '2019-05-31 11:32:41', 0, NULL);
74 INSERT INTO `jimu_dict` VALUES ('36d57175542a3ea85073923e8fccc21c', '尺码类型', 'air_china_size', NULL, 0, 'admin', '2019-04-23 23:02:44', NULL, NULL, 0, NULL);
75 INSERT INTO `jimu_dict` VALUES ('3d9a351be3436fbefb1307d4cfb49bf2', '性别', 'sex', NULL, 0, NULL, '2019-01-04 14:56:32', 'admin', '2019-03-30 11:28:27', 1, NULL);
76 INSERT INTO `jimu_dict` VALUES ('4274efc2292239b6f000b153f50823ff', '全局权限策略', 'global_perms_type', '全局权限策略', 0, 'admin', '2019-05-10 17:54:05', NULL, NULL, 0, NULL);
77 INSERT INTO `jimu_dict` VALUES ('49a0f7247f9c2a7df4e5733b790a4c9f', '供应商', 'air_china_ supplier', NULL, 0, 'admin', '2019-04-24 16:49:25', NULL, NULL, 0, NULL);
78 INSERT INTO `jimu_dict` VALUES ('4c03fca6bf1f0299c381213961566349', 'Online图表展示模板', 'online_graph_display_template', 'Online图表展示模板', 0, 'admin', '2019-04-12 17:28:50', NULL, NULL, 0, NULL);
79 INSERT INTO `jimu_dict` VALUES ('4c753b5293304e7a445fd2741b46529d', '字典状态', 'dict_item_status', NULL, 0, 'admin', '2019-06-18 23:18:42', 'admin', '2019-03-30 19:33:52', 1, NULL);
80 INSERT INTO `jimu_dict` VALUES ('4d7fec1a7799a436d26d02325eff295e', '优先级', 'priority', '优先级', 0, 'admin', '2019-03-16 17:03:34', 'admin', '2019-04-16 17:39:23', 0, NULL);
81 INSERT INTO `jimu_dict` VALUES ('4e4602b3e3686f0911384e188dc7efb4', '条件规则', 'rule_conditions', '', 0, 'admin', '2019-04-01 10:15:03', 'admin', '2019-04-01 10:30:47', 0, NULL);
82 INSERT INTO `jimu_dict` VALUES ('4f69be5f507accea8d5df5f11346181a', '发送消息类型', 'msgType', NULL, 0, 'admin', '2019-04-11 14:27:09', NULL, NULL, 0, NULL);
83 INSERT INTO `jimu_dict` VALUES ('68168534ff5065a152bfab275c2136f8', '有效无效状态', 'valid_status', '有效无效状态', 0, 'admin', '2020-09-26 19:21:14', 'admin', '2019-06-07 00:30:10', 0, NULL);
84 INSERT INTO `jimu_dict` VALUES ('72cce0989df68887546746d8f09811aa', 'Online表单类型', 'cgform_table_type', '', 0, 'admin', '2019-01-27 10:13:02', 'admin', '2019-03-30 11:37:36', 0, NULL);
85 INSERT INTO `jimu_dict` VALUES ('76c1d6755018a918c9eeda575dbf3f98', '计量单位', 'air_china_unit', NULL, 0, 'admin', '2017-12-23 23:00:02', 'admin', '2019-04-23 23:13:52', 0, NULL);
86 INSERT INTO `jimu_dict` VALUES ('78bda155fe380b1b3f175f1e88c284c6', '流程状态', 'bpm_status', '流程状态', 0, 'admin', '2019-05-09 16:31:52', NULL, NULL, 0, NULL);
87 INSERT INTO `jimu_dict` VALUES ('83bfb33147013cc81640d5fd9eda030c', '日志类型', 'log_type', NULL, 0, 'admin', '2019-03-18 23:22:19', NULL, NULL, 1, NULL);
88 INSERT INTO `jimu_dict` VALUES ('880a895c98afeca9d9ac39f29e67c13e', '操作类型', 'operate_type', '操作类型', 0, 'admin', '2019-07-22 10:54:29', NULL, NULL, 0, NULL);
89 INSERT INTO `jimu_dict` VALUES ('8dfe32e2d29ea9430a988b3b558bf233', '发布状态', 'send_status', '发布状态', 0, 'admin', '2019-04-16 17:40:42', NULL, NULL, 0, NULL);
90 INSERT INTO `jimu_dict` VALUES ('a7adbcd86c37f7dbc9b66945c82ef9e6', '1是0否', 'yn', '', 1, 'admin', '2019-05-22 19:29:29', NULL, NULL, 0, NULL);
91 INSERT INTO `jimu_dict` VALUES ('a9d9942bd0eccb6e89de92d130ec4c4a', '消息发送状态', 'msgSendStatus', NULL, 0, 'admin', '2019-04-12 18:18:17', NULL, NULL, 0, NULL);
92 INSERT INTO `jimu_dict` VALUES ('ac2f7c0c5c5775fcea7e2387bcb22f01', '菜单类型', 'menu_type', NULL, 0, 'admin', '2019-12-18 23:24:32', 'admin', '2019-04-01 15:27:06', 1, NULL);
93 INSERT INTO `jimu_dict` VALUES ('bd1b8bc28e65d6feefefb6f3c79f42fd', 'Online图表数据类型', 'online_graph_data_type', 'Online图表数据类型', 0, 'admin', '2019-04-12 17:24:24', 'admin', '2019-04-12 17:24:57', 0, NULL);
94 INSERT INTO `jimu_dict` VALUES ('c36169beb12de8a71c8683ee7c28a503', '部门状态', 'depart_status', NULL, 0, 'admin', '2019-03-18 21:59:51', NULL, NULL, 0, NULL);
95 INSERT INTO `jimu_dict` VALUES ('c5a14c75172783d72cbee6ee7f5df5d1', 'Online图表类型', 'online_graph_type', 'Online图表类型', 0, 'admin', '2019-04-12 17:04:06', NULL, NULL, 0, NULL);
96 INSERT INTO `jimu_dict` VALUES ('c72e92c2c13cdbc07b455e6abcc60d47', '启动状态', 'air_china_valid', NULL, 0, 'admin', '2019-04-23 23:05:29', NULL, NULL, 0, NULL);
97 INSERT INTO `jimu_dict` VALUES ('d6e1152968b02d69ff358c75b48a6ee1', '流程类型', 'bpm_process_type', NULL, 0, 'admin', '2019-02-22 19:26:54', 'admin', '2019-03-30 18:14:44', 0, NULL);
98 INSERT INTO `jimu_dict` VALUES ('fc6cd58fde2e8481db10d3a1e68ce70c', '用户状态', 'user_status', NULL, 0, 'admin', '2019-03-18 21:57:25', 'admin', '2019-03-18 23:11:58', 1, NULL);
99
100 -- ----------------------------
101 -- Table structure for jimu_dict_item
102 -- ----------------------------
103 DROP TABLE IF EXISTS `jimu_dict_item`;
104 CREATE TABLE `jimu_dict_item`  (
105   `id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
106   `dict_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典id',
107   `item_text` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典项文本',
108   `item_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典项值',
109   `description` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '描述',
110   `sort_order` int(10) NULL DEFAULT NULL COMMENT '排序',
111   `status` int(11) NULL DEFAULT NULL COMMENT '状态(1启用 0不启用)',
112   `create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
113   `create_time` datetime NULL DEFAULT NULL,
114   `update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL,
115   `update_time` datetime NULL DEFAULT NULL,
116   PRIMARY KEY (`id`) USING BTREE,
117   INDEX `idx_sdi_role_dict_id`(`dict_id`) USING BTREE,
118   INDEX `idx_sdi_role_sort_order`(`sort_order`) USING BTREE,
119   INDEX `idx_sdi_status`(`status`) USING BTREE,
120   INDEX `idx_sdi_dict_val`(`dict_id`, `item_value`) USING BTREE
121 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
122
123 -- ----------------------------
124 -- Records of jimu_dict_item
125 -- ----------------------------
126 INSERT INTO `jimu_dict_item` VALUES ('0072d115e07c875d76c9b022e2179128', '4d7fec1a7799a436d26d02325eff295e', '低', 'L', '低', 3, 1, 'admin', '2019-04-16 17:04:59', NULL, NULL);
127 INSERT INTO `jimu_dict_item` VALUES ('00cd5762c968332e2bf8d1fdae872f26', '76c1d6755018a918c9eeda575dbf3f98', '条', '3', NULL, 3, 1, 'admin', '2019-04-23 23:00:42', NULL, NULL);
128 INSERT INTO `jimu_dict_item` VALUES ('05a2e732ce7b00aa52141ecc3e330b4e', '3486f32803bb953e7155dab3513dc68b', '已删除', '1', NULL, NULL, 1, 'admin', '2025-10-18 21:46:56', 'admin', '2019-03-28 22:23:20');
129 INSERT INTO `jimu_dict_item` VALUES ('0737b49b097033b35e1882f970d43263', '36d57175542a3ea85073923e8fccc21c', '量体类', '1', NULL, 1, 1, 'admin', '2019-04-23 23:03:02', NULL, NULL);
130 INSERT INTO `jimu_dict_item` VALUES ('08ec6c5c986766cc0f398bf88b2c7fd5', '20863a840c7622c3eab0ee69e55a8c7c', '呈领导阅示', '呈领导阅示', '呈领导阅示', 7, 1, 'admin', '2019-05-15 11:07:59', NULL, NULL);
131 INSERT INTO `jimu_dict_item` VALUES ('096c2e758d823def3855f6376bc736fb', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'SQL', 'sql', NULL, 1, 1, 'admin', '2019-04-12 17:26:26', NULL, NULL);
132 INSERT INTO `jimu_dict_item` VALUES ('0c9532916f5cd722017b46bc4d953e41', '2f0320997ade5dd147c90130f7218c3e', '指定用户', 'USER', NULL, NULL, 1, 'admin', '2019-03-17 21:22:19', 'admin', '2019-03-17 21:22:28');
133 INSERT INTO `jimu_dict_item` VALUES ('0ca4beba9efc4f9dd54af0911a946d5c', '72cce0989df68887546746d8f09811aa', '附表', '3', NULL, 3, 1, 'admin', '2019-03-27 10:13:43', NULL, NULL);
134 INSERT INTO `jimu_dict_item` VALUES ('1030a2652608f5eac3b49d70458b8532', '2e02df51611a4b9632828ab7e5338f00', '禁用', '2', '禁用', 2, 1, 'admin', '2021-03-26 18:27:28', 'admin', '2019-04-26 18:39:11');
135 INSERT INTO `jimu_dict_item` VALUES ('10e3b1b78da8b40161b7b89cefb2f31b', '0b1dac3e87ed7229ae19a586a8b8c8f8', '衣服', 'yifu', NULL, 1, 1, 'admin', '2019-04-26 18:26:04', NULL, NULL);
136 INSERT INTO `jimu_dict_item` VALUES ('1166528884218351617', '1166528843122561025', '普通员工', '1', '', 1, 1, 'admin', '2019-08-28 09:52:14', 'admin', '2021-01-08 14:33:52');
137 INSERT INTO `jimu_dict_item` VALUES ('1166528900752297986', '1166528843122561025', '领导', '2', '', 1, 1, 'admin', '2019-08-28 09:52:18', 'admin', '2021-01-08 14:33:57');
138 INSERT INTO `jimu_dict_item` VALUES ('1174509082208395266', '1174511106530525185', '岗位', '3', '岗位', 1, 1, 'admin', '2019-09-19 10:31:16', '', NULL);
139 INSERT INTO `jimu_dict_item` VALUES ('1174509601047994369', '1174509082208395266', '员级', '1', '', 1, 1, 'admin', '2019-09-19 10:24:45', 'admin', '2019-09-23 11:46:39');
140 INSERT INTO `jimu_dict_item` VALUES ('1174509667297026049', '1174509082208395266', '助级', '2', '', 2, 1, 'admin', '2019-09-19 10:25:01', 'admin', '2019-09-23 11:46:47');
141 INSERT INTO `jimu_dict_item` VALUES ('1174509713568587777', '1174509082208395266', '中级', '3', '', 3, 1, 'admin', '2019-09-19 10:25:12', 'admin', '2019-09-23 11:46:56');
142 INSERT INTO `jimu_dict_item` VALUES ('1174509788361416705', '1174509082208395266', '副高级', '4', '', 4, 1, 'admin', '2019-09-19 10:25:30', 'admin', '2019-09-23 11:47:06');
143 INSERT INTO `jimu_dict_item` VALUES ('1174509835803189250', '1174509082208395266', '正高级', '5', '', 5, 1, 'admin', '2019-09-19 10:25:41', 'admin', '2019-09-23 11:47:12');
144 INSERT INTO `jimu_dict_item` VALUES ('1174511197735665665', '1174511106530525185', '公司', '1', '公司', 1, 1, 'admin', '2019-09-19 10:31:05', NULL, NULL);
145 INSERT INTO `jimu_dict_item` VALUES ('1174511244036587521', '1174511106530525185', '部门', '2', '部门', 1, 1, 'admin', '2019-09-19 10:31:16', NULL, NULL);
146 INSERT INTO `jimu_dict_item` VALUES ('1178295553450061826', '1178295274528845826', '可编辑(未授权禁用)', '2', '', 2, 1, 'admin', '2019-09-29 21:08:46', 'admin', '2019-09-29 21:09:18');
147 INSERT INTO `jimu_dict_item` VALUES ('1178295639554928641', '1178295274528845826', '可见(未授权不可见)', '1', '', 1, 1, 'admin', '2019-09-29 21:09:06', 'admin', '2019-09-29 21:09:24');
148 INSERT INTO `jimu_dict_item` VALUES ('1199517884758368257', '1199517671259906049', '一般', '1', '', 1, 1, 'admin', '2019-11-27 10:38:44', NULL, NULL);
149 INSERT INTO `jimu_dict_item` VALUES ('1199517914017832962', '1199517671259906049', '重要', '2', '', 1, 1, 'admin', '2019-11-27 10:38:51', NULL, NULL);
150 INSERT INTO `jimu_dict_item` VALUES ('1199517941339529217', '1199517671259906049', '紧急', '3', '', 1, 1, 'admin', '2019-11-27 10:38:58', NULL, NULL);
151 INSERT INTO `jimu_dict_item` VALUES ('1199518186144276482', '1199518099888414722', '日常记录', '1', '', 1, 1, 'admin', '2019-11-27 10:39:56', NULL, NULL);
152 INSERT INTO `jimu_dict_item` VALUES ('1199518214858481666', '1199518099888414722', '本周工作', '2', '', 1, 1, 'admin', '2019-11-27 10:40:03', NULL, NULL);
153 INSERT INTO `jimu_dict_item` VALUES ('1199518235943247874', '1199518099888414722', '下周计划', '3', '', 1, 1, 'admin', '2019-11-27 10:40:08', NULL, NULL);
154 INSERT INTO `jimu_dict_item` VALUES ('1199525468672405505', '1199525215290306561', '未开始', '0', '', 1, 1, 'admin', '2019-11-27 11:08:52', NULL, NULL);
155 INSERT INTO `jimu_dict_item` VALUES ('1199525490575060993', '1199525215290306561', '进行中', '2', '', 3, 1, 'admin', '2019-11-27 11:08:58', NULL, NULL);
156 INSERT INTO `jimu_dict_item` VALUES ('1199525506429530114', '1199525215290306561', '已完成', '3', '', 4, 1, 'admin', '2019-11-27 11:09:02', NULL, NULL);
157 INSERT INTO `jimu_dict_item` VALUES ('1199607547704647681', '4f69be5f507accea8d5df5f11346181a', '系统', '4', '', 1, 1, 'admin', '2019-11-27 16:35:02', 'admin', '2019-11-27 19:37:46');
158 INSERT INTO `jimu_dict_item` VALUES ('1203571948706095105', '1199525215290306561', '已提醒', '1', '', 2, 1, 'admin', '2019-12-08 15:08:09', NULL, NULL);
159 INSERT INTO `jimu_dict_item` VALUES ('1204581455016067074', '1204580702536957953', '上班打卡', '1', '', 1, 1, 'admin', '2019-12-11 09:59:34', NULL, NULL);
160 INSERT INTO `jimu_dict_item` VALUES ('1204581521328013314', '1204580702536957953', '下班打卡', '2', '', 1, 1, 'admin', '2019-12-11 09:59:49', NULL, NULL);
161 INSERT INTO `jimu_dict_item` VALUES ('1204581542945456129', '1204580702536957953', '外出打卡', '3', '', 1, 1, 'admin', '2019-12-11 09:59:55', NULL, NULL);
162 INSERT INTO `jimu_dict_item` VALUES ('1204581564143468546', '1204580702536957953', '请假', '4', '', 1, 1, 'admin', '2019-12-11 10:00:00', NULL, NULL);
163 INSERT INTO `jimu_dict_item` VALUES ('1204581583089139713', '1204580702536957953', '出差', '5', '', 1, 1, 'admin', '2019-12-11 10:00:04', NULL, NULL);
164 INSERT INTO `jimu_dict_item` VALUES ('1204581803613061122', '1204581134206337025', '缺卡', '0', '', 1, 1, 'admin', '2019-12-11 10:00:57', NULL, NULL);
165 INSERT INTO `jimu_dict_item` VALUES ('1204581830603407362', '1204581134206337025', '正常', '1', '', 1, 1, 'admin', '2019-12-11 10:01:03', NULL, NULL);
166 INSERT INTO `jimu_dict_item` VALUES ('1204581850283081729', '1204581134206337025', '迟到', '2', '', 1, 1, 'admin', '2019-12-11 10:01:08', NULL, NULL);
167 INSERT INTO `jimu_dict_item` VALUES ('1204581868406669314', '1204581134206337025', '旷工', '3', '', 1, 1, 'admin', '2019-12-11 10:01:12', NULL, NULL);
168 INSERT INTO `jimu_dict_item` VALUES ('1204581886026940417', '1204581134206337025', '早退', '4', '', 1, 1, 'admin', '2019-12-11 10:01:16', NULL, NULL);
169 INSERT INTO `jimu_dict_item` VALUES ('1209733775114702850', '1209733563293962241', 'MySQL5.5', '1', '', 1, 1, 'admin', '2019-12-25 15:13:02', NULL, NULL);
170 INSERT INTO `jimu_dict_item` VALUES ('1209733839933476865', '1209733563293962241', 'Oracle', '2', '', 3, 1, 'admin', '2019-12-25 15:13:18', NULL, NULL);
171 INSERT INTO `jimu_dict_item` VALUES ('1209733903020003330', '1209733563293962241', 'SQLServer', '3', '', 4, 1, 'admin', '2019-12-25 15:13:33', NULL, NULL);
172 INSERT INTO `jimu_dict_item` VALUES ('1232913424813486081', '1232913193820581889', '官方示例', 'demo', '', 1, 1, 'admin', '2020-02-27 14:20:42', 'admin', '2020-02-27 14:21:37');
173 INSERT INTO `jimu_dict_item` VALUES ('1232913493717512194', '1232913193820581889', '流程表单', 'bpm', '', 2, 1, 'admin', '2020-02-27 14:20:58', 'admin', '2020-02-27 14:22:20');
174 INSERT INTO `jimu_dict_item` VALUES ('1232913605382467585', '1232913193820581889', '测试表单', 'temp', '', 4, 1, 'admin', '2020-02-27 14:21:25', 'admin', '2020-02-27 14:22:16');
175 INSERT INTO `jimu_dict_item` VALUES ('1232914232372195330', '1232913193820581889', '导入表单', 'bdfl_include', '', 5, 1, 'admin', '2020-02-27 14:23:54', NULL, NULL);
176 INSERT INTO `jimu_dict_item` VALUES ('1233279228474138625', '4e4602b3e3686f0911384e188dc7efb4', '左模糊', 'LEFT_LIKE', '', 7, 1, 'admin', '2020-02-28 14:34:16', NULL, NULL);
177 INSERT INTO `jimu_dict_item` VALUES ('1233279337333104641', '4e4602b3e3686f0911384e188dc7efb4', '右模糊', 'RIGHT_LIKE', '', 7, 1, 'admin', '2020-02-28 14:34:42', NULL, NULL);
178 INSERT INTO `jimu_dict_item` VALUES ('1242281959082741761', '1242281790421389314', '部门会议', 'depart', '', 1, 1, 'admin', '2020-03-24 10:47:54', NULL, NULL);
179 INSERT INTO `jimu_dict_item` VALUES ('1242282018893516802', '1242281790421389314', '临时会议', 'temp', '', 1, 1, 'admin', '2020-03-24 10:48:08', NULL, NULL);
180 INSERT INTO `jimu_dict_item` VALUES ('1242282141274918913', '1242281790421389314', '公司会议', 'company', '', 1, 1, 'admin', '2020-03-24 10:48:37', NULL, NULL);
181 INSERT INTO `jimu_dict_item` VALUES ('1242282318563954690', '1242281790421389314', '培训会议', 'train', '', 1, 1, 'admin', '2020-03-24 10:49:19', NULL, NULL);
182 INSERT INTO `jimu_dict_item` VALUES ('1242282375325470721', '1242281790421389314', '普通会议', 'common', '', 1, 1, 'admin', '2020-03-24 10:49:33', NULL, NULL);
183 INSERT INTO `jimu_dict_item` VALUES ('1242300779390357505', '1242298510024429569', '短信提醒', '2', '', 2, 1, 'admin', '2020-03-24 12:02:41', 'admin', '2020-03-30 18:21:33');
184 INSERT INTO `jimu_dict_item` VALUES ('1242300814383435777', '1242298510024429569', '邮件提醒', '1', '', 1, 1, 'admin', '2020-03-24 12:02:49', 'admin', '2020-03-30 18:21:26');
185 INSERT INTO `jimu_dict_item` VALUES ('1242300887343353857', '1242298510024429569', '系统消息', '4', '', 4, 1, 'admin', '2020-03-24 12:03:07', 'admin', '2020-03-30 18:21:43');
186 INSERT INTO `jimu_dict_item` VALUES ('1244538412480864258', '1244538302904672258', '不提醒', '0', '', 1, 1, 'admin', '2020-03-30 16:14:14', NULL, NULL);
187 INSERT INTO `jimu_dict_item` VALUES ('1244538453169807361', '1244538302904672258', '开始时', '1', '', 1, 1, 'admin', '2020-03-30 16:14:24', NULL, NULL);
188 INSERT INTO `jimu_dict_item` VALUES ('1244538498132746241', '1244538302904672258', '提前5分钟', '2', '', 2, 1, 'admin', '2020-03-30 16:14:35', NULL, NULL);
189 INSERT INTO `jimu_dict_item` VALUES ('1244538537420791810', '1244538302904672258', '提前10分钟', '3', '', 3, 1, 'admin', '2020-03-30 16:14:44', NULL, NULL);
190 INSERT INTO `jimu_dict_item` VALUES ('1244538569926647810', '1244538302904672258', '提前15分钟', '4', '', 4, 1, 'admin', '2020-03-30 16:14:52', NULL, NULL);
191 INSERT INTO `jimu_dict_item` VALUES ('1244538620744835073', '1244538302904672258', '提前30分钟', '5', '', 5, 1, 'admin', '2020-03-30 16:15:04', NULL, NULL);
192 INSERT INTO `jimu_dict_item` VALUES ('1244538674016690178', '1244538302904672258', '提前1小时', '6', '', 6, 1, 'admin', '2020-03-30 16:15:16', NULL, NULL);
193 INSERT INTO `jimu_dict_item` VALUES ('1244538712323268610', '1244538302904672258', '提前2小时', '7', '', 7, 1, 'admin', '2020-03-30 16:15:26', NULL, NULL);
194 INSERT INTO `jimu_dict_item` VALUES ('1244538832364249090', '1244538772909989889', '不重复', '0', '', 1, 1, 'admin', '2020-03-30 16:15:54', NULL, NULL);
195 INSERT INTO `jimu_dict_item` VALUES ('1244538882335186946', '1244538772909989889', '每天', '1', '', 1, 1, 'admin', '2020-03-30 16:16:06', NULL, NULL);
196 INSERT INTO `jimu_dict_item` VALUES ('1244538920792760321', '1244538772909989889', '每周', '2', '', 2, 1, 'admin', '2020-03-30 16:16:15', NULL, NULL);
197 INSERT INTO `jimu_dict_item` VALUES ('1244538964811980802', '1244538772909989889', '每月(当日)', '3', '', 3, 1, 'admin', '2020-03-30 16:16:26', NULL, NULL);
198 INSERT INTO `jimu_dict_item` VALUES ('1244539005064716289', '1244538772909989889', '每年(当日)', '4', '', 4, 1, 'admin', '2020-03-30 16:16:35', NULL, NULL);
199 INSERT INTO `jimu_dict_item` VALUES ('1244941726052335617', '1244941599661178882', '跳转到表单', '1', '', 1, 1, 'admin', '2020-03-31 18:56:52', 'admin', '2020-03-31 21:16:05');
200 INSERT INTO `jimu_dict_item` VALUES ('1244941755555069953', '1244941599661178882', '跳转到菜单', '2', '', 2, 1, 'admin', '2020-03-31 18:56:59', 'admin', '2020-03-31 21:16:09');
201 INSERT INTO `jimu_dict_item` VALUES ('1244941784743231489', '1244941599661178882', '跳转到外部', '3', '', 3, 1, 'admin', '2020-03-31 18:57:06', 'admin', '2020-03-31 21:16:14');
202 INSERT INTO `jimu_dict_item` VALUES ('1250688147579228161', '1250687930947620866', '正常', '0', '', 1, 1, 'admin', '2020-04-16 15:31:05', '', NULL);
203 INSERT INTO `jimu_dict_item` VALUES ('1250688201064992770', '1250687930947620866', '停止', '-1', '', 1, 1, 'admin', '2020-04-16 15:31:18', '', NULL);
204 INSERT INTO `jimu_dict_item` VALUES ('1252882203973537794', '1252881342601908225', '列表', '1', '', 1, 1, 'admin', '2020-04-22 16:49:29', '', NULL);
205 INSERT INTO `jimu_dict_item` VALUES ('1252882248991002626', '1252881342601908225', '链接', '2', '', 1, 1, 'admin', '2020-04-22 16:49:40', '', NULL);
206 INSERT INTO `jimu_dict_item` VALUES ('1253673087988264962', '1253673013610672130', '小型', 'S', '', 1, 1, 'admin', '2020-04-24 21:12:10', '', NULL);
207 INSERT INTO `jimu_dict_item` VALUES ('1253673146364588034', '1253673013610672130', '中型', 'M', '', 1, 1, 'admin', '2020-04-24 21:12:24', '', NULL);
208 INSERT INTO `jimu_dict_item` VALUES ('1253673184885075970', '1253673013610672130', '大型', 'L', '', 1, 1, 'admin', '2020-04-24 21:12:34', '', NULL);
209 INSERT INTO `jimu_dict_item` VALUES ('1272739846449160193', '1272739651112034306', '一般', '0', '', 1, 1, 'admin', '2020-06-16 11:56:40', NULL, NULL);
210 INSERT INTO `jimu_dict_item` VALUES ('1272739980616556545', '1272739651112034306', '平急', '1', '', 1, 1, 'admin', '2020-06-16 11:57:12', 'admin', '2020-10-28 17:50:22');
211 INSERT INTO `jimu_dict_item` VALUES ('1272740017782284289', '1272739651112034306', '加急', '2', '', 1, 1, 'admin', '2020-06-16 11:57:21', NULL, NULL);
212 INSERT INTO `jimu_dict_item` VALUES ('1272740063856713730', '1272739651112034306', '特急', '3', '', 1, 1, 'admin', '2020-06-16 11:57:32', NULL, NULL);
213 INSERT INTO `jimu_dict_item` VALUES ('1272740134505570306', '1272739651112034306', '特提', '4', '', 1, 1, 'admin', '2020-06-16 11:57:49', NULL, NULL);
214 INSERT INTO `jimu_dict_item` VALUES ('1272740342673072129', '1272740254731100161', '一般', '0', '', 1, 1, 'admin', '2020-06-16 11:58:39', NULL, NULL);
215 INSERT INTO `jimu_dict_item` VALUES ('1272740397966581762', '1272740254731100161', '秘密', '1', '', 1, 1, 'admin', '2020-06-16 11:58:52', NULL, NULL);
216 INSERT INTO `jimu_dict_item` VALUES ('1272740445697761282', '1272740254731100161', '机密', '2', '', 1, 1, 'admin', '2020-06-16 11:59:03', NULL, NULL);
217 INSERT INTO `jimu_dict_item` VALUES ('1272740494238441473', '1272740254731100161', '绝密', '3', '', 1, 1, 'admin', '2020-06-16 11:59:15', NULL, NULL);
218 INSERT INTO `jimu_dict_item` VALUES ('1280401815068295170', '1280401766745718786', '正常', '1', '', 1, 1, 'admin', '2020-07-07 15:22:36', NULL, NULL);
219 INSERT INTO `jimu_dict_item` VALUES ('1280401847607705602', '1280401766745718786', '冻结', '0', '', 1, 1, 'admin', '2020-07-07 15:22:44', NULL, NULL);
220 INSERT INTO `jimu_dict_item` VALUES ('1280417387279060994', '1199525215290306561', '已接受', '4', '', 4, 1, 'admin', '2020-07-07 16:24:28', NULL, NULL);
221 INSERT INTO `jimu_dict_item` VALUES ('1280417420456005634', '1199525215290306561', '已取消', '5', '5', 5, 1, 'admin', '2020-07-07 16:24:36', 'admin', '2020-07-07 16:24:45');
222 INSERT INTO `jimu_dict_item` VALUES ('1305827309355302914', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'API', 'api', '', 3, 1, 'admin', '2020-09-15 19:14:26', 'admin', '2020-09-15 19:14:41');
223 INSERT INTO `jimu_dict_item` VALUES ('1334440962954936321', '1209733563293962241', 'MYSQL5.7', '4', NULL, 1, 1, 'admin', '2020-12-03 18:16:02', 'admin', '2020-12-03 18:16:02');
224 INSERT INTO `jimu_dict_item` VALUES ('1338812279746990082', '1338811917237489665', '研发经理', '1', '', 1, 1, 'admin', '2020-12-15 19:44:56', 'admin', '2021-01-13 14:00:13');
225 INSERT INTO `jimu_dict_item` VALUES ('1338812321702612993', '1338811917237489665', '研发专员', '2', '', 1, 1, 'admin', '2020-12-15 19:45:06', 'admin', '2021-01-13 14:00:16');
226 INSERT INTO `jimu_dict_item` VALUES ('1338812381655994370', '1338811917237489665', '财务经理', '3', '', 1, 1, 'admin', '2020-12-15 19:45:20', NULL, NULL);
227 INSERT INTO `jimu_dict_item` VALUES ('1338812417886392322', '1338811917237489665', '财务专员', '4', '', 1, 1, 'admin', '2020-12-15 19:45:29', NULL, NULL);
228 INSERT INTO `jimu_dict_item` VALUES ('1338812461297438721', '1338811917237489665', '客服经理', '5', '', 1, 1, 'admin', '2020-12-15 19:45:39', NULL, NULL);
229 INSERT INTO `jimu_dict_item` VALUES ('1338812495665565697', '1338811917237489665', '客服专员', '6', '', 1, 1, 'admin', '2020-12-15 19:45:48', NULL, NULL);
230 INSERT INTO `jimu_dict_item` VALUES ('147c48ff4b51545032a9119d13f3222a', 'd6e1152968b02d69ff358c75b48a6ee1', '测试流程', 'test', NULL, 1, 1, 'admin', '2019-03-22 19:27:05', NULL, NULL);
231 INSERT INTO `jimu_dict_item` VALUES ('1543fe7e5e26fb97cdafe4981bedc0c8', '4c03fca6bf1f0299c381213961566349', '单排布局', 'single', NULL, 2, 1, 'admin', '2022-07-12 17:43:39', 'admin', '2019-04-12 17:43:57');
232 INSERT INTO `jimu_dict_item` VALUES ('1db531bcff19649fa82a644c8a939dc4', '4c03fca6bf1f0299c381213961566349', '组合布局', 'combination', '', 4, 1, 'admin', '2019-05-11 16:07:08', NULL, NULL);
233 INSERT INTO `jimu_dict_item` VALUES ('222705e11ef0264d4214affff1fb4ff9', '4f69be5f507accea8d5df5f11346181a', '短信', '1', '', 1, 1, 'admin', '2023-02-28 10:50:36', 'admin', '2019-04-28 10:58:11');
234 INSERT INTO `jimu_dict_item` VALUES ('23a5bb76004ed0e39414e928c4cde155', '4e4602b3e3686f0911384e188dc7efb4', '不等于', '!=', '不等于', 3, 1, 'admin', '2019-04-01 16:46:15', 'admin', '2019-04-01 17:48:40');
235 INSERT INTO `jimu_dict_item` VALUES ('25847e9cb661a7c711f9998452dc09e6', '4e4602b3e3686f0911384e188dc7efb4', '小于等于', '<=', '小于等于', 6, 1, 'admin', '2019-04-01 16:44:34', 'admin', '2019-04-01 17:49:10');
236 INSERT INTO `jimu_dict_item` VALUES ('2d51376643f220afdeb6d216a8ac2c01', '68168534ff5065a152bfab275c2136f8', '有效', '1', '有效', 1, 1, 'admin', '2020-10-26 19:22:01', 'admin', '2022-03-24 21:35:40');
237 INSERT INTO `jimu_dict_item` VALUES ('308c8aadf0c37ecdde188b97ca9833f5', '8dfe32e2d29ea9430a988b3b558bf233', '已发布', '1', '已发布', 2, 1, 'admin', '2019-04-16 17:41:24', NULL, NULL);
238 INSERT INTO `jimu_dict_item` VALUES ('333e6b2196e01ef9a5f76d74e86a6e33', '8dfe32e2d29ea9430a988b3b558bf233', '未发布', '0', '未发布', 1, 1, 'admin', '2019-04-16 17:41:12', NULL, NULL);
239 INSERT INTO `jimu_dict_item` VALUES ('337ea1e401bda7233f6258c284ce4f50', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'JSON', 'json', NULL, 1, 1, 'admin', '2019-04-12 17:26:33', NULL, NULL);
240 INSERT INTO `jimu_dict_item` VALUES ('33bc9d9f753cf7dc40e70461e50fdc54', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送失败', '2', NULL, 3, 1, 'admin', '2019-04-12 18:20:02', NULL, NULL);
241 INSERT INTO `jimu_dict_item` VALUES ('3c209b31417aba7cd5663355611d12c5', '36d57175542a3ea85073923e8fccc21c', '羊毛衫及毛背心类', '3', NULL, 3, 1, 'admin', '2019-04-23 23:03:27', NULL, NULL);
242 INSERT INTO `jimu_dict_item` VALUES ('3fbc03d6c994ae06d083751248037c0e', '78bda155fe380b1b3f175f1e88c284c6', '已完成', '3', '已完成', 3, 1, 'admin', '2019-05-09 16:33:25', NULL, NULL);
243 INSERT INTO `jimu_dict_item` VALUES ('41d7aaa40c9b61756ffb1f28da5ead8e', '0b5d19e1fce4b2e6647e6b4a17760c14', '通知公告', '1', NULL, 1, 1, 'admin', '2019-04-22 18:01:57', NULL, NULL);
244 INSERT INTO `jimu_dict_item` VALUES ('41fa1e9571505d643aea87aeb83d4d76', '4e4602b3e3686f0911384e188dc7efb4', '等于', '=', '等于', 4, 1, 'admin', '2019-04-01 16:45:24', 'admin', '2019-04-01 17:49:00');
245 INSERT INTO `jimu_dict_item` VALUES ('4d7bcaf63f274e262c8e919470e47e5f', '20863a840c7622c3eab0ee69e55a8c7c', '同意', '同意', '同意', 1, 1, 'admin', '2019-05-15 11:04:31', NULL, NULL);
246 INSERT INTO `jimu_dict_item` VALUES ('4f05fb5376f4c61502c5105f52e4dd2b', '83bfb33147013cc81640d5fd9eda030c', '操作日志', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:22:49', NULL, NULL);
247 INSERT INTO `jimu_dict_item` VALUES ('50223341bfb5ba30bf6319789d8d17fe', 'd6e1152968b02d69ff358c75b48a6ee1', '业务办理', 'business', NULL, 3, 1, 'admin', '2023-04-22 19:28:05', 'admin', '2019-03-22 23:24:39');
248 INSERT INTO `jimu_dict_item` VALUES ('51222413e5906cdaf160bb5c86fb827c', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '是', '1', '', 1, 1, 'admin', '2019-05-22 19:29:45', NULL, NULL);
249 INSERT INTO `jimu_dict_item` VALUES ('538fca35afe004972c5f3947c039e766', '2e02df51611a4b9632828ab7e5338f00', '显示', '1', '显示', 1, 1, 'admin', '2025-03-26 18:27:13', 'admin', '2019-04-26 18:39:07');
250 INSERT INTO `jimu_dict_item` VALUES ('5584c21993bde231bbde2b966f2633ac', '4e4602b3e3686f0911384e188dc7efb4', '自定义SQL', 'USE_SQL_RULES', '自定义SQL表达式', 9, 1, 'admin', '2019-04-01 10:45:24', 'admin', '2019-04-01 17:49:27');
251 INSERT INTO `jimu_dict_item` VALUES ('56b9f1c6364c775236e1aa16ff97afae', '20863a840c7622c3eab0ee69e55a8c7c', '不同意', '不同意', '不同意', 6, 1, 'admin', '2019-05-15 11:07:17', NULL, NULL);
252 INSERT INTO `jimu_dict_item` VALUES ('58b73b344305c99b9d8db0fc056bbc0a', '72cce0989df68887546746d8f09811aa', '主表', '2', NULL, 2, 1, 'admin', '2019-03-27 10:13:36', NULL, NULL);
253 INSERT INTO `jimu_dict_item` VALUES ('598380c65be4568b6ad507e563aba667', '76c1d6755018a918c9eeda575dbf3f98', '包', '8', NULL, 8, 1, 'admin', '2019-04-23 23:01:58', NULL, NULL);
254 INSERT INTO `jimu_dict_item` VALUES ('5b65a88f076b32e8e69d19bbaadb52d5', '2f0320997ade5dd147c90130f7218c3e', '全体用户', 'ALL', NULL, NULL, 1, 'admin', '2020-10-17 21:22:43', 'admin', '2019-03-28 22:17:09');
255 INSERT INTO `jimu_dict_item` VALUES ('5d833f69296f691843ccdd0c91212b6b', '880a895c98afeca9d9ac39f29e67c13e', '修改', '3', '', 3, 1, 'admin', '2019-07-22 10:55:07', 'admin', '2019-07-22 10:55:41');
256 INSERT INTO `jimu_dict_item` VALUES ('5d84a8634c8fdfe96275385075b105c9', '3d9a351be3436fbefb1307d4cfb49bf2', '女', '2', NULL, 2, 1, NULL, '2019-01-04 14:56:56', NULL, '2019-01-04 17:38:12');
257 INSERT INTO `jimu_dict_item` VALUES ('66c952ae2c3701a993e7db58f3baf55e', '4e4602b3e3686f0911384e188dc7efb4', '大于', '>', '大于', 1, 1, 'admin', '2019-04-01 10:45:46', 'admin', '2019-04-01 17:48:29');
258 INSERT INTO `jimu_dict_item` VALUES ('69cacf64e244100289ddd4aa9fa3b915', 'a9d9942bd0eccb6e89de92d130ec4c4a', '未发送', '0', NULL, 1, 1, 'admin', '2019-04-12 18:19:23', NULL, NULL);
259 INSERT INTO `jimu_dict_item` VALUES ('6a7a9e1403a7943aba69e54ebeff9762', '4f69be5f507accea8d5df5f11346181a', '邮件', '2', '', 2, 1, 'admin', '2031-02-28 10:50:44', 'admin', '2019-04-28 10:59:03');
260 INSERT INTO `jimu_dict_item` VALUES ('6c682d78ddf1715baf79a1d52d2aa8c2', '72cce0989df68887546746d8f09811aa', '单表', '1', NULL, 1, 1, 'admin', '2019-03-27 10:13:29', NULL, NULL);
261 INSERT INTO `jimu_dict_item` VALUES ('6d404fd2d82311fbc87722cd302a28bc', '4e4602b3e3686f0911384e188dc7efb4', '模糊', 'LIKE', '模糊', 7, 1, 'admin', '2019-04-01 16:46:02', 'admin', '2019-04-01 17:49:20');
262 INSERT INTO `jimu_dict_item` VALUES ('6d4e26e78e1a09699182e08516c49fc4', '4d7fec1a7799a436d26d02325eff295e', '高', 'H', '高', 1, 1, 'admin', '2019-04-16 17:04:24', NULL, NULL);
263 INSERT INTO `jimu_dict_item` VALUES ('6e65c7d1cb1a433b5cccc2e072f6c536', '76c1d6755018a918c9eeda575dbf3f98', '双', '4', NULL, 4, 1, 'admin', '2019-04-23 23:01:10', NULL, NULL);
264 INSERT INTO `jimu_dict_item` VALUES ('7050c1522702bac3be40e3b7d2e1dfd8', 'c5a14c75172783d72cbee6ee7f5df5d1', '柱状图', 'bar', NULL, 1, 1, 'admin', '2019-04-12 17:05:17', NULL, NULL);
265 INSERT INTO `jimu_dict_item` VALUES ('71b924faa93805c5c1579f12e001c809', 'd6e1152968b02d69ff358c75b48a6ee1', 'OA办公', 'oa', NULL, 2, 1, 'admin', '2021-03-22 19:27:17', 'admin', '2019-03-22 23:24:36');
266 INSERT INTO `jimu_dict_item` VALUES ('75b260d7db45a39fc7f21badeabdb0ed', 'c36169beb12de8a71c8683ee7c28a503', '不启用', '0', NULL, NULL, 1, 'admin', '2019-03-18 23:29:41', 'admin', '2019-03-18 23:29:54');
267 INSERT INTO `jimu_dict_item` VALUES ('7688469db4a3eba61e6e35578dc7c2e5', 'c36169beb12de8a71c8683ee7c28a503', '启用', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:29:28', NULL, NULL);
268 INSERT INTO `jimu_dict_item` VALUES ('78ea6cadac457967a4b1c4eb7aaa418c', 'fc6cd58fde2e8481db10d3a1e68ce70c', '正常', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:30:28', NULL, NULL);
269 INSERT INTO `jimu_dict_item` VALUES ('7ccf7b80c70ee002eceb3116854b75cb', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '按钮权限', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:25:40', NULL, NULL);
270 INSERT INTO `jimu_dict_item` VALUES ('81fb2bb0e838dc68b43f96cc309f8257', 'fc6cd58fde2e8481db10d3a1e68ce70c', '冻结', '2', NULL, NULL, 1, 'admin', '2019-03-18 23:30:37', NULL, NULL);
271 INSERT INTO `jimu_dict_item` VALUES ('83250269359855501ec4e9c0b7e21596', '4274efc2292239b6f000b153f50823ff', '可见/可访问(授权后可见/可访问)', '1', '', 1, 1, 'admin', '2023-06-10 17:54:51', 'admin', '2019-06-05 19:43:11');
272 INSERT INTO `jimu_dict_item` VALUES ('84778d7e928bc843ad4756db1322301f', '4e4602b3e3686f0911384e188dc7efb4', '大于等于', '>=', '大于等于', 5, 1, 'admin', '2019-04-01 10:46:02', 'admin', '2019-04-01 17:49:05');
273 INSERT INTO `jimu_dict_item` VALUES ('848d4da35ebd93782029c57b103e5b36', 'c5a14c75172783d72cbee6ee7f5df5d1', '饼图', 'pie', NULL, 3, 1, 'admin', '2019-04-12 17:05:49', NULL, NULL);
274 INSERT INTO `jimu_dict_item` VALUES ('84dfc178dd61b95a72900fcdd624c471', '78bda155fe380b1b3f175f1e88c284c6', '处理中', '2', '处理中', 2, 1, 'admin', '2019-05-09 16:33:01', NULL, NULL);
275 INSERT INTO `jimu_dict_item` VALUES ('86f19c7e0a73a0bae451021ac05b99dd', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '子菜单', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:25:27', NULL, NULL);
276 INSERT INTO `jimu_dict_item` VALUES ('8bccb963e1cd9e8d42482c54cc609ca2', '4f69be5f507accea8d5df5f11346181a', '微信', '3', NULL, 3, 1, 'admin', '2021-05-11 14:29:12', 'admin', '2019-04-11 14:29:31');
277 INSERT INTO `jimu_dict_item` VALUES ('8c618902365ca681ebbbe1e28f11a548', '4c753b5293304e7a445fd2741b46529d', '启用', '1', NULL, 0, 0, 'admin', '2019-03-18 23:19:27', 'admin', '2019-03-20 09:33:30');
278 INSERT INTO `jimu_dict_item` VALUES ('8cdf08045056671efd10677b8456c999', '4274efc2292239b6f000b153f50823ff', '可编辑(未授权时禁用)', '2', '', 2, 1, 'admin', '2019-05-10 17:55:38', NULL, NULL);
279 INSERT INTO `jimu_dict_item` VALUES ('8ff48e657a7c5090d4f2a59b37d1b878', '4d7fec1a7799a436d26d02325eff295e', '中', 'M', '中', 2, 1, 'admin', '2019-04-16 17:04:40', NULL, NULL);
280 INSERT INTO `jimu_dict_item` VALUES ('948923658baa330319e59b2213cda97c', '880a895c98afeca9d9ac39f29e67c13e', '添加', '2', '', 2, 1, 'admin', '2019-07-22 10:54:59', 'admin', '2019-07-22 10:55:36');
281 INSERT INTO `jimu_dict_item` VALUES ('9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', '4c753b5293304e7a445fd2741b46529d', '不启用', '0', NULL, 1, 1, 'admin', '2019-03-18 23:19:53', NULL, NULL);
282 INSERT INTO `jimu_dict_item` VALUES ('9c5b6144c4f954d938c96384e2e948aa', '20863a840c7622c3eab0ee69e55a8c7c', '请审批', '请审批', '请审批', 8, 1, 'admin', '2019-05-15 11:08:35', NULL, NULL);
283 INSERT INTO `jimu_dict_item` VALUES ('a05f177a7d9aeb84125ee8bc9c4fc64b', '49a0f7247f9c2a7df4e5733b790a4c9f', '耐克供应商', '2', NULL, 1, 1, 'admin', '2023-01-24 16:49:39', 'admin', '2019-04-24 16:49:59');
284 INSERT INTO `jimu_dict_item` VALUES ('a1e7d1ca507cff4a480c8caba7c1339e', '880a895c98afeca9d9ac39f29e67c13e', '导出', '6', '', 6, 1, 'admin', '2019-07-22 12:06:50', NULL, NULL);
285 INSERT INTO `jimu_dict_item` VALUES ('a2be752dd4ec980afaec1efd1fb589af', '8dfe32e2d29ea9430a988b3b558bf233', '已撤销', '2', '已撤销', 3, 1, 'admin', '2019-04-16 17:41:39', NULL, NULL);
286 INSERT INTO `jimu_dict_item` VALUES ('aa0d8a8042a18715a17f0a888d360aa4', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '一级菜单', '0', NULL, NULL, 1, 'admin', '2019-03-18 23:24:52', NULL, NULL);
287 INSERT INTO `jimu_dict_item` VALUES ('adcf2a1fe93bb99a84833043f475fe0b', '4e4602b3e3686f0911384e188dc7efb4', '包含', 'IN', '包含', 8, 1, 'admin', '2019-04-01 16:45:47', 'admin', '2019-04-01 17:49:24');
288 INSERT INTO `jimu_dict_item` VALUES ('b029a41a851465332ee4ee69dcf0a4c2', '0b5d19e1fce4b2e6647e6b4a17760c14', '系统消息', '2', NULL, 1, 1, 'admin', '2019-02-22 18:02:08', 'admin', '2019-04-22 18:02:13');
289 INSERT INTO `jimu_dict_item` VALUES ('b038e6f80c527d684c9ca0e1ecbef72f', '49a0f7247f9c2a7df4e5733b790a4c9f', '阿迪供应商', '1', NULL, 1, 1, 'admin', '2023-01-24 16:49:34', 'admin', '2019-04-24 16:50:02');
290 INSERT INTO `jimu_dict_item` VALUES ('b2a8b4bb2c8e66c2c4b1bb086337f393', '3486f32803bb953e7155dab3513dc68b', '正常', '0', NULL, NULL, 1, 'admin', '2022-10-18 21:46:48', 'admin', '2019-03-28 22:22:20');
291 INSERT INTO `jimu_dict_item` VALUES ('b5f3bd5f66bb9a83fecd89228c0d93d1', '68168534ff5065a152bfab275c2136f8', '无效', '0', '无效', 2, 1, 'admin', '2020-09-26 19:21:49', 'admin', '2019-05-13 17:20:07');
292 INSERT INTO `jimu_dict_item` VALUES ('b96af20aef0c9388f2ae843ea7f8d722', '20863a840c7622c3eab0ee69e55a8c7c', '请***阅示', '请***阅示', '请***阅示', 4, 1, 'admin', '2019-05-15 11:06:25', NULL, NULL);
293 INSERT INTO `jimu_dict_item` VALUES ('b9fbe2a3602d4a27b45c100ac5328484', '78bda155fe380b1b3f175f1e88c284c6', '待提交', '1', '待提交', 1, 1, 'admin', '2019-05-09 16:32:35', NULL, NULL);
294 INSERT INTO `jimu_dict_item` VALUES ('ba27737829c6e0e582e334832703d75e', '236e8a4baff0db8c62c00dd95632834f', '同步', '1', '同步', 1, 1, 'admin', '2019-05-15 15:28:15', NULL, NULL);
295 INSERT INTO `jimu_dict_item` VALUES ('bcec04526b04307e24a005d6dcd27fd6', '880a895c98afeca9d9ac39f29e67c13e', '导入', '5', '', 5, 1, 'admin', '2019-07-22 12:06:41', NULL, NULL);
296 INSERT INTO `jimu_dict_item` VALUES ('bdeae295bf98a61b45e9be0322657d4b', 'c72e92c2c13cdbc07b455e6abcc60d47', '不启动', '2', NULL, 1, 1, 'admin', '2019-04-23 23:05:57', NULL, NULL);
297 INSERT INTO `jimu_dict_item` VALUES ('c4896da3525689b477b3c868d728c87f', 'c72e92c2c13cdbc07b455e6abcc60d47', '启动', '1', NULL, 1, 1, 'admin', '2019-04-23 23:05:40', NULL, NULL);
298 INSERT INTO `jimu_dict_item` VALUES ('c53da022b9912e0aed691bbec3c78473', '880a895c98afeca9d9ac39f29e67c13e', '查询', '1', '', 1, 1, 'admin', '2019-07-22 10:54:51', NULL, NULL);
299 INSERT INTO `jimu_dict_item` VALUES ('c5700a71ad08994d18ad1dacc37a71a9', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '否', '0', '', 1, 1, 'admin', '2019-05-22 19:29:55', NULL, NULL);
300 INSERT INTO `jimu_dict_item` VALUES ('c83d907903a7a5ff52de60aabf3550ee', '76c1d6755018a918c9eeda575dbf3f98', '件', '1', NULL, 1, 1, 'admin', '2018-12-23 23:00:17', 'admin', '2019-04-23 23:14:00');
301 INSERT INTO `jimu_dict_item` VALUES ('c8e63916333e588ef52d3eb3be9b6944', '0b1dac3e87ed7229ae19a586a8b8c8f8', 'dd', 'dd', NULL, 1, 1, 'admin', '2019-04-26 18:26:07', NULL, NULL);
302 INSERT INTO `jimu_dict_item` VALUES ('c9c3fb6c8a06b7bf577b4f574adccd12', '20863a840c7622c3eab0ee69e55a8c7c', '请指示', '请指示', '请指示', 3, 1, 'admin', '2019-05-15 11:05:58', NULL, NULL);
303 INSERT INTO `jimu_dict_item` VALUES ('cbfcc5b88fc3a90975df23ffc8cbe29c', 'c5a14c75172783d72cbee6ee7f5df5d1', '曲线图', 'line', NULL, 2, 1, 'admin', '2019-05-12 17:05:30', 'admin', '2019-04-12 17:06:06');
304 INSERT INTO `jimu_dict_item` VALUES ('d217592908ea3e00ff986ce97f24fb98', 'c5a14c75172783d72cbee6ee7f5df5d1', '数据列表', 'table', NULL, 4, 1, 'admin', '2019-04-12 17:05:56', NULL, NULL);
305 INSERT INTO `jimu_dict_item` VALUES ('d76e35d4fa1c2892ff812e1de08b8684', '36d57175542a3ea85073923e8fccc21c', '标准尺码类', '4', NULL, 4, 1, 'admin', '2019-04-23 23:03:37', NULL, NULL);
306 INSERT INTO `jimu_dict_item` VALUES ('da01e5c526fc1984ca60fdcf13354d05', '20863a840c7622c3eab0ee69e55a8c7c', '同意***的意见', '同意***的意见', '同意***的意见', 2, 1, 'admin', '2019-05-15 11:05:33', NULL, NULL);
307 INSERT INTO `jimu_dict_item` VALUES ('db681e7aabd2ff52fdfaf6c2770448ff', '76c1d6755018a918c9eeda575dbf3f98', '套', '2', NULL, 2, 1, 'admin', '2019-04-23 23:00:32', NULL, NULL);
308 INSERT INTO `jimu_dict_item` VALUES ('df168368dcef46cade2aadd80100d8aa', '3d9a351be3436fbefb1307d4cfb49bf2', '男', '1', '', 1, 1, NULL, '2027-08-04 14:56:49', 'admin', '2020-05-11 14:07:04');
309 INSERT INTO `jimu_dict_item` VALUES ('e05d424ee35c707d7bc20de3719fb3ae', '76c1d6755018a918c9eeda575dbf3f98', '块', '7', NULL, 7, 1, 'admin', '2019-01-23 23:01:36', 'admin', '2019-04-23 23:01:48');
310 INSERT INTO `jimu_dict_item` VALUES ('e6329e3a66a003819e2eb830b0ca2ea0', '4e4602b3e3686f0911384e188dc7efb4', '小于', '<', '小于', 2, 1, 'admin', '2019-04-01 16:44:15', 'admin', '2019-04-01 17:48:34');
311 INSERT INTO `jimu_dict_item` VALUES ('e8f34a36f38f35e2efb1aaa342509242', '78bda155fe380b1b3f175f1e88c284c6', '已挂起', '5', '已挂起', 5, 1, 'admin', '2019-05-23 16:12:42', 'admin', '2019-05-22 18:39:42');
312 INSERT INTO `jimu_dict_item` VALUES ('e94eb7af89f1dbfa0d823580a7a6e66a', '236e8a4baff0db8c62c00dd95632834f', '不同步', '0', '不同步', 2, 1, 'admin', '2019-05-15 15:28:28', NULL, NULL);
313 INSERT INTO `jimu_dict_item` VALUES ('ecb788a9b71d3d11357c31a0febefaaa', '36d57175542a3ea85073923e8fccc21c', '男衬衫类', '2', NULL, 2, 1, 'admin', '2019-04-23 23:03:18', NULL, NULL);
314 INSERT INTO `jimu_dict_item` VALUES ('f16c5706f3ae05c57a53850c64ce7c45', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送成功', '1', NULL, 2, 1, 'admin', '2019-04-12 18:19:43', NULL, NULL);
315 INSERT INTO `jimu_dict_item` VALUES ('f2688992fffa5c62e31ce50bbb1919d9', '20863a840c7622c3eab0ee69e55a8c7c', '审核无误', '审核无误', '审核无误', 9, 1, 'admin', '2019-05-15 11:08:58', NULL, NULL);
316 INSERT INTO `jimu_dict_item` VALUES ('f2bda3b1ca643b789a2e712ad53b06fb', '36d57175542a3ea85073923e8fccc21c', '固定型号', '5', NULL, 5, 1, 'admin', '2019-04-23 23:03:47', NULL, NULL);
317 INSERT INTO `jimu_dict_item` VALUES ('f37f90c496ec9841c4c326b065e00bb2', '83bfb33147013cc81640d5fd9eda030c', '登录日志', '1', NULL, NULL, 1, 'admin', '2019-03-18 23:22:37', NULL, NULL);
318 INSERT INTO `jimu_dict_item` VALUES ('f64ca22c7a2d5793a271590e7b01eb6b', '76c1d6755018a918c9eeda575dbf3f98', '个', '5', NULL, 6, 1, 'admin', '2019-04-23 23:01:21', NULL, NULL);
319 INSERT INTO `jimu_dict_item` VALUES ('f753aff60ff3931c0ecb4812d8b5e643', '4c03fca6bf1f0299c381213961566349', '双排布局', 'double', NULL, 3, 1, 'admin', '2019-04-12 17:43:51', NULL, NULL);
320 INSERT INTO `jimu_dict_item` VALUES ('f80a8f6838215753b05e1a5ba3346d22', '880a895c98afeca9d9ac39f29e67c13e', '删除', '4', '', 4, 1, 'admin', '2019-07-22 10:55:14', 'admin', '2019-07-22 10:55:30');
321 INSERT INTO `jimu_dict_item` VALUES ('fb80836f3e69d977303e56023cf4b0ca', '20863a840c7622c3eab0ee69e55a8c7c', '请处理', '请处理', '请处理', 5, 1, 'admin', '2019-05-15 11:06:57', NULL, NULL);
322 INSERT INTO `jimu_dict_item` VALUES ('fcec03570f68a175e1964808dc3f1c91', '4c03fca6bf1f0299c381213961566349', 'Tab风格', 'tab', NULL, 1, 1, 'admin', '2019-04-12 17:43:31', NULL, NULL);
323 INSERT INTO `jimu_dict_item` VALUES ('fe50b23ae5e68434def76f67cef35d2d', '78bda155fe380b1b3f175f1e88c284c6', '已作废', '4', '已作废', 4, 1, 'admin', '2021-09-09 16:33:43', 'admin', '2019-05-09 16:34:40');
324
325 -- ----------------------------
326 -- Table structure for jimu_report
327 -- ----------------------------
328 DROP TABLE IF EXISTS `jimu_report`;
329 CREATE TABLE `jimu_report`  (
330   `id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
331   `code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '编码',
332   `name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '名称',
333   `note` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '说明',
334   `status` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '状态',
335   `type` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '类型',
336   `json_str` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'json字符串',
337   `api_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求地址',
338   `thumb` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '缩略图',
339   `create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
340   `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
341   `update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
342   `update_time` datetime NULL DEFAULT NULL COMMENT '修改时间',
343   `del_flag` tinyint(1) NULL DEFAULT NULL COMMENT '删除标识0-正常,1-已删除',
344   `api_method` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求方法0-get,1-post',
345   `api_code` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求编码',
346   `template` tinyint(1) NULL DEFAULT NULL COMMENT '是否是模板 0-是,1-不是',
347   `view_count` bigint(15) NULL DEFAULT 0 COMMENT '浏览次数',
348   `css_str` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'css增强',
349   `js_str` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'js增强',
350   `tenant_id` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '多租户标识',
351   PRIMARY KEY (`id`) USING BTREE,
352   UNIQUE INDEX `uniq_jmreport_code`(`code`) USING BTREE,
353   INDEX `uniq_jmreport_createby`(`create_by`) USING BTREE,
354   INDEX `uniq_jmreport_delflag`(`del_flag`) USING BTREE
355 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '在线excel设计器' ROW_FORMAT = DYNAMIC;
356
357 -- ----------------------------
358 -- Records of jimu_report
359 -- ----------------------------
360 INSERT INTO `jimu_report` VALUES ('01a1e07ed4b12348b29d5a47ac7f0228', '566960792', '销售公司出库单副本0792', '', NULL, 'printinfo', '{\"area\":{\"sri\":4,\"sci\":0,\"eri\":4,\"eci\":0,\"width\":32,\"height\":25},\"printElWidth\":794,\"excel_config_id\":\"ff9bd143582a6dfed897ba8b6f93b175\",\"printElHeight\":800,\"rows\":{\"0\":{\"cells\":{\"0\":{\"style\":11,\"text\":\"医疗器械销售公司出货单\",\"merge\":[0,9]}},\"height\":83},\"1\":{\"cells\":{\"0\":{\"text\":\"供货单位:\",\"style\":20,\"merge\":[0,1]},\"1\":{\"style\":30},\"2\":{\"text\":\"${gongsi.gname}\",\"style\":19},\"3\":{\"style\":19},\"4\":{\"text\":\"供货日期:\",\"style\":19},\"5\":{\"text\":\"${gongsi.gdata}\",\"style\":19,\"merge\":[0,1]},\"6\":{\"style\":19},\"7\":{\"text\":\"编号:\",\"style\":20},\"8\":{\"text\":\"${gongsi.num}\",\"style\":19,\"merge\":[0,1]},\"9\":{\"style\":19}},\"isDrag\":true},\"2\":{\"cells\":{\"0\":{\"text\":\"行号\",\"style\":39},\"1\":{\"text\":\"产品代码\",\"style\":39},\"2\":{\"text\":\"产品名称\",\"style\":39},\"3\":{\"text\":\"规格型号\",\"style\":39},\"4\":{\"text\":\"单位\",\"style\":39},\"5\":{\"text\":\"实发数量\",\"style\":39},\"6\":{\"text\":\"销售单价(元)\",\"style\":39},\"7\":{\"text\":\"折扣率(%)\",\"style\":39},\"8\":{\"text\":\"销售金额(元)\",\"style\":39},\"9\":{\"text\":\"备注\",\"style\":39}}},\"3\":{\"cells\":{\"0\":{\"style\":35,\"text\":\"#{xiaoshou.id}\"},\"1\":{\"style\":35,\"text\":\"#{xiaoshou.hnum}\"},\"2\":{\"style\":35,\"text\":\"#{xiaoshou.hname}\"},\"3\":{\"style\":35,\"text\":\"#{xiaoshou.xinghao}\"},\"4\":{\"style\":35,\"text\":\"#{xiaoshou.danwei}\"},\"5\":{\"style\":35,\"text\":\"#{xiaoshou.num}\"},\"6\":{\"style\":35,\"text\":\"#{xiaoshou.danjia}\"},\"7\":{\"style\":35,\"text\":\"#{xiaoshou.zhekoulv}\"},\"8\":{\"style\":35,\"text\":\"#{xiaoshou.xiaoshoujine}\"},\"9\":{\"style\":35,\"text\":\"#{xiaoshou.xiaoshoujine}\"}}},\"4\":{\"cells\":{\"0\":{\"style\":4},\"1\":{}},\"isDrag\":true},\"len\":84,\"-1\":{\"cells\":{\"0\":{\"text\":\"#{gongsi.gdata}\"},\"-1\":{\"text\":\"#{gongsi.didian}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":794,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":16}},{\"font\":{\"size\":16},\"align\":\"center\"},{\"align\":\"center\"},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":9}},{\"font\":{\"size\":9}},{\"align\":\"right\",\"font\":{\"size\":9}},{\"align\":\"center\",\"font\":{\"size\":8}},{\"font\":{\"size\":8}},{\"align\":\"right\",\"font\":{\"size\":8}},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#262626\"},{\"font\":{\"size\":8},\"color\":\"#262626\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#262626\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"align\":\"right\",\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]}},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#c5e0b3\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#c5e0b3\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#a7d08c\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#a7d08c\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":32},\"1\":{\"width\":65},\"2\":{\"width\":115},\"3\":{\"width\":70},\"4\":{\"width\":52},\"5\":{\"width\":70},\"6\":{\"width\":93},\"7\":{\"width\":86},\"8\":{\"width\":75},\"9\":{\"width\":136},\"10\":{\"width\":81},\"len\":24},\"merges\":[\"F2:G2\",\"F2:G2\",\"I2:J2\",\"A2:B2\",\"C2:D2\",\"A2:B2\",\"A1:J1\"]}', '', 'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', 'admin', '2021-01-19 10:46:43', 'admin', '2021-02-02 19:00:59', 1, NULL, NULL, 0, 766, NULL, NULL, NULL);
361 INSERT INTO `jimu_report` VALUES ('1314846205892759552', '20201010163252', 'XXX有限公司员工登记表', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":10,\"sci\":11,\"eri\":10,\"eci\":11,\"width\":85,\"height\":38},\"excel_config_id\":\"1314846205892759552\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"0\":{\"merge\":[0,8]},\"9\":{}},\"height\":22},\"1\":{\"cells\":{\"1\":{\"style\":87,\"text\":\" \"},\"2\":{\"style\":87,\"text\":\" \"},\"3\":{\"style\":87,\"text\":\" \"},\"4\":{\"style\":87,\"text\":\" \"},\"5\":{\"style\":87,\"text\":\" \"},\"6\":{\"style\":87,\"text\":\" \"},\"7\":{\"style\":87,\"text\":\" \"},\"8\":{\"style\":87,\"text\":\" \"}},\"height\":24},\"2\":{\"cells\":{\"0\":{\"text\":\"所在部门\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.department}\",\"style\":23,\"merge\":[0,2]},\"4\":{\"text\":\"职务\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.post}\",\"style\":23},\"6\":{\"text\":\"填写日期\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.data}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":36},\"3\":{\"cells\":{\"0\":{\"text\":\"姓名\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.name}\",\"style\":23},\"2\":{\"text\":\"性别\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.sex}\",\"style\":23},\"4\":{\"text\":\"出生日期\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.birth}\",\"style\":23},\"6\":{\"text\":\"政治面貌\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.political}\",\"style\":130,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"4\":{\"cells\":{\"0\":{\"text\":\"机关\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.office}\",\"style\":23},\"2\":{\"style\":93,\"text\":\"民族\"},\"3\":{\"text\":\"${yuangongjiben.nation}\",\"style\":23},\"4\":{\"style\":93,\"text\":\"健康状况\"},\"5\":{\"text\":\"${yuangongjiben.health}\",\"style\":23},\"6\":{\"style\":93,\"text\":\"户籍类型\",\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"7\":{\"text\":\"${yuangongjiben.register}\",\"style\":26,\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"8\":{\"merge\":[3,0],\"height\":104,\"style\":35,\"text\":\" \",\"virtual\":\"cvkWDQVZhfJPgcS4\"}},\"isDrag\":true,\"height\":31},\"5\":{\"cells\":{\"0\":{\"text\":\"最高学历\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.education}\",\"style\":23},\"2\":{\"text\":\"所学专业\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.major}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"毕业时间\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.gdata}\",\"style\":23}},\"isDrag\":true,\"height\":35},\"6\":{\"cells\":{\"0\":{\"text\":\"电子邮箱\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.mailbox}\",\"style\":23},\"2\":{\"text\":\"手机号\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.telphone}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"家庭电话\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.homephone}\",\"style\":23}},\"isDrag\":true,\"height\":38},\"7\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"第一次参加工作时间\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.pworktime}\",\"style\":133,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"入职时间\"},\"6\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,1]}},\"isDrag\":true,\"height\":27},\"8\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"毕业院校\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.school}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"身份证号\"},\"6\":{\"text\":\"${yuangongjiben.idcard}\",\"style\":24,\"merge\":[0,2]}},\"isDrag\":true,\"height\":34},\"9\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"入党(团)时间、地点\",\"style\":94},\"2\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"text\":\"婚姻状况\",\"style\":93},\"6\":{\"text\":\"${yuangongjiben.marital}\",\"style\":23},\"7\":{\"text\":\"有无子女\",\"style\":93},\"8\":{\"text\":\"${yuangongjiben.children}\",\"style\":23}},\"isDrag\":true,\"height\":33},\"10\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"户口所在街道名称\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.hukoustreet}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"merge\":[0,1],\"text\":\"户口所在地邮编\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.hukounum}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":38},\"11\":{\"cells\":{\"0\":{\"text\":\"户口所在地地址\",\"style\":96,\"merge\":[2,1]},\"2\":{\"text\":\"${yuangongjiben.hukoudi}\",\"style\":26,\"merge\":[2,6]}},\"isDrag\":true},\"12\":{\"cells\":{}},\"13\":{\"cells\":{\"11\":{\"text\":\"\"}},\"isDrag\":true},\"14\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"现居住地址\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.currentdi}\",\"style\":26,\"merge\":[0,2]},\"5\":{\"style\":98,\"merge\":[0,1],\"text\":\"现居住地址邮编\"},\"7\":{\"text\":\"${yuangongjiben.currentnum}\",\"style\":26,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"15\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"是否参加社保\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.socialsecurity}\",\"style\":27,\"merge\":[0,1]},\"4\":{\"text\":\"有无公积金\",\"style\":98},\"5\":{\"text\":\"${yuangongjiben.providentfund}\",\"style\":27,\"merge\":[0,1]},\"7\":{\"text\":\"兴趣爱好\",\"style\":98},\"8\":{\"text\":\"${yuangongjiben.hobby}\",\"style\":27}},\"isDrag\":true,\"height\":34},\"16\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"参加社保类型\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.sbtype}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":30},\"17\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"个人档案存放地\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.archivesdi}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":33},\"18\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7}}},\"19\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"学历、经历(从高中开始写)\",\"style\":99},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"20\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"merge\":[0,1],\"text\":\"就读学校\",\"style\":38},\"6\":{\"merge\":[0,1],\"text\":\"专业\",\"style\":38},\"8\":{\"text\":\"担任职务\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"21\":{\"cells\":{\"0\":{\"style\":90,\"merge\":[0,1],\"text\":\"#{xueli.kdate}\"},\"2\":{\"style\":90,\"text\":\"#{xueli.jdate}\",\"merge\":[0,1]},\"4\":{\"style\":90,\"text\":\"#{xueli.jstudent}\",\"merge\":[0,1]},\"6\":{\"style\":90,\"text\":\"#{xueli.zhuanye}\",\"merge\":[0,1]},\"8\":{\"style\":90,\"text\":\"#{xueli.zhiwu}\"},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"22\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"23\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"工作经历\",\"style\":124},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":27},\"24\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"text\":\"工作单位及职称\",\"style\":38,\"merge\":[0,1]},\"6\":{\"merge\":[0,1],\"text\":\"证明人\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"25\":{\"cells\":{\"0\":{\"text\":\"#{uu.kdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{uu.jdate}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{uu.jstudent}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{uu.zmname}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{uu.zmphone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"26\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"27\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"职称/资格、证书\",\"style\":125},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":46},\"28\":{\"cells\":{\"0\":{\"text\":\"发证时间\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"职称名称\",\"style\":38},\"4\":{\"text\":\"级别\",\"style\":38,\"merge\":[0,1]},\"6\":{\"text\":\"发证单位\",\"style\":38,\"merge\":[0,1]},\"8\":{\"text\":\"备注\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"29\":{\"cells\":{\"0\":{\"text\":\"#{zhengshu.fdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{zhengshu.zcname}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{zhengshu.jibie}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{zhengshu.danwei}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{zhengshu.beizhu}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"30\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"31\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"家庭成员\",\"style\":125},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":42},\"32\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"姓名\",\"style\":38},\"2\":{\"merge\":[0,1],\"text\":\"关系\",\"style\":38},\"4\":{\"text\":\"年龄\",\"style\":38},\"5\":{\"text\":\"工作单位\",\"style\":38,\"merge\":[0,1]},\"7\":{\"text\":\"政治面貌\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"33\":{\"cells\":{\"0\":{\"text\":\"#{jtcy.name}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{jtcy.guanxi}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{jtcy.age}\",\"style\":90},\"5\":{\"text\":\"#{jtcy.danwei}\",\"style\":90,\"merge\":[0,1]},\"7\":{\"text\":\"#{jtcy.zzmm}\",\"style\":90},\"8\":{\"text\":\"#{jtcy.phone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"34\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}}},\"35\":{\"cells\":{\"0\":{\"merge\":[0,2],\"text\":\"所获奖励\",\"style\":125},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":47},\"36\":{\"cells\":{\"0\":{\"text\":\"时间\",\"style\":90,\"merge\":[0,2]},\"3\":{\"style\":90,\"text\":\"地点\",\"merge\":[0,2]},\"6\":{\"style\":90,\"text\":\"所获得的奖励名称\",\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}}},\"37\":{\"cells\":{\"0\":{\"text\":\"#{jiangli.date}\",\"style\":90,\"merge\":[0,2]},\"3\":{\"text\":\"#{jiangli.didian}\",\"style\":90,\"merge\":[0,2]},\"6\":{\"text\":\"#{jiangli.mingcheng}\",\"style\":90,\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"len\":98},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":703,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"仿宋\"}},{\"font\":{\"name\":\"仿宋\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":12}},{\"font\":{\"name\":\"宋体\",\"size\":12}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8}},{\"font\":{\"name\":\"宋体\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10}},{\"font\":{\"name\":\"宋体\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"隶书\",\"size\":10}},{\"font\":{\"name\":\"隶书\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"textwrap\":true},{\"textwrap\":true,\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":12}},{\"font\":{\"bold\":true,\"size\":10}},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\"},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#ffffff\"]}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"left\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"normal\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"normal\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":73},\"1\":{\"width\":71},\"2\":{\"width\":69},\"3\":{\"width\":89},\"4\":{\"width\":64},\"5\":{\"width\":47},\"6\":{\"width\":68},\"7\":{\"width\":100},\"8\":{\"width\":103},\"9\":{\"width\":19},\"10\":{\"width\":146},\"11\":{\"width\":85},\"len\":50},\"merges\":[\"H3:I3\",\"B3:D3\",\"A2:I2\",\"D6:F6\",\"D7:F7\",\"A8:B8\",\"G8:H8\",\"A9:B9\",\"A10:B10\",\"C10:E10\",\"C8:E8\",\"C9:E9\",\"A11:B11\",\"C11:E11\",\"F11:G11\",\"H11:I11\",\"C12:I14\",\"A15:B15\",\"C15:E15\",\"F15:G15\",\"H15:I15\",\"A16:B16\",\"A17:B17\",\"A18:B18\",\"C17:I17\",\"C18:I18\",\"A20:E20\",\"A21:B21\",\"C21:D21\",\"E21:F21\",\"G21:H21\",\"A22:B22\",\"A24:E24\",\"A25:B25\",\"C25:D25\",\"G25:H25\",\"A26:B26\",\"A28:E28\",\"A29:B29\",\"C29:D29\",\"A30:B30\",\"A32:B32\",\"A33:B33\",\"C33:D33\",\"A34:B34\",\"C34:D34\",\"A36:C36\",\"C16:D16\",\"F16:G16\",\"QAAAAAACI1:JAAAAAABJ38\",\"A1:I1\",\"H4:I4\",\"G9:I9\",\"G22:H22\",\"E22:F22\",\"C22:D22\",\"C26:D26\",\"G26:H26\",\"C30:D30\",\"G30:H30\",\"E30:F30\",\"D37:F37\",\"D38:F38\",\"A38:C38\",\"A37:C37\",\"G37:I37\",\"G38:I38\",\"E29:F29\",\"G29:H29\",\"E25:F25\",\"E26:F26\",\"F33:G33\",\"F34:G34\",\"A12:B14\",\"I5:I8\"],\"imgList\":[{\"row\":4,\"col\":8,\"width\":\"101\",\"height\":\"128\",\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/QQ截图20210115102648_1610694177544_1617244906979.png\",\"layer_id\":\"cvkWDQVZhfJPgcS4\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[4,8]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1122_1607312336469.png', 'admin', '2020-10-10 16:32:53', 'admin', '2021-06-30 10:16:00', 0, NULL, NULL, 1, 607, NULL, NULL, NULL);
362 INSERT INTO `jimu_report` VALUES ('1316944968992034816', '20201016113231', '员工信息登记', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"1316944968992034816\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"0\":{\"text\":\"员工信息登记表\",\"merge\":[0,6],\"style\":28},\"1\":{\"style\":21,\"text\":\" \"},\"2\":{\"style\":21,\"text\":\" \"},\"3\":{\"style\":21,\"text\":\" \"},\"4\":{\"style\":21,\"text\":\" \"},\"5\":{\"style\":21,\"text\":\" \"},\"6\":{\"style\":21,\"text\":\" \"}},\"height\":46},\"2\":{\"cells\":{\"0\":{\"text\":\"编号:\",\"style\":29},\"1\":{\"text\":\"${employee.num}\",\"style\":30,\"merge\":[0,3]},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\" \",\"style\":24},\"5\":{\"text\":\"填写日期:\",\"style\":29},\"6\":{\"text\":\"${employee.create_time}\",\"style\":36}},\"isDrag\":true,\"height\":44},\"3\":{\"cells\":{\"0\":{\"text\":\"姓名:\",\"style\":29},\"1\":{\"text\":\"${employee.name}\",\"style\":30},\"2\":{\"text\":\"性别:\",\"style\":29},\"3\":{\"text\":\"${employee.sex}\",\"style\":30},\"4\":{\"text\":\"出生年月:\",\"style\":29},\"5\":{\"text\":\"${employee.birthday}\",\"style\":36},\"6\":{\"style\":3,\"text\":\" \",\"merge\":[4,0],\"virtual\":\"Ym8ny6lYTdutY5tT\"}},\"isDrag\":true,\"height\":42},\"4\":{\"cells\":{\"0\":{\"text\":\"民族:\",\"style\":29},\"1\":{\"text\":\"${employee.nation}\",\"style\":30},\"2\":{\"text\":\"政治面貌:\",\"style\":29},\"3\":{\"text\":\"${employee.political}\",\"style\":30},\"4\":{\"text\":\"籍贯:\",\"style\":29},\"5\":{\"text\":\"${employee.native_place}\",\"style\":30}},\"isDrag\":true,\"height\":38},\"5\":{\"cells\":{\"0\":{\"text\":\"身高(cm):\",\"style\":29},\"1\":{\"text\":\"${employee.height}\",\"style\":30},\"2\":{\"text\":\"体重(kg):\",\"style\":29},\"3\":{\"text\":\"${employee.weight}\",\"style\":30},\"4\":{\"text\":\"健康状况:\",\"style\":29},\"5\":{\"text\":\"${employee.health}\",\"style\":30}},\"isDrag\":true,\"height\":38},\"6\":{\"cells\":{\"0\":{\"text\":\"身份证号:\",\"style\":29},\"1\":{\"text\":\"${employee.id_card}\",\"style\":30,\"merge\":[0,2]},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\"学历:\",\"style\":29},\"5\":{\"text\":\"${employee.education}\",\"style\":30}},\"isDrag\":true,\"height\":40},\"7\":{\"cells\":{\"0\":{\"text\":\"毕业学校:\",\"style\":29},\"1\":{\"text\":\"${employee.school}\",\"style\":30,\"merge\":[0,2]},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\"专业:\",\"style\":29},\"5\":{\"text\":\"${employee.major}\",\"style\":30}},\"isDrag\":true,\"height\":44},\"8\":{\"cells\":{\"0\":{\"text\":\"联系地址:\",\"style\":29},\"1\":{\"text\":\"${employee.address}\",\"style\":30,\"merge\":[0,2]},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\"邮编:\",\"style\":29},\"5\":{\"text\":\"${employee.zip_code}\",\"style\":30,\"merge\":[0,1]},\"6\":{\"text\":\" \",\"style\":24}},\"isDrag\":true,\"height\":45},\"9\":{\"cells\":{\"0\":{\"text\":\"Email:\",\"style\":29},\"1\":{\"text\":\"${employee.email}\",\"style\":30,\"merge\":[0,2]},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\"手机号:\",\"style\":29},\"5\":{\"text\":\"${employee.phone}\",\"style\":30,\"merge\":[0,1]},\"6\":{\"text\":\" \",\"style\":24}},\"isDrag\":true,\"height\":40},\"10\":{\"cells\":{\"0\":{\"text\":\"外语语种:\",\"style\":29},\"1\":{\"text\":\"${employee.foreign_language}\",\"style\":30},\"2\":{\"text\":\"外语水平:\",\"style\":29},\"3\":{\"text\":\"${employee.foreign_language_level}\",\"style\":30},\"4\":{\"text\":\"计算机水平:\",\"style\":29},\"5\":{\"text\":\"${employee.computer_level}\",\"style\":30,\"merge\":[0,1]},\"6\":{\"text\":\" \",\"style\":24}},\"isDrag\":true,\"height\":41},\"11\":{\"cells\":{\"0\":{\"text\":\"毕业时间:\",\"style\":29},\"1\":{\"text\":\"${employee.graduation_time}\",\"style\":34},\"2\":{\"text\":\"到职时间:\",\"style\":29},\"3\":{\"text\":\"${employee.arrival_time}\",\"style\":34},\"4\":{\"text\":\"职称:\",\"style\":29},\"5\":{\"text\":\"${employee.positional_titles}\",\"style\":30,\"merge\":[0,1]},\"6\":{\"text\":\" \",\"style\":24}},\"isDrag\":true,\"height\":42},\"12\":{\"cells\":{\"0\":{\"text\":\"教育经历:\",\"style\":32},\"1\":{\"text\":\"\",\"style\":35,\"merge\":[0,5]},\"2\":{\"text\":\" \",\"style\":40},\"3\":{\"text\":\" \",\"style\":40},\"4\":{\"text\":\" \",\"style\":40},\"5\":{\"text\":\" \",\"style\":40},\"6\":{\"text\":\" \",\"style\":40}},\"isDrag\":true,\"height\":39},\"13\":{\"cells\":{\"0\":{\"text\":\"${employee.education_experience}\",\"style\":33,\"merge\":[0,6]},\"1\":{\"style\":27,\"text\":\" \"},\"2\":{\"style\":27,\"text\":\" \"},\"3\":{\"style\":27,\"text\":\" \"},\"4\":{\"style\":27,\"text\":\" \"},\"5\":{\"style\":27,\"text\":\" \"},\"6\":{\"style\":27,\"text\":\" \"}},\"isDrag\":true,\"height\":70},\"14\":{\"cells\":{\"0\":{\"text\":\"工作经历:\",\"style\":32},\"1\":{\"merge\":[0,5],\"style\":30,\"text\":\" \"},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\" \",\"style\":24},\"5\":{\"text\":\" \",\"style\":24},\"6\":{\"text\":\" \",\"style\":24}},\"height\":43},\"15\":{\"cells\":{\"0\":{\"text\":\"${employee.work_experience}\",\"style\":30,\"merge\":[0,6]},\"1\":{\"text\":\" \",\"style\":24},\"2\":{\"text\":\" \",\"style\":24},\"3\":{\"text\":\" \",\"style\":24},\"4\":{\"text\":\" \",\"style\":24},\"5\":{\"text\":\" \",\"style\":24},\"6\":{\"text\":\" \",\"style\":24}},\"isDrag\":true,\"height\":61},\"17\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":37}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[\"sex1\"],\"freeze\":\"A1\",\"dataRectWidth\":712,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true}},{\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":false}},{\"font\":{\"bold\":false}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true},\"align\":\"right\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16},\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]},\"font\":{\"bold\":true},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]},\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]},\"font\":{\"bold\":false}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16},\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":true},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":false}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16,\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"bold\":false,\"name\":\"宋体\"}},{\"font\":{\"bold\":false,\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16,\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"date2\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"date\"},{\"format\":\"date2\"},{\"font\":{\"name\":\"宋体\"},\"format\":\"date2\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"time\"},{\"font\":{\"name\":\"宋体\"},\"format\":\"normal\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":79},\"1\":{\"width\":92},\"2\":{\"width\":76},\"3\":{\"width\":106},\"5\":{\"width\":123},\"6\":{\"width\":136},\"len\":50},\"merges\":[\"A2:G2\",\"B3:E3\",\"B7:D7\",\"B8:D8\",\"B9:D9\",\"B10:D10\",\"F9:G9\",\"F10:G10\",\"F11:G11\",\"F12:G12\",\"B13:G13\",\"A14:G14\",\"B15:G15\",\"A16:G16\",\"G4:G8\"],\"imgList\":[{\"row\":3,\"col\":6,\"width\":\"135\",\"height\":\"192\",\"src\":\"https://static.jeecg.com/designreport/images/QQ截图20210108095848_1610071294294.png\",\"layer_id\":\"Ym8ny6lYTdutY5tT\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[3,6]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1133_1607312428261.png', 'admin', '2020-10-16 11:32:32', 'admin', '2021-07-13 05:39:23', 0, NULL, NULL, 1, 1412, NULL, NULL, NULL);
363 INSERT INTO `jimu_report` VALUES ('1331503965770223616', '20201125155042', '房屋销售综合展示大屏', NULL, NULL, 'chartinfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":1,\"col\":1,\"colspan\":0,\"rowspan\":0,\"width\":\"338\",\"height\":\"378\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"缤纷南郡\\\",\\\"中航华府\\\",\\\"3中家属楼\\\",\\\"幸福家园\\\",\\\"水晶国际\\\",\\\"绿城小区\\\",\\\"缤纷南郡二期\\\",\\\"国奥家园\\\",\\\"西西胡同\\\",\\\"融创学府\\\",\\\"蓝湾国际\\\",\\\"广发小区\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"房子\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":60,\\\"left\\\":71,\\\"bottom\\\":39,\\\"right\\\":29},\\\"series\\\":[{\\\"barWidth\\\":13,\\\"data\\\":[2,2,2,3,4,3,3,5,2,7,4,8],\\\"name\\\":\\\"房子\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":7},\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[]}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"padding\\\":[5,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"各楼盘成交量排名\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"14\\\",\\\"fontWeight\\\":\\\"normal\\\"},\\\"top\\\":10}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331511745851731969\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"chengjiao\",\"chartType\":\"bar.multi.horizontal\",\"isTiming\":true,\"intervalTime\":\"5\"},\"layer_id\":\"5ggWQtDUvSopC4iL\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[1,1],[1,2],[1,3]]},{\"row\":1,\"col\":12,\"colspan\":0,\"rowspan\":0,\"width\":\"327\",\"height\":\"152\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"name\\\":\\\"\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":34,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"高层\\\",\\\"小高层\\\",\\\"写字楼\\\",\\\"厂房\\\",\\\"公寓\\\",\\\"别墅\\\",\\\"厂房\\\",\\\"四合院\\\",\\\"loft\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"name\\\":\\\"\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"grid\\\":{\\\"top\\\":50,\\\"left\\\":30,\\\"bottom\\\":44,\\\"right\\\":24},\\\"series\\\":[{\\\"areaStyle\\\":null,\\\"data\\\":[20,25,10,5,9,1,5,1,20],\\\"showSymbol\\\":true,\\\"lineStyle\\\":{\\\"width\\\":2},\\\"symbolSize\\\":5,\\\"isArea\\\":false,\\\"name\\\":\\\"\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#D04672\\\"},\\\"step\\\":false,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"line\\\",\\\"smooth\\\":true}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":10,\\\"text\\\":\\\"房形分析\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331922734933987329\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"fangyuan\",\"chartType\":\"line.smooth\",\"isTiming\":true,\"intervalTime\":\"5\"},\"layer_id\":\"nk6I2RCefm9scS1k\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[1,12],[1,13],[1,14],[1,15]]},{\"row\":7,\"col\":12,\"colspan\":0,\"rowspan\":0,\"width\":\"324\",\"height\":\"215\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"1室\\\",\\\"2室\\\",\\\"3室\\\",\\\"4室\\\",\\\"5室\\\"],\\\"top\\\":\\\"bottom\\\",\\\"orient\\\":\\\"vertical\\\",\\\"left\\\":\\\"right\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"1室\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(53,165,180,1)\\\"}},{\\\"name\\\":\\\"2室\\\",\\\"value\\\":30,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(60,140,198,1)\\\"}},{\\\"name\\\":\\\"3室\\\",\\\"value\\\":20,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(93,144,81,1)\\\"}},{\\\"name\\\":\\\"4室\\\",\\\"value\\\":5,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(191,146,68,1)\\\"}},{\\\"name\\\":\\\"5室\\\",\\\"value\\\":3,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(188,69,117,1)\\\"}}],\\\"isRadius\\\":true,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"center\\\":[\\\"160\\\",\\\"120\\\"],\\\"name\\\":\\\"\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"\\\",\\\"fontSize\\\":\\\"8\\\",\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":[\\\"40%\\\",\\\"50%\\\"],\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":10,\\\"text\\\":\\\"不同户型销售\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331919172472524801\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"huxingxiaoshou\",\"chartType\":\"pie.doughnut\",\"isTiming\":true,\"intervalTime\":\"5\",\"id\":\"MCJP8uqwe57YoCvF\"},\"layer_id\":\"MCJP8uqwe57YoCvF\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[7,12],[7,13],[7,14],[7,15]]},{\"row\":7,\"col\":4,\"colspan\":0,\"rowspan\":0,\"width\":\"662\",\"height\":\"222\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"1月\\\",\\\"2月\\\",\\\"3月\\\",\\\"4月\\\",\\\"5月\\\",\\\"6月\\\",\\\"7月\\\",\\\"8月\\\",\\\"9月\\\",\\\"10月\\\",\\\"11月\\\",\\\"12月\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#A98E8E\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"成交量\\\",\\\"成交价\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"vertical\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#FBF8F8\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"grid\\\":{\\\"top\\\":58,\\\"left\\\":30,\\\"bottom\\\":43,\\\"right\\\":32},\\\"series\\\":[{\\\"barWidth\\\":15,\\\"stack\\\":\\\"1\\\",\\\"data\\\":[10,7,5,5,7,9,3,6,5,8,6,6],\\\"name\\\":\\\"成交量\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#37A5B1\\\",\\\"barBorderRadius\\\":13},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":7,\\\"typeData\\\":[{\\\"name\\\":\\\"成交量\\\",\\\"type\\\":\\\"\\\",\\\"_index\\\":0,\\\"_rowKey\\\":136,\\\"stack\\\":\\\"1\\\"},{\\\"name\\\":\\\"成交价\\\",\\\"type\\\":\\\"\\\",\\\"stack\\\":\\\"1\\\",\\\"_index\\\":1,\\\"_rowKey\\\":139}]},{\\\"barWidth\\\":15,\\\"stack\\\":\\\"1\\\",\\\"data\\\":[5,5,12,5,5,5,5,10,5,5,5,5],\\\"name\\\":\\\"成交价\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#2E72A7\\\",\\\"barBorderRadius\\\":13},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":7,\\\"typeData\\\":[{\\\"name\\\":\\\"成交量\\\",\\\"type\\\":\\\"\\\",\\\"_index\\\":0,\\\"_rowKey\\\":136,\\\"stack\\\":\\\"1\\\"},{\\\"name\\\":\\\"成交价\\\",\\\"type\\\":\\\"\\\",\\\"stack\\\":\\\"1\\\",\\\"_index\\\":1,\\\"_rowKey\\\":139}]}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"padding\\\":[5,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"成交量和成交价趋势\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"14\\\",\\\"fontWeight\\\":\\\"normal\\\"},\\\"top\\\":10}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331872643531526146\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"chengjiao1\",\"chartType\":\"bar.stack\",\"chartId\":\"\",\"isTiming\":true,\"intervalTime\":\"5\"},\"layer_id\":\"Nf6Xud4fZqEfvQw4\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[7,4],[7,5],[7,6],[7,7],[7,8],[7,9],[7,10],[7,11]]},{\"row\":16,\"col\":12,\"colspan\":0,\"rowspan\":0,\"width\":\"326\",\"height\":\"200\",\"config\":\"{\\\"radar\\\":[{\\\"indicator\\\":[{\\\"name\\\":\\\"房产证\\\",\\\"max\\\":520},{\\\"name\\\":\\\"购房发票\\\",\\\"max\\\":310},{\\\"name\\\":\\\"购房合同\\\",\\\"max\\\":380},{\\\"name\\\":\\\"预售合同\\\",\\\"max\\\":450},{\\\"name\\\":\\\"抵押合同\\\",\\\"max\\\":600},{\\\"name\\\":\\\"预收合同\\\",\\\"max\\\":350}],\\\"shape\\\":\\\"polygon\\\",\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"gray\\\",\\\"opacity\\\":0.5}},\\\"center\\\":[\\\"50%\\\",\\\"50%\\\"],\\\"name\\\":{\\\"formatter\\\":\\\"【{value}】\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#72ACD1\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"gray\\\",\\\"opacity\\\":0.5}}}],\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"售后产权\\\",\\\"单位产权\\\",\\\"个人产权\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"type\\\":\\\"radar\\\",\\\"data\\\":[{\\\"name\\\":\\\"售后产权\\\",\\\"value\\\":[43,100,280,350,500,250],\\\"areaStyle\\\":{\\\"color\\\":\\\"#3F9AFB\\\",\\\"opacity\\\":1},\\\"lineStyle\\\":{\\\"color\\\":\\\"#2D8CF0\\\"}},{\\\"name\\\":\\\"单位产权\\\",\\\"value\\\":[190,50,140,280,310,150],\\\"areaStyle\\\":{\\\"color\\\":\\\"#A6F65C\\\",\\\"opacity\\\":1},\\\"lineStyle\\\":{\\\"color\\\":\\\"#55FE4D\\\"}},{\\\"name\\\":\\\"个人产权\\\",\\\"value\\\":[420,210,160,0,120,130],\\\"areaStyle\\\":{\\\"color\\\":\\\"rgba(188,69,117,1)\\\",\\\"opacity\\\":1},\\\"lineStyle\\\":{\\\"color\\\":\\\"rgba(188,69,117,1)\\\"}}]}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":10,\\\"text\\\":\\\"不同产权、证件成交量\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#ffffff\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331916030221602818\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"btchanquan\",\"chartType\":\"radar.basic\",\"isTiming\":true,\"intervalTime\":\"10\",\"id\":\"IWoBtyiRxjkEbkfD\"},\"layer_id\":\"IWoBtyiRxjkEbkfD\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[16,12],[16,13],[16,14],[16,15]]},{\"row\":16,\"col\":1,\"colspan\":0,\"rowspan\":0,\"width\":\"337\",\"height\":\"205\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"马小姐\\\",\\\"孙小姐\\\",\\\"王先生\\\",\\\"李先生\\\",\\\"赵小姐\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"房子\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":55,\\\"left\\\":70,\\\"bottom\\\":40,\\\"right\\\":24},\\\"series\\\":[{\\\"barWidth\\\":13,\\\"data\\\":[20,15,12,10,7],\\\"name\\\":\\\"房子\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":7},\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[]}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"padding\\\":[5,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"销售量成交排行榜\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"14\\\",\\\"fontWeight\\\":\\\"normal\\\"},\\\"top\\\":10}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331514838211407873\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"cjpaihang\",\"chartType\":\"bar.multi.horizontal\",\"isTiming\":true,\"intervalTime\":\"5\"},\"layer_id\":\"Cror94F1kmbP71ip\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[16,1],[16,2],[16,3]]},{\"row\":16,\"col\":4,\"colspan\":0,\"rowspan\":0,\"width\":\"334\",\"height\":\"206\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"马小姐\\\",\\\"孙小姐\\\",\\\"王先生\\\",\\\"李先生\\\",\\\"赵小姐\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"房子\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":55,\\\"left\\\":56,\\\"bottom\\\":38,\\\"right\\\":30},\\\"series\\\":[{\\\"barWidth\\\":13,\\\"data\\\":[20,15,12,10,7],\\\"name\\\":\\\"房子\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":7},\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[]}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"padding\\\":[5,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"销售员成交金额\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"14\\\",\\\"fontWeight\\\":\\\"normal\\\"},\\\"top\\\":10}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331514838211407873\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"cjpaihang\",\"chartType\":\"bar.multi.horizontal\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartId\":\"\"},\"layer_id\":\"pBOwp0Q0g4iuJCVm\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[16,4],[16,5],[16,6],[16,7]]},{\"row\":16,\"col\":8,\"colspan\":0,\"rowspan\":0,\"width\":\"324\",\"height\":\"206\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"简装\\\",\\\"中装\\\",\\\"精装\\\",\\\"豪装\\\",\\\"毛坯\\\"],\\\"top\\\":\\\"bottom\\\",\\\"orient\\\":\\\"vertical\\\",\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"简装\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(52,158,172,1)\\\"}},{\\\"name\\\":\\\"中装\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(56,131,185,1)\\\"}},{\\\"name\\\":\\\"精装\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(103,153,75,1)\\\"}},{\\\"name\\\":\\\"豪装\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(230,165,55,1)\\\"}},{\\\"name\\\":\\\"毛坯\\\",\\\"value\\\":10,\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\"}}],\\\"isRadius\\\":false,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"center\\\":[\\\"180\\\",\\\"100\\\"],\\\"name\\\":\\\"\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"fontSize\\\":\\\"10\\\",\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":\\\"52%\\\",\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":10,\\\"text\\\":\\\"不同装修类型销售销量\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#ffffff\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1331878107552010242\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"zhuangxiu\",\"chartType\":\"pie.simple\",\"isTiming\":true,\"intervalTime\":\"5\",\"id\":\"rQgkcYfLy4x0EP6h\"},\"layer_id\":\"rQgkcYfLy4x0EP6h\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[16,8],[16,9],[16,10],[16,11]]}],\"area\":false,\"excel_config_id\":\"1331503965770223616\",\"printConfig\":{\"paper\":\"A3\",\"width\":297,\"height\":420,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"landscape\"},\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\"\"},\"1\":{\"style\":60,\"merge\":[0,13],\"text\":\"房屋销售综合展示大屏\"}},\"height\":113},\"1\":{\"cells\":{\"1\":{\"merge\":[14,2],\"style\":43,\"text\":\" \",\"virtual\":\"5ggWQtDUvSopC4iL\"},\"2\":{\"text\":\" \",\"virtual\":\"5ggWQtDUvSopC4iL\"},\"3\":{\"text\":\" \",\"virtual\":\"5ggWQtDUvSopC4iL\"},\"4\":{\"style\":53,\"text\":\"成交量:\",\"merge\":[2,0],\"virtual\":\"5ggWQtDUvSopC4iL\"},\"5\":{\"text\":\"#{qingkuang.cjl}\",\"style\":64,\"merge\":[2,0]},\"7\":{\"style\":53,\"text\":\"成交金额:\",\"merge\":[2,0]},\"8\":{\"text\":\"#{qingkuang.cjje}\",\"style\":68,\"merge\":[2,0]},\"10\":{\"style\":53,\"text\":\"销售面积:\",\"merge\":[2,0]},\"11\":{\"text\":\"#{qingkuang.xsmj}\",\"style\":64,\"merge\":[2,0]},\"12\":{\"text\":\" \",\"virtual\":\"nk6I2RCefm9scS1k\"},\"13\":{\"text\":\" \",\"virtual\":\"nk6I2RCefm9scS1k\"},\"14\":{\"text\":\" \",\"virtual\":\"nk6I2RCefm9scS1k\"},\"15\":{\"text\":\" \",\"virtual\":\"nk6I2RCefm9scS1k\"}},\"isDrag\":true},\"2\":{\"cells\":{\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"3\":{\"cells\":{\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"4\":{\"cells\":{\"4\":{\"style\":58,\"text\":\"成交均价:\",\"merge\":[2,0]},\"5\":{\"text\":\"#{qingkuang.cjjj}\",\"style\":65,\"merge\":[2,0]},\"7\":{\"style\":58,\"text\":\"售房佣金:\",\"merge\":[2,0]},\"8\":{\"text\":\"#{qingkuang.sfyj}\",\"style\":65,\"merge\":[2,0]},\"10\":{\"style\":58,\"text\":\"预定客户:\",\"merge\":[2,0]},\"11\":{\"text\":\"#{qingkuang.ydkh}\",\"style\":65,\"merge\":[2,0]},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}},\"isDrag\":true,\"height\":25},\"5\":{\"cells\":{\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"6\":{\"cells\":{\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"7\":{\"cells\":{\"4\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"5\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"6\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"7\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"8\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"9\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"10\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"11\":{\"text\":\" \",\"virtual\":\"Nf6Xud4fZqEfvQw4\"},\"12\":{\"text\":\" \",\"virtual\":\"MCJP8uqwe57YoCvF\"},\"13\":{\"text\":\" \",\"virtual\":\"MCJP8uqwe57YoCvF\"},\"14\":{\"text\":\" \",\"virtual\":\"MCJP8uqwe57YoCvF\"},\"15\":{\"text\":\" \",\"virtual\":\"MCJP8uqwe57YoCvF\"}}},\"8\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"9\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"10\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"11\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"12\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"13\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"14\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"15\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"16\":{\"cells\":{\"1\":{\"style\":43,\"text\":\" \",\"merge\":[7,2],\"virtual\":\"Cror94F1kmbP71ip\"},\"2\":{\"text\":\" \",\"virtual\":\"Cror94F1kmbP71ip\"},\"3\":{\"text\":\" \",\"virtual\":\"Cror94F1kmbP71ip\"},\"4\":{\"text\":\" \",\"virtual\":\"pBOwp0Q0g4iuJCVm\"},\"5\":{\"text\":\" \",\"virtual\":\"pBOwp0Q0g4iuJCVm\"},\"6\":{\"text\":\" \",\"virtual\":\"pBOwp0Q0g4iuJCVm\"},\"7\":{\"text\":\" \",\"virtual\":\"pBOwp0Q0g4iuJCVm\"},\"8\":{\"text\":\" \",\"virtual\":\"rQgkcYfLy4x0EP6h\"},\"9\":{\"text\":\" \",\"virtual\":\"rQgkcYfLy4x0EP6h\"},\"10\":{\"text\":\" \",\"virtual\":\"rQgkcYfLy4x0EP6h\"},\"11\":{\"text\":\" \",\"virtual\":\"rQgkcYfLy4x0EP6h\"},\"12\":{\"text\":\" \",\"virtual\":\"IWoBtyiRxjkEbkfD\"},\"13\":{\"text\":\" \",\"virtual\":\"IWoBtyiRxjkEbkfD\"},\"14\":{\"text\":\" \",\"virtual\":\"IWoBtyiRxjkEbkfD\"},\"15\":{\"text\":\" \",\"virtual\":\"IWoBtyiRxjkEbkfD\"}}},\"17\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"18\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"19\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"20\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"21\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"22\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"23\":{\"cells\":{\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"24\":{\"cells\":{\"1\":{\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"text\":\" \"},\"13\":{\"text\":\" \"},\"14\":{\"text\":\" \"}}},\"len\":98},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1463,\"displayConfig\":{},\"background\":{\"path\":\"https://static.jeecg.com/designreport/images/bg_1606961893275.png\",\"repeat\":\"repeat\",\"width\":\"\",\"height\":\"\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":18}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":18}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":16}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":16}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":16},\"align\":\"center\"},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":16},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":14}},{\"align\":\"right\",\"font\":{\"size\":14}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":12}},{\"align\":\"right\",\"font\":{\"size\":12}},{\"align\":\"center\",\"font\":{\"size\":12}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"size\":12}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":12}},{\"font\":{\"size\":12}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11}},{\"align\":\"right\",\"font\":{\"size\":11}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"size\":11}},{\"align\":\"center\",\"font\":{\"size\":11}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":11}},{\"font\":{\"size\":11}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true}},{\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":16},\"align\":\"center\",\"color\":\"#ffffff\"},{\"color\":\"#ffffff\"},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":22},\"align\":\"center\",\"color\":\"#ffffff\"},{\"color\":\"#ffffff\",\"font\":{\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\",\"size\":22},\"align\":\"center\",\"color\":\"#000100\"},{\"color\":\"#000100\",\"font\":{\"size\":22}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"size\":11},\"color\":\"#ffffff\"},{\"align\":\"center\",\"font\":{\"size\":11},\"color\":\"#ffffff\"},{\"font\":{\"size\":11},\"color\":\"#ffffff\"},{},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11,\"bold\":false},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":11,\"bold\":false},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":11,\"bold\":true,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"right\",\"font\":{\"size\":11,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":11,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"center\",\"font\":{\"size\":11},\"color\":\"#ffffff\",\"border\":{\"right\":[\"thin\",\"#eee\"]}},{\"align\":\"right\",\"font\":{\"size\":16,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":15,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"center\",\"font\":{\"size\":14},\"color\":\"#ffffff\"},{\"font\":{\"size\":14},\"color\":\"#ffffff\"},{\"align\":\"left\",\"font\":{\"size\":14},\"color\":\"#ffffff\"},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"right\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"宋体\"},\"color\":\"#ffffff\",\"valign\":\"top\"},{\"align\":\"left\",\"font\":{\"size\":14},\"color\":\"#ffffff\",\"valign\":\"top\"},{\"font\":{\"bold\":true,\"name\":\"宋体\",\"size\":22},\"align\":\"center\",\"color\":\"#ffffff\"},{\"color\":\"#ffffff\",\"font\":{\"size\":22,\"name\":\"宋体\"}},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffffff\",\"valign\":\"top\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffffff\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffff01\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffff01\",\"valign\":\"top\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffffff\",\"bgcolor\":\"#ffff01\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffffff\",\"bgcolor\":\"\"},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"color\":\"#ffff01\",\"bgcolor\":\"\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":34},\"3\":{\"width\":140},\"4\":{\"width\":136},\"5\":{\"width\":79},\"6\":{\"width\":1},\"7\":{\"width\":123},\"8\":{\"width\":102},\"9\":{\"width\":24},\"11\":{\"width\":100},\"14\":{\"width\":124},\"len\":50},\"merges\":[\"B1:O1\",\"B2:D16\",\"E2:E4\",\"F2:F4\",\"H2:H4\",\"I2:I4\",\"K2:K4\",\"L2:L4\",\"E5:E7\",\"F5:F7\",\"H5:H7\",\"I5:I7\",\"K5:K7\",\"L5:L7\",\"B17:D24\"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201125161646_1606705892603.png', 'admin', '2020-11-25 15:50:43', 'admin', '2021-07-13 10:05:37', 0, NULL, NULL, 1, 713, NULL, NULL, NULL);
364 INSERT INTO `jimu_report` VALUES ('1334378897302753280', '20201203140834', '区域销售表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"1334378897302753280\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"区域销售表\",\"merge\":[0,22],\"style\":10},\"2\":{\"style\":10},\"3\":{\"style\":10},\"4\":{\"style\":10},\"5\":{\"style\":10},\"6\":{\"style\":10},\"7\":{\"style\":10},\"8\":{\"style\":10},\"9\":{\"style\":10},\"10\":{\"style\":10},\"11\":{\"style\":10},\"12\":{\"style\":10},\"13\":{\"style\":10},\"14\":{\"style\":10},\"15\":{\"style\":10},\"16\":{\"style\":10},\"17\":{\"style\":10},\"18\":{\"style\":10},\"19\":{\"style\":10},\"20\":{\"style\":10},\"21\":{\"style\":10},\"22\":{\"style\":10},\"23\":{\"style\":10}},\"height\":72},\"1\":{\"cells\":{\"0\":{\"style\":64},\"1\":{\"text\":\"区域\",\"merge\":[1,0],\"style\":65},\"2\":{\"text\":\"省份\",\"merge\":[1,0],\"style\":65},\"3\":{\"text\":\"1月\",\"merge\":[0,2],\"style\":65},\"4\":{\"style\":66,\"text\":\" \"},\"5\":{\"style\":66,\"text\":\" \"},\"6\":{\"text\":\"2月\",\"merge\":[0,2],\"style\":65},\"7\":{\"style\":66,\"text\":\" \"},\"8\":{\"style\":66,\"text\":\" \"},\"9\":{\"text\":\"3月\",\"merge\":[0,2],\"style\":65},\"10\":{\"style\":66,\"text\":\" \"},\"11\":{\"style\":66,\"text\":\" \"},\"12\":{\"text\":\"4月\",\"merge\":[0,2],\"style\":65},\"13\":{\"style\":66,\"text\":\" \"},\"14\":{\"style\":66,\"text\":\" \"},\"15\":{\"text\":\"5月\",\"merge\":[0,2],\"style\":65},\"16\":{\"style\":66,\"text\":\" \"},\"17\":{\"style\":66,\"text\":\" \"},\"18\":{\"text\":\"6月\",\"merge\":[0,2],\"style\":65},\"19\":{\"style\":66,\"text\":\" \"},\"20\":{\"style\":66,\"text\":\" \"},\"21\":{\"text\":\"总合计\",\"merge\":[0,2],\"style\":65},\"22\":{\"style\":66,\"text\":\" \"},\"23\":{\"style\":66,\"text\":\" \"},\"24\":{\"style\":64},\"25\":{\"style\":64}},\"height\":22},\"2\":{\"cells\":{\"0\":{\"style\":64},\"1\":{\"style\":66,\"text\":\" \"},\"2\":{\"style\":65,\"text\":\" \"},\"3\":{\"text\":\"销售额\",\"style\":65},\"4\":{\"text\":\"搭赠\",\"style\":65},\"5\":{\"text\":\"比例\",\"style\":65},\"6\":{\"text\":\"销售额\",\"style\":65},\"7\":{\"text\":\"搭赠\",\"style\":65},\"8\":{\"text\":\"比例\",\"style\":65},\"9\":{\"text\":\"销售额\",\"style\":65},\"10\":{\"text\":\"搭赠\",\"style\":65},\"11\":{\"text\":\"比例\",\"style\":65},\"12\":{\"text\":\"销售额\",\"style\":65},\"13\":{\"text\":\"搭赠\",\"style\":65},\"14\":{\"text\":\"比例\",\"style\":65},\"15\":{\"text\":\"销售额\",\"style\":65},\"16\":{\"text\":\"搭赠\",\"style\":65},\"17\":{\"text\":\"比例\",\"style\":65},\"18\":{\"text\":\"销售额\",\"style\":65},\"19\":{\"text\":\"搭赠\",\"style\":65},\"20\":{\"text\":\"比例\",\"style\":65},\"21\":{\"text\":\"销售额\",\"style\":65},\"22\":{\"text\":\"搭赠\",\"style\":65},\"23\":{\"text\":\"比例\",\"style\":65},\"24\":{\"style\":64},\"25\":{\"style\":64}},\"height\":24},\"3\":{\"cells\":{\"0\":{\"style\":67},\"1\":{\"text\":\"#{quyuxiaoshou.group(region)}\",\"style\":52,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{quyuxiaoshou.province}\",\"style\":53},\"3\":{\"text\":\"#{quyuxiaoshou.sales_1}\",\"style\":17},\"4\":{\"text\":\"#{quyuxiaoshou.gift_1}\",\"style\":17},\"5\":{\"text\":\"#{quyuxiaoshou.proportion_1}\",\"style\":17},\"6\":{\"text\":\"#{quyuxiaoshou.sales_2}\",\"style\":17},\"7\":{\"text\":\"#{quyuxiaoshou.gift_2}\",\"style\":17},\"8\":{\"text\":\"#{quyuxiaoshou.proportion_2}\",\"style\":17},\"9\":{\"text\":\"#{quyuxiaoshou.sales_3}\",\"style\":17},\"10\":{\"text\":\"#{quyuxiaoshou.gift_3}\",\"style\":17},\"11\":{\"text\":\"#{quyuxiaoshou.proportion_3}\",\"style\":17},\"12\":{\"text\":\"#{quyuxiaoshou.sales_4}\",\"style\":17},\"13\":{\"text\":\"#{quyuxiaoshou.gift_4}\",\"style\":17},\"14\":{\"text\":\"#{quyuxiaoshou.proportion_4}\",\"style\":17},\"15\":{\"text\":\"#{quyuxiaoshou.sales_5}\",\"style\":17},\"16\":{\"text\":\"#{quyuxiaoshou.gift_5}\",\"style\":17},\"17\":{\"text\":\"#{quyuxiaoshou.proportion_5}\",\"style\":15},\"18\":{\"text\":\"#{quyuxiaoshou.sales_6}\",\"style\":15},\"19\":{\"text\":\"#{quyuxiaoshou.gift_6}\",\"style\":15},\"20\":{\"text\":\"#{quyuxiaoshou.proportion_6}\",\"style\":15},\"21\":{\"text\":\"#{quyuxiaoshou.sales_z}\",\"style\":15},\"22\":{\"text\":\"#{quyuxiaoshou.gift_z}\",\"style\":15},\"23\":{\"text\":\"#{quyuxiaoshou.proportion_z}\",\"style\":15},\"24\":{\"style\":67},\"25\":{\"style\":67}},\"isDrag\":true,\"height\":56},\"4\":{\"cells\":{\"0\":{\"style\":64},\"1\":{\"style\":39,\"text\":\"总计\",\"merge\":[0,1]},\"3\":{\"style\":68,\"text\":\"=SUM(D4)\"},\"4\":{\"style\":69,\"text\":\"=SUM(E4)\"},\"5\":{\"style\":70,\"text\":\"=SUM(F4)\"},\"6\":{\"style\":69,\"text\":\"=SUM(G4)\"},\"7\":{\"style\":69,\"text\":\"=SUM(H4)\"},\"8\":{\"style\":70,\"text\":\"=SUM(I4)\"},\"9\":{\"style\":69,\"text\":\"=SUM(J4)\"},\"10\":{\"style\":69,\"text\":\"=SUM(K4)\"},\"11\":{\"style\":70,\"text\":\"=SUM(L4)\"},\"12\":{\"style\":69,\"text\":\"=SUM(M4)\"},\"13\":{\"style\":69,\"text\":\"=SUM(N4)\"},\"14\":{\"style\":70,\"text\":\"=SUM(O4)\"},\"15\":{\"style\":69,\"text\":\"=SUM(P4)\"},\"16\":{\"style\":69,\"text\":\"=SUM(Q4)\"},\"17\":{\"style\":70,\"text\":\"=SUM(R4)\"},\"18\":{\"style\":69,\"text\":\"=SUM(S4)\"},\"19\":{\"style\":69,\"text\":\"=SUM(T4)\"},\"20\":{\"style\":70,\"text\":\"=SUM(U4)\"},\"21\":{\"style\":69,\"text\":\"=SUM(V4)\"},\"22\":{\"style\":69,\"text\":\"=SUM(W4)\"},\"23\":{\"style\":69,\"text\":\"=SUM(X4)\"},\"24\":{\"style\":64},\"25\":{\"style\":64}},\"height\":38},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"quyuxiaoshou.region\",\"freeze\":\"A1\",\"dataRectWidth\":1554,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"bgcolor\":\"#02a274\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"bfbfbf\"],\"top\":[\"thin\",\"bfbfbf\"],\"left\":[\"thin\",\"bfbfbf\"],\"right\":[\"thin\",\"bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"bfbfbf\"],\"top\":[\"thin\",\"bfbfbf\"],\"left\":[\"thin\",\"bfbfbf\"],\"right\":[\"thin\",\"bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"隶书\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":true}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":true,\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":true,\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"华文中宋\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Arial\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"number\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":false,\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#aedac8\"},{\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10}},{\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":false,\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#ddefe8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10,\"name\":\"宋体\"}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":false,\"size\":10,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#ddefe8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#262626\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#aedac8\"},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10,\"name\":\"宋体\"}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10,\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":false,\"size\":10,\"name\":\"Microsoft YaHei\"}},{\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"}}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":20},\"1\":{\"width\":84},\"2\":{\"width\":81},\"3\":{\"width\":75},\"4\":{\"width\":63},\"5\":{\"width\":59},\"6\":{\"width\":70},\"7\":{\"width\":57},\"8\":{\"width\":60},\"9\":{\"width\":75},\"10\":{\"width\":66},\"11\":{\"width\":64},\"12\":{\"width\":70},\"13\":{\"width\":61},\"14\":{\"width\":61},\"15\":{\"width\":70},\"16\":{\"width\":58},\"17\":{\"width\":63},\"18\":{\"width\":60},\"19\":{\"width\":63},\"20\":{\"width\":59},\"21\":{\"width\":73},\"22\":{\"width\":69},\"23\":{\"width\":73},\"len\":50},\"merges\":[\"B2:B3\",\"C2:C3\",\"D2:F2\",\"G2:I2\",\"J2:L2\",\"M2:O2\",\"P2:R2\",\"S2:U2\",\"V2:X2\",\"B1:X1\",\"B5:C5\"]}', NULL, 'https://static.jeecg.com/designreport/images/quyu_1607069899537.png', 'admin', '2020-12-03 14:08:34', 'admin', '2021-07-13 05:39:14', 0, NULL, NULL, 1, 444, NULL, NULL, NULL);
365 INSERT INTO `jimu_report` VALUES ('1334420681185566722', '202012031408346166', '学校经费一览表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":7,\"sci\":1,\"eri\":7,\"eci\":2,\"width\":216,\"height\":25},\"printElWidth\":718,\"excel_config_id\":\"1334420681185566722\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"学校经费一览表\",\"merge\":[0,22],\"style\":10},\"2\":{\"style\":10},\"3\":{\"style\":10},\"4\":{\"style\":10},\"5\":{\"style\":10},\"6\":{\"style\":10},\"7\":{\"style\":10},\"8\":{\"style\":10},\"9\":{\"style\":10},\"10\":{\"style\":10},\"11\":{\"style\":10},\"12\":{\"style\":10},\"13\":{\"style\":10},\"14\":{\"style\":10},\"15\":{\"style\":10},\"16\":{\"style\":10},\"17\":{\"style\":10},\"18\":{\"style\":10},\"19\":{\"style\":10},\"20\":{\"style\":10},\"21\":{\"style\":10},\"22\":{\"style\":10},\"23\":{\"style\":10}},\"height\":72},\"1\":{\"cells\":{\"1\":{\"text\":\"学校类别\",\"style\":221,\"merge\":[4,0]},\"2\":{\"merge\":[4,0],\"style\":222,\"text\":\"学校名称\"},\"3\":{\"text\":\"财政教育经费投入(万元)\",\"merge\":[0,8],\"style\":84},\"4\":{\"style\":40,\"text\":\" \"},\"5\":{\"style\":40,\"text\":\" \"},\"6\":{\"style\":40,\"text\":\" \"},\"7\":{\"style\":40,\"text\":\" \"},\"8\":{\"style\":40,\"text\":\" \"},\"9\":{\"style\":40,\"text\":\" \"},\"10\":{\"style\":40,\"text\":\" \"},\"11\":{\"style\":40,\"text\":\" \"},\"12\":{\"text\":\"其他投入\",\"merge\":[0,7],\"style\":84},\"13\":{\"text\":\" \",\"style\":40},\"14\":{\"text\":\" \",\"style\":40},\"15\":{\"text\":\" \",\"style\":40},\"16\":{\"text\":\" \",\"style\":40},\"17\":{\"text\":\" \",\"style\":40},\"18\":{\"text\":\" \",\"style\":40},\"19\":{\"text\":\" \",\"style\":40},\"20\":{\"style\":84,\"text\":\"补充资料\",\"merge\":[0,4]},\"21\":{\"text\":\" \",\"style\":40},\"22\":{\"text\":\" \",\"style\":40},\"23\":{\"text\":\" \",\"style\":40},\"24\":{\"text\":\" \",\"style\":40}},\"height\":28},\"2\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":40},\"2\":{\"style\":222,\"text\":\" \"},\"3\":{\"text\":\"总计\",\"style\":117,\"merge\":[3,0]},\"4\":{\"text\":\"教育事业费\",\"style\":117,\"merge\":[0,6]},\"5\":{\"style\":118,\"text\":\" \"},\"6\":{\"style\":118,\"text\":\" \"},\"7\":{\"style\":118,\"text\":\" \"},\"8\":{\"style\":118,\"text\":\" \"},\"9\":{\"style\":118,\"text\":\" \"},\"10\":{\"style\":118,\"text\":\" \"},\"11\":{\"text\":\"基础拨款\",\"style\":117,\"merge\":[3,0]},\"12\":{\"text\":\"村投入\",\"style\":117,\"merge\":[0,4]},\"13\":{\"text\":\" \",\"style\":223},\"14\":{\"text\":\" \",\"style\":223},\"15\":{\"text\":\" \",\"style\":223},\"16\":{\"text\":\" \",\"style\":223},\"17\":{\"text\":\"社会捐款\",\"style\":117,\"merge\":[0,2]},\"18\":{\"text\":\" \",\"style\":223},\"19\":{\"text\":\" \",\"style\":223},\"20\":{\"style\":126,\"merge\":[0,4],\"text\":\"信息化建设\"},\"21\":{\"style\":122,\"text\":\" \"},\"22\":{\"style\":122,\"text\":\" \"},\"23\":{\"style\":122,\"text\":\" \"},\"24\":{\"style\":122,\"text\":\" \"}},\"height\":24},\"3\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":40},\"2\":{\"style\":222,\"text\":\" \"},\"3\":{\"style\":118,\"text\":\" \"},\"4\":{\"merge\":[0,1],\"text\":\"合计\",\"style\":121},\"5\":{\"style\":122,\"text\":\" \"},\"6\":{\"merge\":[2,0],\"text\":\"人员经费\",\"style\":121},\"7\":{\"merge\":[2,0],\"text\":\"日常公用费用\",\"style\":123},\"8\":{\"merge\":[0,2],\"text\":\"项目经费\",\"style\":121},\"9\":{\"style\":122,\"text\":\" \"},\"10\":{\"style\":122,\"text\":\" \"},\"11\":{\"style\":118,\"text\":\" \"},\"12\":{\"merge\":[2,0],\"text\":\"合计\",\"style\":121},\"13\":{\"merge\":[0,3],\"text\":\"其中\",\"style\":121},\"14\":{\"text\":\" \",\"style\":223},\"15\":{\"text\":\" \",\"style\":223},\"16\":{\"text\":\" \",\"style\":223},\"17\":{\"merge\":[2,0],\"text\":\"合计\",\"style\":121},\"18\":{\"merge\":[0,1],\"text\":\"其中\",\"style\":121},\"19\":{\"style\":122,\"text\":\" \"},\"20\":{\"merge\":[2,0],\"text\":\"本年投入金额(万元)\",\"style\":230},\"21\":{\"merge\":[0,1],\"text\":\"电脑数(台数)\",\"style\":121},\"22\":{\"style\":122,\"text\":\" \"},\"23\":{\"merge\":[0,1],\"text\":\"校园网数(个)\",\"style\":121},\"24\":{\"style\":122,\"text\":\" \"}}},\"4\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":40},\"2\":{\"style\":222,\"text\":\" \"},\"3\":{\"style\":118,\"text\":\" \"},\"4\":{\"merge\":[1,0],\"text\":\"金额\",\"style\":126},\"5\":{\"merge\":[1,0],\"text\":\"比上年增长(%)\",\"style\":127},\"6\":{\"style\":122,\"text\":\" \"},\"7\":{\"style\":123,\"text\":\" \"},\"8\":{\"merge\":[1,0],\"text\":\"合计\",\"style\":121},\"9\":{\"merge\":[0,1],\"text\":\"其中\",\"style\":121},\"10\":{\"style\":122,\"text\":\" \"},\"11\":{\"style\":118,\"text\":\" \"},\"12\":{\"style\":121,\"text\":\" \"},\"13\":{\"merge\":[1,0],\"text\":\"人员经费\",\"style\":131},\"14\":{\"merge\":[1,0],\"text\":\"日常公用费用\",\"style\":131},\"15\":{\"merge\":[1,0],\"text\":\"项目经费\",\"style\":131},\"16\":{\"merge\":[1,0],\"text\":\"基建投入\",\"style\":131},\"17\":{\"style\":121,\"text\":\" \"},\"18\":{\"merge\":[1,0],\"text\":\"项目经费\",\"style\":131},\"19\":{\"merge\":[1,0],\"text\":\"基础投入\",\"style\":131},\"20\":{\"style\":231,\"text\":\" \"},\"21\":{\"merge\":[1,0],\"text\":\"合计\",\"style\":121},\"22\":{\"merge\":[1,0],\"text\":\"本年购置数\",\"style\":121},\"23\":{\"style\":121,\"merge\":[1,0],\"text\":\"合计\"},\"24\":{\"merge\":[1,0],\"text\":\"本年建成数\",\"style\":121}}},\"5\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":40},\"2\":{\"style\":222,\"text\":\" \"},\"3\":{\"style\":118,\"text\":\" \"},\"4\":{\"style\":126,\"text\":\" \"},\"5\":{\"style\":129,\"text\":\" \"},\"6\":{\"style\":121,\"text\":\" \"},\"7\":{\"style\":130,\"text\":\" \"},\"8\":{\"style\":121,\"text\":\" \"},\"9\":{\"text\":\"标准化建设\",\"style\":131},\"10\":{\"text\":\"信息化建设\",\"style\":121},\"11\":{\"style\":118,\"text\":\" \"},\"12\":{\"style\":121,\"text\":\" \"},\"13\":{\"text\":\" \",\"style\":223},\"14\":{\"style\":131,\"text\":\" \"},\"15\":{\"text\":\" \",\"style\":223},\"16\":{\"style\":131,\"text\":\" \"},\"17\":{\"style\":121,\"text\":\" \"},\"18\":{\"text\":\" \",\"style\":223},\"19\":{\"style\":131,\"text\":\" \"},\"20\":{\"style\":231,\"text\":\" \"},\"21\":{\"style\":121,\"text\":\" \"},\"22\":{\"style\":122,\"text\":\" \"},\"23\":{\"style\":131,\"text\":\" \"},\"24\":{\"style\":122,\"text\":\" \"}}},\"6\":{\"cells\":{\"0\":{\"style\":236},\"1\":{\"text\":\"#{laiyuan.group(class)}\",\"style\":233,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{laiyuan.school}\",\"style\":234},\"3\":{\"style\":15,\"text\":\"=SUM(E7,I7)\"},\"4\":{\"style\":15,\"text\":\"=SUM(G7,H7)\"},\"5\":{\"text\":\"#{laiyuan.lv}\",\"style\":12},\"6\":{\"text\":\"#{laiyuan.renyuan_jy}\",\"style\":12},\"7\":{\"text\":\"#{laiyuan.richang_jy}\",\"style\":12},\"8\":{\"style\":12,\"text\":\"=SUM(J7,K7)\"},\"9\":{\"text\":\"#{laiyuan.biaozhun_jy}\",\"style\":12},\"10\":{\"text\":\"#{laiyuan.xinxi_jy}\",\"style\":12},\"11\":{\"text\":\"#{laiyuan.jichubokuan_jy}\",\"style\":12},\"12\":{\"style\":12,\"text\":\"=SUM(N7,O7)\"},\"13\":{\"text\":\"#{laiyuan.renyuan_ct}\",\"style\":12},\"14\":{\"text\":\"#{laiyuan.richang_ct}\",\"style\":12},\"15\":{\"text\":\"#{laiyuan.xiangmu_ct}\",\"style\":12},\"16\":{\"text\":\"#{laiyuan.jichubokuan_ct}\",\"style\":12},\"17\":{\"style\":12,\"text\":\"=SUM(S7,T7)\"},\"18\":{\"text\":\"#{laiyuan.xiangmu_sh}\",\"style\":12},\"19\":{\"text\":\"#{laiyuan.jichubokuan_sh}\",\"style\":12},\"20\":{\"style\":12,\"text\":\"=SUM(V7,X7)\"},\"21\":{\"style\":12,\"text\":\"#{laiyuan.diannao}\"},\"22\":{\"text\":\"#{laiyuan.diannao}\",\"style\":12},\"23\":{\"style\":12,\"text\":\"#{laiyuan.xiaoyuanwang}\"},\"24\":{\"text\":\"#{laiyuan.xiaoyuanwang}\",\"style\":12},\"25\":{\"style\":236}},\"isDrag\":true},\"7\":{\"cells\":{\"1\":{\"text\":\"总计\",\"style\":226,\"rendered\":\"\",\"merge\":[0,1]},\"3\":{\"style\":228,\"text\":\"=SUM(D7)\"},\"4\":{\"style\":228,\"text\":\"=SUM(E7)\"},\"5\":{\"style\":228,\"text\":\"\"},\"6\":{\"style\":228,\"text\":\"=SUM(G7)\"},\"7\":{\"style\":228,\"text\":\"=SUM(H7)\"},\"8\":{\"style\":228,\"text\":\"=SUM(I7)\"},\"9\":{\"style\":228,\"text\":\"=SUM(J7)\"},\"10\":{\"style\":228,\"text\":\"=SUM(K7)\"},\"11\":{\"style\":228,\"text\":\"=SUM(L7)\"},\"12\":{\"style\":228,\"text\":\"=SUM(M7)\"},\"13\":{\"style\":229,\"text\":\"=SUM(N7)\"},\"14\":{\"style\":229,\"text\":\"=SUM(O7)\"},\"15\":{\"style\":229,\"text\":\"=SUM(P7)\"},\"16\":{\"style\":229,\"text\":\"=SUM(Q7)\"},\"17\":{\"style\":229,\"text\":\"=SUM(R7)\"},\"18\":{\"style\":229,\"text\":\"=SUM(S7)\"},\"19\":{\"style\":229,\"text\":\"=SUM(T7)\"},\"20\":{\"style\":229,\"text\":\"=SUM(U7)\"},\"21\":{\"style\":229,\"text\":\"=SUM(V8)\"},\"22\":{\"style\":229,\"text\":\"=SUM(W7)\"},\"23\":{\"style\":232,\"text\":\"=SUM(X7)\"},\"24\":{\"style\":229,\"text\":\"=SUM(Y7)\"}}},\"9\":{\"cells\":{\"4\":{\"lineStart\":\"leftbottom\",\"text\":\"\"}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"laiyuan.class\",\"freeze\":\"A1\",\"dataRectWidth\":1738,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"bgcolor\":\"#02a274\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"bfbfbf\"],\"top\":[\"thin\",\"bfbfbf\"],\"left\":[\"thin\",\"bfbfbf\"],\"right\":[\"thin\",\"bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"bfbfbf\"],\"top\":[\"thin\",\"bfbfbf\"],\"left\":[\"thin\",\"bfbfbf\"],\"right\":[\"thin\",\"bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"隶书\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":true}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":true,\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":true,\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"华文中宋\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Arial\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"number\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"font\":{\"bold\":false,\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"color\":\"#262626\",\"bgcolor\":\"#aedac8\"},{\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\",\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10}},{\"font\":{\"size\":10},\"bgcolor\":\"#aedac8\"},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":9}},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":9},\"align\":\"center\"},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#ffffff\"},{\"textwrap\":true},{\"textwrap\":true,\"font\":{\"size\":9}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"#02a274\"},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"color\":\"#000100\"},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"#02a274\",\"color\":\"#000100\"},{\"bgcolor\":\"\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"\",\"color\":\"#000100\"},{\"align\":\"center\",\"bgcolor\":\"\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"color\":\"#000100\",\"bgcolor\":\"\"},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\"},{\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\"},{\"font\":{\"size\":9},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"bgcolor\":\"\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#595959\"],\"top\":[\"thin\",\"#595959\"],\"left\":[\"thin\",\"#595959\"],\"right\":[\"thin\",\"#595959\"]}},{\"font\":{\"size\":9},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"bgcolor\":\"\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"font\":{\"size\":9},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"bgcolor\":\"\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#756f6f\"],\"top\":[\"thin\",\"#756f6f\"],\"left\":[\"thin\",\"#756f6f\"],\"right\":[\"thin\",\"#756f6f\"]}},{\"align\":\"center\",\"bgcolor\":\"\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"bgcolor\":\"\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10}},{\"color\":\"#000100\",\"font\":{\"size\":10}},{\"color\":\"#000100\",\"bgcolor\":\"\",\"font\":{\"size\":10}},{\"font\":{\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"font\":{\"size\":10},\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":10}},{\"bgcolor\":\"\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"bgcolor\":\"\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#000100\"},{\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"color\":\"#000100\",\"bgcolor\":\"\",\"align\":\"center\"},{\"font\":{\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"bgcolor\":\"\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"color\":\"#000100\",\"bgcolor\":\"\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10}},{\"color\":\"#000100\",\"font\":{\"size\":10},\"bgcolor\":\"#\"},{\"align\":\"center\",\"bgcolor\":\"#\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"bgcolor\":\"#\"},{\"font\":{\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"font\":{\"size\":10},\"align\":\"center\",\"bgcolor\":\"#\"},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"align\":\"center\",\"bgcolor\":\"#\"},{\"bgcolor\":\"#\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"#\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"#\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":10},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#\"},{\"align\":\"center\",\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":10}},{\"color\":\"#000100\",\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"bold\":false,\"size\":9}},{\"bgcolor\":\"#ddefe8\"},{\"font\":{\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"font\":{\"size\":10},\"align\":\"center\",\"bgcolor\":\"#ddefe8\"},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"align\":\"center\",\"bgcolor\":\"#ddefe8\"},{\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"textwrap\":true,\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10},\"bgcolor\":\"#ddefe8\"},{\"color\":\"#000100\",\"bgcolor\":\"#fffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#fffff\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fffff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fffff\"},{\"textwrap\":true,\"bgcolor\":\"#fffff\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fffff\"},{\"color\":\"#000100\",\"bgcolor\":\"#ffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#ffff\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffff\"},{\"textwrap\":true,\"bgcolor\":\"#ffff\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffff\"},{\"color\":\"#000100\",\"bgcolor\":\"#fff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#fff\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fff\"},{\"textwrap\":true,\"bgcolor\":\"#fff\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#fff\"},{\"color\":\"#000100\",\"bgcolor\":\"#ff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#ff\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ff\"},{\"textwrap\":true,\"bgcolor\":\"#ff\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ff\"},{\"color\":\"#000100\",\"bgcolor\":\"#f\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#f\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f\"},{\"textwrap\":true,\"bgcolor\":\"#f\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f\"},{\"color\":\"#000100\",\"bgcolor\":\"#\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"textwrap\":true,\"bgcolor\":\"#\"},{\"color\":\"#000100\",\"bgcolor\":\"#ddefe8\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"textwrap\":true,\"bgcolor\":\"#ddefe8\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"color\":\"#000100\",\"font\":{\"size\":9},\"bgcolor\":\"#ddefe8\"},{\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"font\":{\"size\":9},\"align\":\"center\",\"bgcolor\":\"#ddefe8\"},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"bgcolor\":\"#ddefe8\"},{\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"textwrap\":true,\"font\":{\"size\":9},\"bgcolor\":\"#ddefe8\",\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"textwrap\":true,\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":9},\"bgcolor\":\"#ddefe8\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"textwrap\":true,\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\"},{\"bgcolor\":\"#aedac8\"},{\"bgcolor\":\"#fffff\"},{\"bgcolor\":\"#ffff\"},{\"bgcolor\":\"#fff\"},{\"bgcolor\":\"#ff\"},{\"bgcolor\":\"#f\"},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Arial\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"bold\":false,\"size\":9}},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":9},\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"aedac8\"},{\"align\":\"center\",\"bgcolor\":\"aedac8\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"color\":\"#ffffff\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"color\":\"#ffffff\",\"font\":{\"size\":9}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":9}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"##aedac8\"},{\"bgcolor\":\"##aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8},\"align\":\"center\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":9}},{\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8}},{\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8},\"align\":\"left\"},{\"bgcolor\":\"#aedac8\",\"font\":{\"size\":8},\"align\":\"left\",\"valign\":\"middle\"},{\"align\":\"center\",\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"bold\":false,\"size\":10}},{\"bgcolor\":\"#02a274\",\"font\":{\"size\":10},\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"color\":\"#000100\",\"font\":{\"size\":10}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10},\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10}},{\"textwrap\":true,\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10}},{\"bgcolor\":\"#aedac8\",\"font\":{\"size\":10},\"align\":\"left\",\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"font\":{\"size\":9},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"font\":{\"size\":8}}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":20},\"1\":{\"width\":84},\"2\":{\"width\":132},\"3\":{\"width\":75},\"4\":{\"width\":63},\"5\":{\"width\":59},\"6\":{\"width\":70},\"7\":{\"width\":61},\"8\":{\"width\":60},\"9\":{\"width\":75},\"10\":{\"width\":75},\"11\":{\"width\":64},\"12\":{\"width\":70},\"13\":{\"width\":63},\"14\":{\"width\":86},\"15\":{\"width\":64},\"16\":{\"width\":58},\"17\":{\"width\":63},\"18\":{\"width\":60},\"19\":{\"width\":63},\"20\":{\"width\":59},\"21\":{\"width\":73},\"22\":{\"width\":82},\"23\":{\"width\":73},\"24\":{\"width\":86},\"len\":50},\"merges\":[\"B1:X1\",\"D3:D6\",\"E5:E6\",\"F5:F6\",\"E4:F4\",\"G4:G6\",\"H4:H6\",\"I5:I6\",\"J5:K5\",\"I4:K4\",\"E3:K3\",\"L3:L6\",\"D2:L2\",\"M4:M6\",\"N5:N6\",\"O5:O6\",\"P5:P6\",\"Q5:Q6\",\"N4:Q4\",\"M3:Q3\",\"R4:R6\",\"R3:T3\",\"S4:T4\",\"S5:S6\",\"T5:T6\",\"U4:U6\",\"V4:W4\",\"V5:V6\",\"W5:W6\",\"X4:Y4\",\"X5:X6\",\"Y5:Y6\",\"U3:Y3\",\"M2:T2\",\"U2:Y2\",\"B2:B6\",\"C2:C6\",\"B8:C8\"]}', NULL, 'https://static.jeecg.com/designreport/images/jingfei_1607069843358.png', 'admin', '2020-12-03 16:54:17', 'admin', '2021-02-03 13:59:08', 0, NULL, NULL, 1, 436, NULL, NULL, NULL);
366 INSERT INTO `jimu_report` VALUES ('1334457419857793024', '20201203192154', '超市各地区销售额', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":1,\"sci\":26,\"eri\":4,\"eci\":28,\"width\":300,\"height\":100},\"excel_config_id\":\"1334457419857793024\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"各地区商品销售额一栏表\",\"merge\":[0,18],\"style\":13}},\"height\":82},\"1\":{\"cells\":{\"1\":{\"text\":\"地区/类别/时间\",\"merge\":[1,1],\"style\":46},\"3\":{\"text\":\"2020年\",\"style\":46,\"merge\":[0,12]},\"16\":{\"text\":\"2019年\",\"style\":46,\"merge\":[0,9]}}},\"2\":{\"cells\":{\"3\":{\"text\":\"12月\",\"style\":46},\"4\":{\"text\":\"11月\",\"style\":46},\"5\":{\"text\":\"10月\",\"style\":46},\"6\":{\"text\":\"9月\",\"style\":46},\"7\":{\"text\":\"8月\",\"style\":46},\"8\":{\"text\":\"7月\",\"style\":46},\"9\":{\"text\":\"6月\",\"style\":46},\"10\":{\"text\":\"5月\",\"style\":46},\"11\":{\"text\":\"4月\",\"style\":46},\"12\":{\"text\":\"3月\",\"style\":46},\"13\":{\"text\":\"2月\",\"style\":46},\"14\":{\"text\":\"1月\",\"style\":46},\"15\":{\"text\":\"本年小计\",\"style\":46},\"16\":{\"text\":\"12月\",\"style\":46},\"17\":{\"text\":\"11月\",\"style\":46},\"18\":{\"text\":\"10月\",\"style\":46},\"19\":{\"text\":\"9月\",\"style\":46},\"20\":{\"text\":\"8月\",\"style\":46},\"21\":{\"text\":\"7月\",\"style\":46},\"22\":{\"text\":\"6月\",\"style\":46},\"23\":{\"text\":\"5月\",\"style\":46},\"24\":{\"text\":\"4月\",\"style\":46},\"25\":{\"text\":\"本年小计\",\"style\":46}}},\"3\":{\"cells\":{\"1\":{\"text\":\"#{xiaoshou.group(diqu)}\",\"style\":51,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{xiaoshou.class}\",\"style\":51},\"3\":{\"text\":\"#{xiaoshou.sales_11}\",\"style\":20},\"4\":{\"text\":\"#{xiaoshou.sales_12}\",\"style\":20},\"5\":{\"text\":\"#{xiaoshou.sales_13}\",\"style\":20},\"6\":{\"text\":\"#{xiaoshou.sales_14}\",\"style\":20},\"7\":{\"text\":\"#{xiaoshou.sales_15}\",\"style\":20},\"8\":{\"text\":\"#{xiaoshou.sales_16}\",\"style\":20},\"9\":{\"text\":\"#{xiaoshou.sales_17}\",\"style\":20},\"10\":{\"text\":\"#{xiaoshou.sales_18}\",\"style\":20},\"11\":{\"text\":\"#{xiaoshou.sales_19}\",\"style\":20},\"12\":{\"text\":\"#{xiaoshou.sales_20}\",\"style\":20},\"13\":{\"text\":\"#{xiaoshou.sales_21}\",\"style\":20},\"14\":{\"text\":\"#{xiaoshou.sales_22}\",\"style\":20},\"15\":{\"style\":48,\"text\":\"=SUM(D4:O4)\"},\"16\":{\"text\":\"#{xiaoshou.sales_31}\",\"style\":20},\"17\":{\"text\":\"#{xiaoshou.sales_32}\",\"style\":20},\"18\":{\"text\":\"#{xiaoshou.sales_33}\",\"style\":20},\"19\":{\"text\":\"#{xiaoshou.sales_34}\",\"style\":20},\"20\":{\"text\":\"#{xiaoshou.sales_35}\",\"style\":20},\"21\":{\"text\":\"#{xiaoshou.sales_36}\",\"style\":20},\"22\":{\"text\":\"#{xiaoshou.sales_37}\",\"style\":20},\"23\":{\"text\":\"#{xiaoshou.sales_38}\",\"style\":20},\"24\":{\"text\":\"#{xiaoshou.sales_39}\",\"style\":20},\"25\":{\"style\":48,\"text\":\"=SUM(Q4:Y4)\"}},\"isDrag\":true},\"4\":{\"cells\":{\"1\":{\"text\":\"合计\",\"style\":52,\"rendered\":\"\",\"merge\":[0,1]},\"3\":{\"text\":\"=SUM(D4)\",\"style\":55},\"4\":{\"text\":\"=SUM(E4)\",\"style\":55},\"5\":{\"text\":\"=SUM(F4)\",\"style\":55},\"6\":{\"text\":\"=SUM(G4)\",\"style\":55},\"7\":{\"text\":\"=SUM(H4)\",\"style\":55},\"8\":{\"text\":\"=SUM(I4)\",\"style\":55},\"9\":{\"text\":\"=SUM(J4)\",\"style\":55},\"10\":{\"text\":\"=SUM(K4)\",\"style\":55},\"11\":{\"text\":\"=SUM(L4)\",\"style\":55},\"12\":{\"text\":\"=SUM(M4)\",\"style\":55},\"13\":{\"text\":\"=SUM(N4)\",\"style\":55},\"14\":{\"text\":\"=SUM(O4)\",\"style\":55},\"15\":{\"text\":\"=SUM(P4)\",\"style\":55},\"16\":{\"text\":\"=SUM(Q4)\",\"style\":55},\"17\":{\"text\":\"=SUM(R4)\",\"style\":55},\"18\":{\"text\":\"=SUM(S4)\",\"style\":55},\"19\":{\"text\":\"=SUM(T4)\",\"style\":55},\"20\":{\"text\":\"=SUM(U4)\",\"style\":55},\"21\":{\"text\":\"=SUM(V4)\",\"style\":55},\"22\":{\"text\":\"=SUM(W4)\",\"style\":55},\"23\":{\"text\":\"=SUM(X4)\",\"style\":55},\"24\":{\"text\":\"=SUM(Y4)\",\"style\":55},\"25\":{\"text\":\"=SUM(Z4)\",\"style\":55}},\"isDrag\":true},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"xiaoshou.diqu\",\"freeze\":\"A1\",\"dataRectWidth\":2464,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"bgcolor\":\"#\"},{\"bgcolor\":\"#d7f2f9\"},{\"bgcolor\":\"#d7f2f9\",\"align\":\"center\"},{\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#\"},{\"bgcolor\":\"#d7f2f9\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"2896ea\"],\"top\":[\"thin\",\"2896ea\"],\"left\":[\"thin\",\"2896ea\"],\"right\":[\"thin\",\"2896ea\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"2896ea\"],\"top\":[\"thin\",\"2896ea\"],\"left\":[\"thin\",\"2896ea\"],\"right\":[\"thin\",\"2896ea\"]}},{\"border\":{\"bottom\":[\"thin\",\"2896ea\"],\"top\":[\"thin\",\"2896ea\"],\"left\":[\"thin\",\"2896ea\"],\"right\":[\"thin\",\"2896ea\"]}},{\"bgcolor\":\"#d7f2f9\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]}},{\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"bold\":true,\"size\":16},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]},\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#2896ea\"],\"top\":[\"thin\",\"#2896ea\"],\"left\":[\"thin\",\"#2896ea\"],\"right\":[\"thin\",\"#2896ea\"]}},{\"bgcolor\":\"#5b9cd6\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#9cc2e6\"],\"top\":[\"thin\",\"#9cc2e6\"],\"left\":[\"thin\",\"#9cc2e6\"],\"right\":[\"thin\",\"#9cc2e6\"]}},{\"border\":{\"bottom\":[\"thin\",\"#9cc2e6\"],\"top\":[\"thin\",\"#9cc2e6\"],\"left\":[\"thin\",\"#9cc2e6\"],\"right\":[\"thin\",\"#9cc2e6\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#9cc2e6\"],\"top\":[\"thin\",\"#9cc2e6\"],\"left\":[\"thin\",\"#9cc2e6\"],\"right\":[\"thin\",\"#9cc2e6\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]}},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#e7e5e6\"],\"top\":[\"thin\",\"#e7e5e6\"],\"left\":[\"thin\",\"#e7e5e6\"],\"right\":[\"thin\",\"#e7e5e6\"]}},{\"border\":{\"bottom\":[\"thin\",\"#e7e5e6\"],\"top\":[\"thin\",\"#e7e5e6\"],\"left\":[\"thin\",\"#e7e5e6\"],\"right\":[\"thin\",\"#e7e5e6\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#e7e5e6\"],\"top\":[\"thin\",\"#e7e5e6\"],\"left\":[\"thin\",\"#e7e5e6\"],\"right\":[\"thin\",\"#e7e5e6\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d0cecf\"],\"top\":[\"thin\",\"#d0cecf\"],\"left\":[\"thin\",\"#d0cecf\"],\"right\":[\"thin\",\"#d0cecf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d0cecf\"],\"top\":[\"thin\",\"#d0cecf\"],\"left\":[\"thin\",\"#d0cecf\"],\"right\":[\"thin\",\"#d0cecf\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#d0cecf\"],\"top\":[\"thin\",\"#d0cecf\"],\"left\":[\"thin\",\"#d0cecf\"],\"right\":[\"thin\",\"#d0cecf\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d0cecf\"],\"top\":[\"thin\",\"#d0cecf\"],\"left\":[\"thin\",\"#d0cecf\"],\"right\":[\"thin\",\"#d0cecf\"]},\"color\":\"#ffffff\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#afabac\"],\"top\":[\"thin\",\"#afabac\"],\"left\":[\"thin\",\"#afabac\"],\"right\":[\"thin\",\"#afabac\"]},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#afabac\"],\"top\":[\"thin\",\"#afabac\"],\"left\":[\"thin\",\"#afabac\"],\"right\":[\"thin\",\"#afabac\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#afabac\"],\"top\":[\"thin\",\"#afabac\"],\"left\":[\"thin\",\"#afabac\"],\"right\":[\"thin\",\"#afabac\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#f2f2f2\"],\"top\":[\"thin\",\"#f2f2f2\"],\"left\":[\"thin\",\"#f2f2f2\"],\"right\":[\"thin\",\"#f2f2f2\"]},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#f2f2f2\"],\"top\":[\"thin\",\"#f2f2f2\"],\"left\":[\"thin\",\"#f2f2f2\"],\"right\":[\"thin\",\"#f2f2f2\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#f2f2f2\"],\"top\":[\"thin\",\"#f2f2f2\"],\"left\":[\"thin\",\"#f2f2f2\"],\"right\":[\"thin\",\"#f2f2f2\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\"},{\"bgcolor\":\"#5b9cd6\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":8},\"align\":\"center\",\"bgcolor\":\"#d7f2f9\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\",\"bgcolor\":\"#deeaf6\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":8},\"align\":\"center\",\"format\":\"number\",\"bgcolor\":\"#bdd7ee\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":10},\"align\":\"center\",\"bgcolor\":\"#d7f2f9\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"font\":{\"size\":9},\"align\":\"center\",\"bgcolor\":\"#d7f2f9\"},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\"},{\"bgcolor\":\"#bdd7ee\"},{\"bgcolor\":\"#bdd7ee\",\"format\":\"number\"},{\"bgcolor\":\"#bdd7ee\",\"format\":\"number\",\"align\":\"center\"}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":21},\"1\":{\"width\":63},\"2\":{\"width\":85},\"3\":{\"width\":95},\"4\":{\"width\":83},\"5\":{\"width\":81},\"6\":{\"width\":88},\"7\":{\"width\":89},\"8\":{\"width\":87},\"9\":{\"width\":95},\"10\":{\"width\":92},\"11\":{\"width\":95},\"12\":{\"width\":96},\"13\":{\"width\":98},\"14\":{\"width\":98},\"15\":{\"width\":78},\"16\":{\"width\":110},\"17\":{\"width\":111},\"18\":{\"width\":102},\"19\":{\"width\":102},\"20\":{\"width\":114},\"21\":{\"width\":111},\"22\":{\"width\":113},\"23\":{\"width\":107},\"24\":{\"width\":115},\"25\":{\"width\":135},\"len\":49},\"merges\":[\"D2:P2\",\"B2:C3\",\"Q2:Z2\",\"B1:T1\",\"B5:C5\"]}', NULL, 'https://static.jeecg.com/designreport/images/chaoshi_1607069609875.png', 'admin', '2020-12-03 19:21:55', 'admin', '2021-07-13 05:39:05', 0, NULL, NULL, 1, 372, NULL, NULL, NULL);
367 INSERT INTO `jimu_report` VALUES ('1334696790477377536', '20201204111149', '学校收入一览表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":1,\"sci\":24,\"eri\":5,\"eci\":24,\"width\":100,\"height\":138},\"excel_config_id\":\"1334696790477377536\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"学校收入一览表\",\"merge\":[0,13],\"style\":25}},\"height\":71},\"1\":{\"cells\":{\"1\":{\"text\":\"校园信息\",\"merge\":[1,2],\"style\":40},\"4\":{\"text\":\"学生信息\",\"merge\":[1,2],\"style\":40},\"7\":{\"merge\":[1,5],\"style\":42,\"text\":\"收款信息\"},\"13\":{\"merge\":[0,10],\"text\":\"确认收入信息\",\"style\":43}},\"height\":23},\"2\":{\"cells\":{\"13\":{\"merge\":[0,3],\"text\":\"2020.09\",\"style\":46},\"17\":{\"merge\":[0,3],\"text\":\"2020.10\",\"style\":46},\"21\":{\"text\":\"合计\",\"style\":46,\"merge\":[0,2]}},\"height\":40},\"3\":{\"cells\":{\"1\":{\"text\":\"所属城际\",\"style\":50},\"2\":{\"text\":\"所属校园\",\"style\":50},\"3\":{\"text\":\"NC帐套\",\"style\":50},\"4\":{\"text\":\"学号\",\"style\":50},\"5\":{\"text\":\"姓名\",\"style\":50},\"6\":{\"text\":\"性质\",\"style\":50},\"7\":{\"text\":\"缴费金额\",\"style\":50},\"8\":{\"text\":\"缴费时间\",\"style\":50},\"9\":{\"text\":\"缴费性质\",\"style\":50},\"10\":{\"text\":\"缴费所属期间\",\"style\":50},\"11\":{\"text\":\"缴费月份数\",\"style\":50},\"12\":{\"text\":\"缴费方式\",\"style\":50},\"13\":{\"text\":\"全部\",\"style\":50},\"14\":{\"text\":\"学费\",\"style\":50},\"15\":{\"text\":\"餐费\",\"style\":50},\"16\":{\"text\":\"校车费\",\"style\":50},\"17\":{\"text\":\"全部\",\"style\":50},\"18\":{\"text\":\"学费\",\"style\":50},\"19\":{\"text\":\"餐费\",\"style\":50},\"20\":{\"text\":\"校车费\",\"style\":50},\"21\":{\"text\":\"全部\",\"style\":50},\"22\":{\"text\":\"学费\",\"style\":50},\"23\":{\"text\":\"餐费\",\"style\":50}}},\"4\":{\"cells\":{\"1\":{\"text\":\"#{shouru.group(city)}\",\"style\":45,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{shouru.group(school)}\",\"style\":45,\"aggregate\":\"group\"},\"3\":{\"text\":\"#{shouru.group(ncnum)}\",\"style\":35,\"aggregate\":\"group\"},\"4\":{\"text\":\"#{shouru.num}\",\"style\":35},\"5\":{\"text\":\"#{shouru.name}\",\"style\":35},\"6\":{\"text\":\"#{shouru.class}\",\"style\":35},\"7\":{\"text\":\"#{shouru.pay}\",\"style\":35},\"8\":{\"text\":\"#{shouru.paytime}\",\"style\":35},\"9\":{\"text\":\"#{shouru.payclass}\",\"style\":35},\"10\":{\"text\":\"#{shouru.pay1}\",\"style\":35},\"11\":{\"text\":\"#{shouru.paymoth}\",\"style\":35},\"12\":{\"text\":\"#{shouru.pay2}\",\"style\":35},\"13\":{\"style\":33,\"text\":\"=SUM(O5:Q5)\"},\"14\":{\"text\":\"#{shouru.tuition_09}\",\"style\":35},\"15\":{\"text\":\"#{shouru.meals_09}\",\"style\":35},\"16\":{\"text\":\"#{shouru.busfee_09}\",\"style\":35},\"17\":{\"style\":33,\"text\":\"=SUM(S5:U5)\"},\"18\":{\"text\":\"#{shouru.tuition_10}\",\"style\":35},\"19\":{\"text\":\"#{shouru.meals_10}\",\"style\":35},\"20\":{\"text\":\"#{shouru.busfee_10}\",\"style\":35},\"21\":{\"style\":33,\"text\":\"=SUM(W5,X5)\"},\"22\":{\"style\":35,\"text\":\"=SUM(O5,S5)\"},\"23\":{\"style\":35,\"text\":\"=SUM(P5,T5)\"}},\"isDrag\":true,\"height\":25},\"5\":{\"cells\":{\"1\":{\"style\":66,\"text\":\"合计\"},\"2\":{\"text\":\" \",\"style\":66},\"3\":{\"style\":66,\"text\":\" \"},\"4\":{\"style\":66,\"text\":\" \"},\"5\":{\"style\":66,\"text\":\" \"},\"6\":{\"style\":66,\"text\":\" \"},\"7\":{\"style\":66,\"text\":\" \"},\"8\":{\"style\":66,\"text\":\" \"},\"9\":{\"style\":66,\"text\":\" \"},\"10\":{\"style\":66,\"text\":\" \"},\"11\":{\"style\":66,\"text\":\" \"},\"12\":{\"style\":66,\"text\":\" \"},\"13\":{\"style\":66,\"text\":\" \"},\"14\":{\"style\":66,\"text\":\" \"},\"15\":{\"style\":66,\"text\":\" \"},\"16\":{\"style\":66,\"text\":\" \"},\"17\":{\"style\":66,\"text\":\" \"},\"18\":{\"text\":\" \",\"style\":66},\"19\":{\"style\":66,\"text\":\" \"},\"20\":{\"style\":66,\"text\":\" \"},\"21\":{\"style\":15,\"text\":\"=SUM(V5)\"},\"22\":{\"style\":15,\"text\":\"=SUM(W5)\"},\"23\":{\"style\":15,\"text\":\"=SUM(X5)\"}}},\"9\":{\"cells\":{}},\"11\":{\"cells\":{}},\"len\":101},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"shouru.city\",\"freeze\":\"A1\",\"dataRectWidth\":1881,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\"},{\"bgcolor\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"font\":{\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\",\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"font\":{\"size\":9}},{\"align\":\"center\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"#dff2f9\"},{\"bgcolor\":\"\"},{\"bgcolor\":\"#309fc6\"},{\"align\":\"center\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#dff2f9\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#b2ddec\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#dff2f9\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"b2ddec\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"¥b2ddec\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#b2ddec\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#dff2f9\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#dff2f9\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":9}},{\"align\":\"center\",\"bgcolor\":\"\",\"color\":\"#ffffff\",\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#d7f2f9\",\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#d7f2f9\",\"font\":{\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"font\":{\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":10}},{\"align\":\"center\",\"bgcolor\":\"#d7f2f9\",\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":10}},{\"font\":{\"size\":12}},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":12}},{\"align\":\"center\",\"bgcolor\":\"#d7f2f9\",\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":12}},{\"font\":{\"size\":10.5}},{\"align\":\"center\",\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":10.5},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"center\",\"font\":{\"size\":10.5}},{\"align\":\"center\",\"bgcolor\":\"#d7f2f9\",\"font\":{\"size\":10.5},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":10.5}},{\"align\":\"left\",\"bgcolor\":\"#b2ddec\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"align\":\"left\"}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":37},\"1\":{\"width\":79},\"2\":{\"width\":87},\"3\":{\"width\":79},\"4\":{\"width\":92},\"5\":{\"width\":90},\"6\":{\"width\":77},\"7\":{\"width\":83},\"8\":{\"width\":89},\"9\":{\"width\":79},\"10\":{\"width\":89},\"11\":{\"width\":84},\"12\":{\"width\":76},\"13\":{\"width\":67},\"14\":{\"width\":74},\"15\":{\"width\":69},\"16\":{\"width\":74},\"17\":{\"width\":68},\"18\":{\"width\":76},\"19\":{\"width\":79},\"20\":{\"width\":78},\"21\":{\"width\":74},\"22\":{\"width\":81},\"len\":49},\"merges\":[\"B2:D3\",\"E2:G3\",\"H2:M3\",\"N3:Q3\",\"R3:U3\",\"V3:X3\",\"N2:X2\",\"B1:O1\"]}', NULL, 'https://static.jeecg.com/designreport/images/xuexiao_1607069724407.png', 'admin', '2020-12-04 11:11:50', 'admin', '2021-07-13 05:39:04', 0, NULL, NULL, 1, 432, NULL, NULL, NULL);
368 INSERT INTO `jimu_report` VALUES ('1334757703079301120', '20201204151358', '车间零件完工一览表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":7,\"sci\":2,\"eri\":7,\"eci\":2,\"width\":121,\"height\":25},\"excel_config_id\":\"1334757703079301120\",\"printConfig\":{\"paper\":\"A3\",\"width\":297,\"height\":420,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"landscape\"},\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"车间零件完工一览表\",\"merge\":[0,12],\"style\":23}},\"height\":81},\"1\":{\"cells\":{\"1\":{\"text\":\"车间\",\"style\":22},\"2\":{\"text\":\"成品名称\",\"style\":22},\"3\":{\"text\":\"半成品名称\",\"style\":22},\"4\":{\"text\":\"完工时间\",\"style\":22},\"5\":{\"text\":\"状态\",\"style\":22},\"6\":{\"text\":\"成品属性\",\"style\":22},\"7\":{\"text\":\"工单号\",\"style\":22},\"8\":{\"text\":\"工单数量\",\"style\":22},\"9\":{\"text\":\"计划数量\",\"style\":22},\"10\":{\"text\":\"完成数量\",\"style\":22},\"11\":{\"text\":\"UPH\",\"style\":22},\"12\":{\"text\":\"H/C\",\"style\":22},\"13\":{\"text\":\"计划时间\",\"style\":22},\"14\":{\"text\":\"良率\",\"style\":22},\"15\":{\"text\":\"备注\",\"style\":22}},\"height\":55},\"2\":{\"cells\":{\"1\":{\"text\":\"#{chejian.group(city)}\",\"style\":16,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{chejian.finish}\",\"style\":14},\"3\":{\"text\":\"#{chejian.semifinish}\",\"style\":14},\"4\":{\"text\":\"#{chejian.time}\",\"style\":14},\"5\":{\"text\":\"#{chejian.state}\",\"style\":14},\"6\":{\"text\":\"#{chejian.attribute}\",\"style\":14},\"7\":{\"text\":\"#{chejian.num}\",\"style\":14},\"8\":{\"text\":\"#{chejian.gnum}\",\"style\":14},\"9\":{\"text\":\"#{chejian.jnum}\",\"style\":14},\"10\":{\"text\":\"#{chejian.wnum}\",\"style\":14},\"11\":{\"text\":\"#{chejian.uph}\",\"style\":14},\"12\":{\"text\":\"#{chejian.hc}\",\"style\":14},\"13\":{\"text\":\"#{chejian.jtime}\",\"style\":14},\"14\":{\"text\":\"#{chejian.yield}\",\"style\":14},\"15\":{\"text\":\"#{chejian.beizhu}\",\"style\":14}},\"isDrag\":true,\"height\":35},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"chejian.city\",\"freeze\":\"A1\",\"dataRectWidth\":1476,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\"},{\"bgcolor\":\"#309fc6\"},{\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\",\"bgcolor\":\"#\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\",\"bgcolor\":\"#b2ddec\"},{\"font\":{\"size\":8}},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"font\":{\"size\":8},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"align\":\"center\",\"bgcolor\":\"#b2ddec\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8},\"align\":\"center\"},{\"align\":\"center\",\"bgcolor\":\"#309fc6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"font\":{\"bold\":true,\"size\":16},\"align\":\"center\"}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":27},\"1\":{\"width\":106},\"2\":{\"width\":121},\"3\":{\"width\":124},\"4\":{\"width\":87},\"5\":{\"width\":76},\"6\":{\"width\":82},\"7\":{\"width\":81},\"8\":{\"width\":69},\"9\":{\"width\":76},\"10\":{\"width\":81},\"15\":{\"width\":146},\"len\":50},\"merges\":[\"B1:N1\"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185352_1608116050060.png', 'admin', '2020-12-04 15:13:58', 'admin', '2021-07-13 05:39:02', 0, NULL, NULL, 1, 526, NULL, NULL, NULL);
369 INSERT INTO `jimu_report` VALUES ('1338370016550195200', '20201214142804', '条形码报表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":3,\"sci\":4,\"eri\":3,\"eci\":4,\"width\":96,\"height\":47},\"excel_config_id\":\"1338370016550195200\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"rows\":{\"0\":{\"cells\":{\"1\":{\"merge\":[1,3],\"text\":\"居民身份证申领登记表\",\"style\":39},\"5\":{\"merge\":[0,2],\"text\":\"\",\"rendered\":\"\",\"display\":\"text\"},\"-1\":{\"text\":\"${tm.tp}\"}},\"height\":27},\"1\":{\"cells\":{\"5\":{\"style\":2,\"virtual\":\"ZiOFmILaRjdmVs6E\",\"rendered\":\"DnK6I7VRVFyw8dUQ\",\"display\":\"barcode\",\"text\":\"${tm.tm}\",\"merge\":[0,2]}},\"height\":52},\"2\":{\"cells\":{\"1\":{\"text\":\"受理单位(盖章)珠海市公安局\",\"merge\":[0,3],\"style\":36},\"8\":{\"text\":\"\",\"rendered\":\"\"}},\"height\":34},\"3\":{\"cells\":{\"1\":{\"text\":\"姓名\",\"style\":24},\"2\":{\"text\":\"${tm.name}\",\"style\":7,\"rendered\":\"\"},\"3\":{\"text\":\"性别\",\"style\":16},\"4\":{\"text\":\"${tm.sex}\",\"style\":7,\"isDict\":1,\"dictCode\":\"sex1\",\"rendered\":\"\"},\"5\":{\"text\":\"民族\",\"style\":16},\"6\":{\"text\":\"${tm.nation}\",\"style\":7},\"7\":{\"text\":\"${tm.tp}\",\"style\":7,\"merge\":[2,0],\"rendered\":\"ftkUSZOje4A5gVO3\",\"display\":\"img\"},\"9\":{\"text\":\"\",\"rendered\":\"\"}},\"isDrag\":true,\"height\":47},\"4\":{\"cells\":{\"1\":{\"text\":\"出生日期\",\"style\":24},\"2\":{\"text\":\"${tm.birth}\",\"style\":32,\"merge\":[0,4]},\"8\":{\"text\":\"\",\"rendered\":\"\"}},\"isDrag\":true,\"height\":51},\"5\":{\"cells\":{\"1\":{\"text\":\"常住户口所在地住址\",\"style\":21},\"2\":{\"text\":\"${tm.zhuzhi}\",\"style\":7,\"merge\":[0,4]},\"8\":{\"text\":\"\",\"rendered\":\"\",\"config\":\"\"}},\"isDrag\":true,\"height\":62},\"6\":{\"cells\":{\"1\":{\"text\":\"公民身份证\",\"style\":24},\"2\":{\"text\":\"${tm.card}\",\"style\":7,\"merge\":[0,5]}},\"isDrag\":true,\"height\":55},\"7\":{\"cells\":{\"1\":{\"text\":\"有限期限\",\"style\":24},\"2\":{\"text\":\"${tm.ydate}\",\"style\":34,\"merge\":[0,1]},\"4\":{\"text\":\"签发机关\",\"style\":24},\"5\":{\"text\":\"${tm.qfjg}\",\"style\":7,\"merge\":[0,2]}},\"isDrag\":true,\"height\":52},\"8\":{\"cells\":{\"1\":{\"text\":\"申领原因\",\"style\":24},\"2\":{\"text\":\"${tm.slyy}\",\"style\":7,\"merge\":[0,5]}},\"isDrag\":true,\"height\":55},\"9\":{\"cells\":{\"1\":{\"text\":\"受理时间\",\"style\":24},\"2\":{\"text\":\"${tm.sdate}\",\"style\":32,\"merge\":[0,1]},\"4\":{\"text\":\"受理号\",\"style\":24},\"5\":{\"text\":\"${tm.shao}\",\"style\":7,\"merge\":[0,2]}},\"isDrag\":true,\"height\":49},\"10\":{\"cells\":{\"1\":{\"text\":\"承办人\",\"style\":24},\"2\":{\"text\":\"${tm.cbr}\",\"style\":7,\"merge\":[0,1]},\"4\":{\"text\":\"受理单位领导\",\"style\":24},\"5\":{\"text\":\"${tm.sld}\",\"style\":7,\"merge\":[0,2]}},\"isDrag\":true,\"height\":42},\"11\":{\"cells\":{\"1\":{\"text\":\"申请(监护)人签名\",\"style\":21},\"2\":{\"text\":\"${tm.sr}\",\"style\":7,\"merge\":[0,1]},\"4\":{\"text\":\"申请(监护)人联系电话\",\"style\":21},\"5\":{\"text\":\"${tm.jphone}\",\"style\":7,\"merge\":[0,2]}},\"isDrag\":true,\"height\":59},\"12\":{\"cells\":{\"1\":{\"text\":\"领证人签名\",\"style\":24},\"2\":{\"text\":\"${tm.lzr}\",\"style\":7,\"merge\":[0,1]},\"4\":{\"text\":\"领证时间\",\"style\":24},\"5\":{\"text\":\"${tm.ldate}\",\"style\":32,\"merge\":[0,2]}},\"isDrag\":true,\"height\":57},\"13\":{\"cells\":{\"1\":{\"text\":\"是否通过邮政特快专递方式领取二代\",\"merge\":[0,1],\"style\":24},\"3\":{\"text\":\"${tm.sk}\",\"style\":7,\"merge\":[0,4]}},\"isDrag\":true,\"height\":50},\"14\":{\"cells\":{\"1\":{\"text\":\"投递地址\",\"style\":24},\"2\":{\"text\":\"${tm.dizhi}\",\"style\":7,\"merge\":[0,2]},\"5\":{\"text\":\"收件人\",\"style\":24},\"6\":{\"style\":7,\"text\":\" \",\"merge\":[0,1]}},\"isDrag\":true,\"height\":53},\"15\":{\"cells\":{\"1\":{\"text\":\"邮政编码\",\"style\":24},\"2\":{\"text\":\"\",\"style\":7,\"merge\":[0,1]},\"4\":{\"text\":\"备注\",\"style\":24},\"5\":{\"text\":\"\",\"style\":7,\"merge\":[0,2]}},\"isDrag\":true,\"height\":47},\"16\":{\"cells\":{\"1\":{\"merge\":[0,6],\"text\":\"公安部治安管理局治\",\"style\":31}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[\"sex1\",\"sex1\",\"sex1\"],\"freeze\":\"A1\",\"dataRectWidth\":704,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"size\":16}},{\"font\":{\"size\":16},\"align\":\"center\"},{\"align\":\"center\"},{\"textwrap\":true},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\",\"size\":9}},{\"font\":{\"name\":\"宋体\",\"size\":9},\"color\":\"#3f3f3f\"},{\"font\":{\"name\":\"宋体\",\"size\":9},\"color\":\"#0c0c0c\"},{\"font\":{\"name\":\"宋体\",\"size\":9},\"color\":\"#7f7f7f\"},{\"font\":{\"name\":\"宋体\",\"size\":9},\"color\":\"#595959\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"right\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":false}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":false}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":false},\"align\":\"center\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"center\"},{\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"center\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":8},\"align\":\"center\"},{\"font\":{\"size\":8},\"align\":\"right\"},{\"font\":{\"size\":10},\"align\":\"right\"},{\"font\":{\"size\":10},\"align\":\"right\",\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"date2\"},{\"format\":\"date2\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"format\":\"date\"},{\"format\":\"date\"},{\"font\":{\"name\":\"宋体\",\"size\":9},\"color\":\"#595959\",\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16},\"valign\":\"bottom\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":16},\"1\":{\"width\":103},\"2\":{\"width\":156},\"3\":{\"width\":51},\"4\":{\"width\":96},\"5\":{\"width\":61},\"6\":{\"width\":106},\"7\":{\"width\":115},\"8\":{\"width\":135},\"len\":50},\"merges\":[\"B1:E2\",\"F1:H1\",\"F2:H2\",\"B3:E3\",\"H4:H6\",\"C5:G5\",\"C6:G6\",\"C7:H7\",\"C8:D8\",\"F8:H8\",\"C9:H9\",\"C10:D10\",\"F10:H10\",\"C11:D11\",\"F11:H11\",\"C12:D12\",\"F12:H12\",\"C13:D13\",\"F13:H13\",\"B14:C14\",\"D14:H14\",\"C15:E15\",\"G15:H15\",\"C16:D16\",\"F16:H16\",\"B17:H17\"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1608118350039.png', 'admin', '2020-12-14 14:28:04', 'admin', '2021-07-13 05:39:00', 0, NULL, NULL, 1, 771, NULL, NULL, NULL);
370 INSERT INTO `jimu_report` VALUES ('1338744112815411200', '20201215151426', '简单条件查询报表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"1338744112815411200\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"1\":{\"text\":\"职务\",\"style\":51},\"2\":{\"text\":\"雇员ID\",\"style\":51},\"3\":{\"text\":\"姓名\",\"style\":51},\"4\":{\"text\":\"性别\",\"style\":51},\"5\":{\"text\":\"雇佣日期\",\"style\":51},\"6\":{\"text\":\"家庭电话\",\"style\":51},\"7\":{\"text\":\"出生日期\",\"style\":51},\"8\":{\"text\":\"户口所在地\",\"style\":51},\"9\":{\"text\":\"联系地址\",\"style\":51},\"10\":{\"text\":\"紧急联系人\",\"style\":52}},\"height\":37},\"2\":{\"cells\":{\"0\":{\"style\":18},\"1\":{\"style\":21,\"text\":\"#{jdcx.group(update_by)}\",\"aggregate\":\"group\"},\"2\":{\"style\":21,\"text\":\"#{jdcx.id}\"},\"3\":{\"style\":21,\"text\":\"#{jdcx.name}\"},\"4\":{\"style\":21,\"text\":\"#{jdcx.sex}\"},\"5\":{\"style\":24,\"text\":\"#{jdcx.gtime}\"},\"6\":{\"style\":21,\"text\":\"#{jdcx.jphone}\"},\"7\":{\"style\":24,\"text\":\"#{jdcx.birth}\"},\"8\":{\"style\":21,\"text\":\"#{jdcx.hukou}\"},\"9\":{\"style\":21,\"text\":\"#{jdcx.laddress}\"},\"10\":{\"style\":56,\"text\":\"#{jdcx.jperson}\"},\"11\":{\"style\":18},\"12\":{\"style\":18},\"13\":{\"style\":18},\"14\":{\"style\":18},\"15\":{\"style\":18},\"16\":{\"style\":18},\"17\":{\"style\":18},\"18\":{\"style\":18},\"19\":{\"style\":18},\"20\":{\"style\":18},\"21\":{\"style\":18},\"22\":{\"style\":18},\"23\":{\"style\":18},\"24\":{\"style\":18},\"25\":{\"style\":18},\"26\":{\"style\":18},\"27\":{\"style\":18},\"28\":{\"style\":18},\"29\":{\"style\":18},\"30\":{\"style\":18},\"31\":{\"style\":18},\"32\":{\"style\":18},\"33\":{\"style\":18},\"34\":{\"style\":18},\"35\":{\"style\":18},\"36\":{\"style\":18},\"37\":{\"style\":18},\"38\":{\"style\":18},\"39\":{\"style\":18},\"40\":{\"style\":18},\"41\":{\"style\":18},\"42\":{\"style\":18},\"43\":{\"style\":18},\"44\":{\"style\":18},\"45\":{\"style\":18},\"46\":{\"style\":18},\"47\":{\"style\":18},\"48\":{\"style\":18}},\"height\":34},\"3\":{\"cells\":{\"0\":{\"style\":39},\"1\":{\"style\":39},\"2\":{\"style\":39},\"3\":{\"style\":39},\"4\":{\"style\":39},\"5\":{\"style\":39},\"6\":{\"style\":39},\"7\":{\"style\":39},\"8\":{\"style\":39},\"9\":{\"style\":39},\"10\":{\"style\":39},\"11\":{\"style\":39},\"12\":{\"style\":39},\"13\":{\"style\":39},\"14\":{\"style\":39},\"15\":{\"style\":39},\"16\":{\"style\":39},\"17\":{\"style\":39},\"18\":{\"style\":39},\"19\":{\"style\":39},\"20\":{\"style\":39},\"21\":{\"style\":39},\"22\":{\"style\":39},\"23\":{\"style\":39},\"24\":{\"style\":39}}},\"4\":{\"cells\":{\"1\":{\"text\":\"备注:\",\"style\":62},\"2\":{\"style\":63,\"text\":\" \"},\"3\":{\"style\":63,\"text\":\" \"},\"4\":{\"style\":63,\"text\":\" \"},\"5\":{\"style\":63,\"text\":\" \"},\"6\":{\"style\":63,\"text\":\" \"},\"7\":{\"style\":64,\"text\":\" \"}}},\"5\":{\"cells\":{\"1\":{\"text\":\"1、支持模糊查询,需要输入 “*+字符串”或 “字符串+* ”或“*+字符串+*”,如:张* / *丽 / *亚*;\",\"style\":65,\"merge\":[0,6]}}},\"6\":{\"cells\":{\"1\":{\"text\":\"2、以上“出生日期”为时间类型;\",\"style\":65,\"merge\":[0,6]}}},\"7\":{\"cells\":{\"1\":{\"text\":\"3、以上“雇佣日期”为日期类型\",\"style\":65,\"merge\":[0,6]}}},\"8\":{\"cells\":{\"1\":{\"text\":\"4、以上“姓名”为字符串类型,支持精准查询和模糊查询;\",\"style\":67,\"merge\":[0,6]}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"jdcx.update_by\",\"freeze\":\"A1\",\"dataRectWidth\":1242,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"bgcolor\":\"#5b9cd6\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"color\":\"#ffffff\"},{\"align\":\"center\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\"},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\"},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\",\"format\":\"date\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"date\"},{\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"date\"},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"date\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"date2\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"normal\"},{\"align\":\"center\",\"bgcolor\":\"#5b9cd6\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"size\":9}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"top\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\",\"format\":\"number\"}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":40},\"1\":{\"width\":88},\"2\":{\"width\":86},\"3\":{\"width\":97},\"4\":{\"width\":67},\"5\":{\"width\":103},\"6\":{\"width\":115},\"7\":{\"width\":90},\"8\":{\"width\":239},\"9\":{\"width\":217},\"len\":50},\"merges\":[\"B6:H6\",\"B7:H7\",\"B8:H8\",\"B9:H9\"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216112919_1608089379396.png', 'admin', '2020-12-15 15:14:27', 'admin', '2021-07-13 05:38:58', 0, NULL, NULL, 1, 1059, NULL, NULL, NULL);
371 INSERT INTO `jimu_report` VALUES ('1338769064067076098', '202012151514266124', '多选条件查询报表', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":5,\"sci\":1,\"eri\":5,\"eci\":1,\"width\":107,\"height\":25},\"excel_config_id\":\"1338769064067076098\",\"printConfig\":{\"paper\":\"A3\",\"width\":297,\"height\":420,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"landscape\"},\"rows\":{\"0\":{\"cells\":{}},\"1\":{\"cells\":{\"1\":{\"text\":\"职务\",\"style\":51},\"2\":{\"text\":\"雇员ID\",\"style\":51},\"3\":{\"text\":\"姓名\",\"style\":51},\"4\":{\"style\":51,\"text\":\"性别\"},\"5\":{\"text\":\"雇佣日期\",\"style\":51},\"6\":{\"text\":\"家庭电话\",\"style\":51},\"7\":{\"text\":\"出生日期\",\"style\":51},\"8\":{\"text\":\"户口所在地\",\"style\":51},\"9\":{\"text\":\"联系地址\",\"style\":51},\"10\":{\"text\":\"紧急联系人\",\"style\":51}},\"height\":46},\"2\":{\"cells\":{\"1\":{\"text\":\"#{pop.group(update_by)}\",\"style\":53,\"aggregate\":\"group\"},\"2\":{\"text\":\"#{pop.group(id)}\",\"style\":54,\"aggregate\":\"group\"},\"3\":{\"text\":\"#{pop.group(name)}\",\"style\":54,\"aggregate\":\"group\"},\"4\":{\"text\":\"#{pop.sex}\",\"style\":55},\"5\":{\"text\":\"#{pop.gtime}\",\"style\":56},\"6\":{\"text\":\"#{pop.jphone}\",\"style\":57},\"7\":{\"text\":\"#{pop.birth}\",\"style\":56},\"8\":{\"text\":\"#{pop.hukou}\",\"style\":58},\"9\":{\"text\":\"#{pop.laddress}\",\"style\":57},\"10\":{\"text\":\"#{pop.jperson}\",\"style\":57}},\"isDrag\":true,\"height\":35},\"5\":{\"cells\":{\"2\":{\"text\":\"\"}},\"isDrag\":true},\"len\":99},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"groupField\":\"pop.update_by\",\"freeze\":\"A1\",\"dataRectWidth\":1494,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"bgcolor\":\"#5b9cd6\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"color\":\"#ffffff\"},{\"align\":\"center\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\"},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\"},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\"},{\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":8}},{\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9},\"align\":\"center\",\"format\":\"date\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"date\"},{\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#f1f9f6\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ddefe8\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"date\"},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#deeaf6\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#deeaf6\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"宋体\"},\"align\":\"center\",\"format\":\"normal\"},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#deeaf6\",\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#bdd7ee\",\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"date\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"normal\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"font\":{\"size\":9,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"format\":\"date2\"}],\"validations\":[],\"isGroup\":true,\"cols\":{\"0\":{\"width\":48},\"1\":{\"width\":107},\"3\":{\"width\":91},\"4\":{\"width\":142},\"5\":{\"width\":130},\"6\":{\"width\":131},\"7\":{\"width\":235},\"8\":{\"width\":230},\"9\":{\"width\":148},\"10\":{\"width\":132},\"len\":50},\"merges\":[]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201216185224_1608116008543.png', 'admin', '2020-12-15 16:53:13', 'admin', '2021-07-13 05:38:57', 0, NULL, NULL, 1, 907, NULL, NULL, NULL);
372 INSERT INTO `jimu_report` VALUES ('1347373863746539520', '20210108104603', '实习证明', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":16,\"sci\":5,\"eri\":16,\"eci\":5,\"width\":147,\"height\":25},\"excel_config_id\":\"1347373863746539520\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\"\"},\"1\":{\"text\":\"\"}}},\"1\":{\"cells\":{\"0\":{\"text\":\"\"}}},\"3\":{\"cells\":{\"2\":{\"text\":\"\",\"rendered\":\"\"}}},\"5\":{\"cells\":{},\"height\":29},\"6\":{\"cells\":{\"2\":{\"text\":\"\",\"style\":2}},\"height\":34},\"7\":{\"cells\":{\"2\":{\"merge\":[0,4],\"text\":\"实习证明\",\"style\":2}},\"height\":41},\"8\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":3},\"2\":{\"text\":\"\"}}},\"9\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":3},\"2\":{\"text\":\"\",\"style\":3},\"3\":{\"text\":\"\"}},\"isDrag\":true,\"height\":33},\"10\":{\"cells\":{\"2\":{\"text\":\"${tt.name}\",\"style\":11},\"3\":{\"text\":\"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。\",\"style\":19,\"merge\":[0,3],\"height\":34}},\"height\":34},\"11\":{\"cells\":{},\"height\":28},\"12\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":6},\"2\":{\"style\":13,\"text\":\"${tt.pingjia}\",\"merge\":[3,4],\"height\":129}},\"height\":36},\"13\":{\"cells\":{},\"height\":29},\"14\":{\"cells\":{},\"height\":33},\"15\":{\"cells\":{},\"height\":31},\"16\":{\"cells\":{}},\"17\":{\"cells\":{\"1\":{\"text\":\"\"},\"2\":{\"text\":\"特此证明!\",\"style\":12}}},\"20\":{\"cells\":{\"2\":{\"text\":\"\"},\"3\":{\"text\":\"\",\"style\":3},\"4\":{\"text\":\"\"}}},\"21\":{\"cells\":{\"4\":{\"text\":\"\"}}},\"22\":{\"cells\":{\"3\":{\"text\":\"\",\"style\":3},\"4\":{\"text\":\"证明人:\",\"style\":11},\"5\":{\"text\":\"${tt.lingdao}\",\"style\":12}}},\"23\":{\"cells\":{\"4\":{\"text\":\"\"},\"5\":{\"text\":\"${tt.shijian}\",\"style\":15}}},\"len\":100},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":576,\"displayConfig\":{},\"background\":{\"path\":\"https://static.jeecg.com/designreport/images/11_1611283832037.png\",\"repeat\":\"no-repeat\",\"width\":\"\",\"height\":\"\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"right\"},{\"align\":\"left\"},{\"align\":\"left\",\"valign\":\"top\"},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":true},{\"font\":{\"size\":16}},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":false},{\"textwrap\":false},{\"textwrap\":true},{\"align\":\"right\",\"font\":{\"size\":12}},{\"font\":{\"size\":12}},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":true,\"font\":{\"size\":12}},{\"textwrap\":true,\"font\":{\"size\":12}},{\"align\":\"left\",\"font\":{\"size\":12}},{\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14}},{\"font\":{\"size\":10}},{\"textwrap\":false,\"font\":{\"size\":12}}],\"validations\":[],\"cols\":{\"0\":{\"width\":69},\"1\":{\"width\":41},\"4\":{\"width\":119},\"5\":{\"width\":147},\"6\":{\"width\":31},\"len\":50},\"merges\":[\"C8:G8\",\"D11:G11\",\"C13:G16\"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', 'admin', '2021-01-08 10:46:04', 'admin', '2021-07-13 05:39:21', 0, NULL, NULL, 1, 126, NULL, NULL, NULL);
373 INSERT INTO `jimu_report` VALUES ('1347454742040809472', '20210108161240', '实例:年度各月份佣金收入', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"1347454742040809472\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"pZTpI3BKFw0lh6D7\"},\"2\":{\"text\":\"年度各月份佣金收入\",\"style\":23,\"merge\":[0,3],\"virtual\":\"pZTpI3BKFw0lh6D7\"},\"3\":{\"style\":24},\"4\":{\"style\":24},\"5\":{\"style\":24},\"6\":{\"text\":\" \"}},\"height\":37},\"2\":{\"cells\":{\"1\":{\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"}}},\"4\":{\"cells\":{\"1\":{\"text\":\"查询年度:2019\"},\"4\":{\"text\":\"查询机构:总公司\"},\"6\":{\"text\":\"单位:元\"}}},\"6\":{\"cells\":{\"1\":{\"text\":\"月份\",\"style\":12},\"2\":{\"text\":\"佣金/主营业收入\",\"style\":12},\"3\":{\"text\":\"累计\",\"style\":12},\"4\":{\"text\":\"历史最低水平\",\"style\":12},\"5\":{\"text\":\"历史平均水平\",\"style\":12},\"6\":{\"text\":\"历史最高水平\",\"style\":12}}},\"7\":{\"cells\":{\"1\":{\"text\":\"#{tmp_report_data_1.monty}\",\"style\":0},\"2\":{\"text\":\"#{tmp_report_data_1.main_income}\",\"style\":0},\"3\":{\"text\":\"#{tmp_report_data_1.total}\",\"style\":18},\"4\":{\"text\":\"#{tmp_report_data_1.his_lowest}\",\"style\":0},\"5\":{\"text\":\"#{tmp_report_data_1.his_average}\",\"style\":0},\"6\":{\"text\":\"#{tmp_report_data_1.his_highest}\",\"style\":0}},\"isDrag\":true},\"9\":{\"cells\":{\"1\":{\"merge\":[1,1]}}},\"len\":99},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":678,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true}},{\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":false}},{\"font\":{\"bold\":false}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true},\"align\":\"center\"},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true,\"size\":15},\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":15},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\",\"align\":\"left\"},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"bold\":true,\"size\":24}},{\"font\":{\"bold\":true,\"size\":22}},{\"font\":{\"bold\":true,\"size\":22},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"format\":\"usd\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"format\":\"rmb\"},{\"font\":{\"bold\":true,\"name\":\"黑体\"}},{\"font\":{\"bold\":true,\"name\":\"黑体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"宋体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"楷体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"楷体\",\"size\":22},\"align\":\"center\"},{\"align\":\"center\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":29},\"1\":{\"width\":111},\"2\":{\"width\":116},\"4\":{\"width\":122},\"len\":50},\"merges\":[\"B10:C11\",\"C2:F2\"],\"imgList\":[{\"row\":1,\"col\":1,\"width\":\"148\",\"height\":\"56\",\"src\":\"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png\",\"layer_id\":\"pZTpI3BKFw0lh6D7\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,1],[1,2]]}]}', NULL, NULL, 'admin', '2021-01-08 16:12:40', 'admin', '2021-07-13 05:38:55', 0, NULL, NULL, 1, 62, NULL, NULL, NULL);
374 INSERT INTO `jimu_report` VALUES ('1347459370216198144', '20210108164121', '实例:来源收入统计', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":1,\"col\":1,\"width\":\"624\",\"height\":\"281\",\"config\":\"{\\\"legend\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":\\\"12\\\"},\\\"top\\\":\\\"top\\\",\\\"left\\\":\\\"right\\\",\\\"orient\\\":\\\"vertical\\\",\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"中国石油全资(集团所属)\\\",\\\"中国石油全资(股份所属)\\\",\\\"中石油控股或有控股权\\\",\\\"中石油参股\\\",\\\"非中石油\\\"],\\\"show\\\":true},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"中国石油全资(集团所属)\\\",\\\"value\\\":38460270.57,\\\"itemStyle\\\":{\\\"color\\\":\\\"#E46C8A\\\"}},{\\\"name\\\":\\\"中国石油全资(股份所属)\\\",\\\"value\\\":227595.77,\\\"itemStyle\\\":{\\\"color\\\":\\\"#FCDE43\\\"}},{\\\"name\\\":\\\"中石油控股或有控股权\\\",\\\"value\\\":679926.75,\\\"itemStyle\\\":{\\\"color\\\":\\\"#01A8E1\\\"}},{\\\"name\\\":\\\"中石油参股\\\",\\\"value\\\":72062.75,\\\"itemStyle\\\":{\\\"color\\\":\\\"#99CC00\\\"}},{\\\"name\\\":\\\"非中石油\\\",\\\"value\\\":1698597.62,\\\"itemStyle\\\":{\\\"color\\\":\\\"#800080\\\"}}],\\\"isRadius\\\":false,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"center\\\":[320,180],\\\"name\\\":\\\"访问来源\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":\\\"55%\\\",\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"},\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":5,\\\"text\\\":\\\"来源收入统计\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"center\\\",\\\"padding\\\":[5,20,5,10]},\\\"backgroundColor\\\":\\\"#fff\\\"}\",\"url\":\"\",\"extData\":{\"dataType\":\"sql\",\"apiStatus\":\"\",\"apiUrl\":\"\",\"dataId\":\"4af57d343f1d6521b71b85097b580786\",\"axisX\":\"biz_income\",\"axisY\":\"total\",\"series\":\"\",\"yText\":\"total\",\"xText\":\"biz_income\",\"dbCode\":\"tmp_report_data_income\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"pie.simple\",\"id\":\"\"},\"layer_id\":\"nVUy533exgQ70OPb\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],\"area\":{\"sri\":8,\"sci\":5,\"eri\":8,\"eci\":5,\"width\":63,\"height\":25},\"excel_config_id\":\"1347459370216198144\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"1\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"2\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"3\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"4\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"5\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"6\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"7\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"8\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"}}},\"3\":{\"cells\":{}},\"16\":{\"cells\":{\"1\":{\"text\":\"业务来源\",\"style\":1},\"2\":{\"text\":\"保险经纪佣金费\",\"style\":1},\"3\":{\"text\":\"风险咨询费\",\"style\":1},\"4\":{\"text\":\"承保公证评估费\",\"style\":1},\"5\":{\"text\":\"保险公证费\",\"style\":1},\"6\":{\"text\":\"投标咨询费\",\"style\":1},\"7\":{\"text\":\"内控咨询费\",\"style\":1},\"8\":{\"text\":\"总计\",\"style\":1}}},\"17\":{\"cells\":{\"1\":{\"text\":\"#{tmp_report_data_income.biz_income}\",\"style\":0},\"2\":{\"text\":\"#{tmp_report_data_income.bx_jj_yongjin}\",\"style\":0},\"3\":{\"text\":\"#{tmp_report_data_income.bx_zx_money}\",\"style\":0},\"4\":{\"text\":\"#{tmp_report_data_income.chengbao_gz_money}\",\"style\":0},\"5\":{\"text\":\"#{tmp_report_data_income.bx_gg_moeny}\",\"style\":0},\"6\":{\"text\":\"#{tmp_report_data_income.tb_zx_money}\",\"style\":0},\"7\":{\"text\":\"#{tmp_report_data_income.neikong_zx_money}\",\"style\":0},\"8\":{\"text\":\"#{tmp_report_data_income.total}\",\"style\":0}},\"isDrag\":true,\"height\":24},\"len\":58},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":702,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":16},\"1\":{\"width\":105},\"2\":{\"width\":119},\"3\":{\"width\":87},\"4\":{\"width\":61},\"5\":{\"width\":63},\"6\":{\"width\":60},\"7\":{\"width\":91},\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2021-01-08 16:41:21', 'admin', '2021-07-13 05:38:53', 0, NULL, NULL, 1, 63, NULL, NULL, NULL);
375 INSERT INTO `jimu_report` VALUES ('1352160857479581696', '20210121154924', 'redis', NULL, NULL, 'chartinfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":1,\"col\":7,\"width\":\"551\",\"height\":\"350\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#211F1E\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#211E1E\\\"}},\\\"show\\\":false,\\\"name\\\":\\\"数量\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"xAxis\\\":{\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#171515\\\",\\\"fontSize\\\":12},\\\"rotate\\\":0,\\\"interval\\\":0},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#171515\\\"}},\\\"data\\\":[\\\"15:02:38\\\",\\\"15:02:39\\\",\\\"15:02:40\\\",\\\"15:02:41\\\",\\\"15:02:42\\\"],\\\"show\\\":true,\\\"name\\\":\\\"时间\\\"},\\\"grid\\\":{\\\"top\\\":60,\\\"left\\\":60,\\\"bottom\\\":60,\\\"right\\\":60},\\\"series\\\":[{\\\"areaStyle\\\":{\\\"color\\\":\\\"rgba(231,69,193,1)\\\",\\\"opacity\\\":0.2},\\\"data\\\":[59,59,59,59,59],\\\"showSymbol\\\":true,\\\"lineStyle\\\":{\\\"width\\\":5},\\\"symbolSize\\\":5,\\\"isArea\\\":true,\\\"name\\\":\\\"销量\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(241,71,214,1)\\\"},\\\"step\\\":false,\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"line\\\",\\\"smooth\\\":true}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":0,\\\"text\\\":\\\"redis数量\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#9031C2\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"center\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"d4a29dfda94357308faf62be2b94db08\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"keysSizeForReport\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"line.area\",\"id\":\"NbjJrEsYcliaQRGO\"},\"layer_id\":\"NbjJrEsYcliaQRGO\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,7],[1,8],[1,9],[1,10],[1,11],[1,12]]},{\"row\":1,\"col\":1,\"width\":\"597\",\"height\":\"350\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#2692DD\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#469BDC\\\"}},\\\"show\\\":false,\\\"name\\\":\\\"内存(kb)\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"xAxis\\\":{\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#00FFF2\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#398DD3\\\",\\\"fontSize\\\":12},\\\"rotate\\\":0,\\\"interval\\\":0},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#1E88D0\\\"}},\\\"data\\\":[\\\"15:02:38\\\",\\\"15:02:39\\\",\\\"15:02:40\\\",\\\"15:02:41\\\",\\\"15:02:42\\\"],\\\"show\\\":true,\\\"name\\\":\\\"时间\\\"},\\\"grid\\\":{\\\"top\\\":60,\\\"left\\\":60,\\\"bottom\\\":60,\\\"right\\\":60},\\\"series\\\":[{\\\"areaStyle\\\":{\\\"color\\\":\\\"#74BCFF\\\",\\\"opacity\\\":0.3},\\\"data\\\":[875,875,875,875,875],\\\"showSymbol\\\":true,\\\"lineStyle\\\":{\\\"width\\\":5},\\\"symbolSize\\\":5,\\\"isArea\\\":true,\\\"name\\\":\\\"销量\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#1890FF\\\"},\\\"step\\\":false,\\\"label\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"},\\\"show\\\":true,\\\"position\\\":\\\"top\\\"},\\\"type\\\":\\\"line\\\",\\\"smooth\\\":true}],\\\"tooltip\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18},\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":5,\\\"text\\\":\\\"redis内存占用情况\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#4C87E4\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"center\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"6a1d22ca4c95e8fab655d3ceed43a84d\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"memoryForReport\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"line.area\",\"id\":\"YW0FQUwafBUTagh3\"},\"layer_id\":\"YW0FQUwafBUTagh3\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6]]}],\"area\":false,\"printElWidth\":1565,\"excel_config_id\":\"1352160857479581696\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"YW0FQUwafBUTagh3\",\"style\":19,\"merge\":[0,1]},\"2\":{\"text\":\" \",\"virtual\":\"YW0FQUwafBUTagh3\"},\"3\":{\"style\":19,\"virtual\":\"YW0FQUwafBUTagh3\"},\"4\":{\"style\":19,\"virtual\":\"YW0FQUwafBUTagh3\"},\"5\":{\"style\":19,\"virtual\":\"YW0FQUwafBUTagh3\"},\"6\":{\"style\":19,\"virtual\":\"YW0FQUwafBUTagh3\"},\"7\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"},\"8\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"},\"9\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"},\"10\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"},\"11\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"},\"12\":{\"text\":\" \",\"virtual\":\"NbjJrEsYcliaQRGO\"}}},\"2\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"3\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"4\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"5\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"6\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"7\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"8\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"9\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"10\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"11\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"12\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"13\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"14\":{\"cells\":{\"1\":{\"style\":19},\"2\":{\"style\":19},\"3\":{\"style\":19},\"4\":{\"style\":19},\"5\":{\"style\":19},\"6\":{\"style\":19},\"7\":{\"text\":\" \"}}},\"17\":{\"cells\":{\"1\":{}}},\"18\":{\"cells\":{\"1\":{\"text\":\"redis详细信息\",\"style\":5,\"merge\":[1,1]}}},\"19\":{\"cells\":{}},\"20\":{\"cells\":{\"1\":{\"text\":\"key\",\"merge\":[0,1],\"style\":46},\"2\":{\"text\":\" \",\"style\":47},\"3\":{\"merge\":[0,1],\"style\":46,\"text\":\"value\"},\"4\":{\"text\":\" \",\"style\":47},\"5\":{\"merge\":[0,9],\"style\":46,\"text\":\"desc\"},\"6\":{\"text\":\" \",\"style\":47},\"7\":{\"text\":\" \",\"style\":47},\"8\":{\"text\":\" \",\"style\":47},\"9\":{\"text\":\" \",\"style\":47},\"10\":{\"text\":\" \",\"style\":47},\"11\":{\"text\":\" \",\"style\":47},\"12\":{\"text\":\" \",\"style\":47},\"13\":{\"text\":\" \",\"style\":47},\"14\":{\"text\":\" \",\"style\":47}}},\"21\":{\"cells\":{\"1\":{\"merge\":[0,1],\"text\":\"#{infoForReport.key}\",\"style\":52},\"2\":{\"text\":\" \",\"style\":53},\"3\":{\"merge\":[0,1],\"text\":\"#{infoForReport.value}\",\"style\":52},\"4\":{\"text\":\" \",\"style\":53},\"5\":{\"text\":\"#{infoForReport.description}\",\"style\":52,\"merge\":[0,9]}}},\"len\":98},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1500,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":18},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":18}},{\"font\":{\"bold\":true,\"size\":14},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#d8d8d8\"},{\"bgcolor\":\"#d8d8d8\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#d8d8d8\",\"align\":\"center\"},{\"bgcolor\":\"#d8d8d8\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#f2f2f2\",\"align\":\"center\"},{\"bgcolor\":\"#f2f2f2\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#a5a5a5\",\"align\":\"center\"},{\"bgcolor\":\"#a5a5a5\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#bfbfbf\",\"align\":\"center\"},{\"bgcolor\":\"#bfbfbf\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\"},{\"bgcolor\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#f2f2f2\"},{\"bgcolor\":\"#f2f2f2\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#5b9cd6\"},{\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#deeaf6\",\"align\":\"center\"},{\"bgcolor\":\"#deeaf6\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#9cc2e6\"},{\"bgcolor\":\"#9cc2e6\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#93d051\",\"align\":\"center\"},{\"bgcolor\":\"#93d051\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#a7d08c\",\"align\":\"center\"},{\"bgcolor\":\"#a7d08c\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#c5e0b3\",\"align\":\"center\"},{\"bgcolor\":\"#c5e0b3\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#deeaf6\"},{\"bgcolor\":\"#deeaf6\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#d5dce4\"},{\"bgcolor\":\"#d5dce4\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#93d051\"},{\"bgcolor\":\"#93d051\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#756f6f\"},{\"bgcolor\":\"#756f6f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#c5e0b3\"},{\"bgcolor\":\"#c5e0b3\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#a7d08c\"},{\"bgcolor\":\"#a7d08c\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#71ae47\"},{\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#01b0f1\"},{\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#0170c1\"},{\"bgcolor\":\"#0170c1\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#8eaada\"},{\"bgcolor\":\"#8eaada\"}],\"validations\":[],\"cols\":{\"len\":50},\"merges\":[\"D19:E19\",\"F19:M19\",\"D20:E20\",\"F20:M20\",\"B2:C2\",\"B19:C20\",\"B22:C22\",\"D22:E22\",\"B21:C21\",\"D21:E21\",\"F21:O21\",\"F22:O22\"]}', NULL, NULL, 'admin', '2021-01-21 15:49:25', 'admin', '2021-02-03 13:58:06', 1, NULL, NULL, 0, 64, NULL, NULL, NULL);
376 INSERT INTO `jimu_report` VALUES ('1cd9d574d0c42f3915046dc61d9f33bd', '202012171553133795', '企业实时报表副本3795', NULL, NULL, 'chartinfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":6,\"col\":1,\"colspan\":0,\"rowspan\":0,\"width\":\"302\",\"height\":\"337\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"江苏\\\",\\\"山东\\\",\\\"安徽\\\",\\\"江西\\\",\\\"河北\\\",\\\"吉林\\\",\\\"黑龙江\\\",\\\"重庆\\\",\\\"广东\\\",\\\"上海\\\",\\\"哈尔滨\\\",\\\"福建\\\",\\\"四川\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":false,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":20,\\\"left\\\":45,\\\"bottom\\\":16,\\\"right\\\":46},\\\"series\\\":[{\\\"barWidth\\\":13,\\\"data\\\":[100,800,1200,1700,2500,4000,5800,6500,7000,7500,8000,8800,9500],\\\"name\\\":\\\"销售额\\\",\\\"itemStyle\\\":{\\\"barBorderRadius\\\":5,\\\"color\\\":\\\"rgba(67,184,251,1)\\\"},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"right\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#689AFB\\\",\\\"fontSize\\\":\\\"10\\\",\\\"fontWeight\\\":\\\"normal\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[],\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontWeight\\\":\\\"bolder\\\"}}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"销售额省份排名\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339491107951640577\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"xiaoshoue\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"bar.multi.horizontal\",\"chartId\":\"pie.doughnut\"},\"layer_id\":\"IFj1lg5S5aNG1wPx\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[6,1],[6,2],[6,3],[6,4]]},{\"row\":6,\"col\":10,\"colspan\":0,\"rowspan\":0,\"width\":\"247\",\"height\":\"124\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\",\\\"其他\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"销售额\\\",\\\"value\\\":6000000,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(43,193,254,1)\\\"}},{\\\"name\\\":\\\"其他\\\",\\\"value\\\":3400879,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(42,45,76,0.59)\\\"}}],\\\"isRadius\\\":true,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"name\\\":\\\"访问来源\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":[\\\"45%\\\",\\\"55%\\\"],\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"销售进度\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339498906765000705\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"xsjd\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"pie.doughnut\",\"chartId\":\"pie.doughnut\"},\"layer_id\":\"Yb2TIGEAxnvN9ITx\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[6,10],[6,11]]},{\"row\":6,\"col\":12,\"colspan\":0,\"rowspan\":0,\"width\":\"244\",\"height\":\"128\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"北京\\\",\\\"青岛\\\",\\\"合肥\\\",\\\"深圳\\\",\\\"石家庄\\\",\\\"重庆\\\",\\\"保定\\\",\\\"邯郸\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":false,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":10,\\\"left\\\":49,\\\"bottom\\\":16,\\\"right\\\":45},\\\"series\\\":[{\\\"barWidth\\\":9,\\\"data\\\":[80,500,800,1000,1200,1500,1600,2000],\\\"name\\\":\\\"销售额\\\",\\\"itemStyle\\\":{\\\"barBorderRadius\\\":0,\\\"color\\\":\\\"rgba(146,119,252,1)\\\"},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"right\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#689AFB\\\",\\\"fontSize\\\":\\\"10\\\",\\\"fontWeight\\\":\\\"normal\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[],\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontWeight\\\":\\\"bolder\\\"}}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"销售额城市排名\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339495346077728770\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"chengshi\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"bar.multi.horizontal\",\"chartId\":\"bar.multi.horizontal\"},\"layer_id\":\"qQHpevWlqElpRQUl\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[6,12],[6,13],[6,14]]},{\"row\":6,\"col\":15,\"colspan\":0,\"rowspan\":0,\"width\":\"230\",\"height\":\"127\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"北京\\\",\\\"青岛\\\",\\\"合肥\\\",\\\"深圳\\\",\\\"石家庄\\\",\\\"重庆\\\",\\\"保定\\\",\\\"邯郸\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":false,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":10,\\\"left\\\":49,\\\"bottom\\\":20,\\\"right\\\":48},\\\"series\\\":[{\\\"barWidth\\\":9,\\\"data\\\":[80,500,800,1000,1200,1500,1600,2000],\\\"name\\\":\\\"销售额\\\",\\\"itemStyle\\\":{\\\"barBorderRadius\\\":0,\\\"color\\\":\\\"rgba(146,119,252,1)\\\"},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"right\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#689AFB\\\",\\\"fontSize\\\":\\\"10\\\",\\\"fontWeight\\\":\\\"normal\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[],\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontWeight\\\":\\\"bolder\\\"}}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"某站点用户访问来源\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339495346077728770\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"chengshi\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"bar.multi.horizontal\",\"chartId\":\"bar.multi.horizontal\"},\"layer_id\":\"phTmhkjHLebYlOEQ\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[6,15],[6,16],[6,17],[6,18]]},{\"row\":7,\"col\":5,\"colspan\":0,\"rowspan\":0,\"width\":\"430\",\"height\":\"293\",\"config\":\"{\\\"geo\\\":{\\\"map\\\":\\\"china\\\",\\\"zoom\\\":0.5,\\\"label\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"8\\\",\\\"show\\\":true},\\\"itemStyle\\\":{\\\"borderWidth\\\":0.5,\\\"areaColor\\\":\\\"#8284FB\\\",\\\"borderColor\\\":\\\"#000\\\"},\\\"emphasis\\\":{\\\"label\\\":{\\\"color\\\":\\\"#fff\\\"},\\\"itemStyle\\\":{\\\"areaColor\\\":\\\"#4195EF\\\"}},\\\"regions\\\":[],\\\"layoutSize\\\":600,\\\"roam\\\":true,\\\"layoutCenter\\\":[\\\"50%\\\",\\\"50%\\\"]},\\\"series\\\":[{\\\"encode\\\":{\\\"value\\\":[2]},\\\"data\\\":[{\\\"name\\\":\\\"河北\\\",\\\"value\\\":[114.502461,38.045474,279]},{\\\"name\\\":\\\"海南\\\",\\\"value\\\":[110.33119,20.031971,273]},{\\\"name\\\":\\\"山东\\\",\\\"value\\\":[117.000923,36.675807,229]},{\\\"name\\\":\\\"甘肃\\\",\\\"value\\\":[103.823557,36.058039,194]},{\\\"name\\\":\\\"宁夏\\\",\\\"value\\\":[106.278179,38.46637,193]},{\\\"name\\\":\\\"浙江\\\",\\\"value\\\":[120.153576,30.287459,177]},{\\\"name\\\":\\\"湖南\\\",\\\"value\\\":[112.982279,28.19409,119]},{\\\"name\\\":\\\"湖北\\\",\\\"value\\\":[114.298572,30.584355,79]},{\\\"name\\\":\\\"河南\\\",\\\"value\\\":[113.665412,34.757975,67]},{\\\"name\\\":\\\"北京\\\",\\\"value\\\":[116.405285,39.904989,58]},{\\\"name\\\":\\\"天津\\\",\\\"value\\\":[117.190182,39.125596,59]},{\\\"name\\\":\\\"上海\\\",\\\"value\\\":[121.472644,31.231706,63]}],\\\"name\\\":\\\"\\\",\\\"emphasis\\\":{\\\"label\\\":{\\\"show\\\":true}},\\\"itemStyle\\\":{\\\"color\\\":\\\"#FF1205\\\"},\\\"coordinateSystem\\\":\\\"geo\\\",\\\"label\\\":{\\\"formatter\\\":\\\"{b}\\\",\\\"show\\\":false,\\\"position\\\":\\\"right\\\"},\\\"type\\\":\\\"scatter\\\",\\\"symbolSize\\\":5}],\\\"chartType\\\":\\\"map\\\",\\\"tooltip\\\":{\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"主要城市空气质量\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"chartType\":\"map.scatter\"},\"layer_id\":\"YTri6J59av4gj1CY\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[7,5],[7,6],[7,7],[7,8]]},{\"row\":14,\"col\":12,\"colspan\":0,\"rowspan\":0,\"width\":\"244\",\"height\":\"138\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\",\\\"其他\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"销售额\\\",\\\"value\\\":6000000,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(43,193,254,1)\\\"}},{\\\"name\\\":\\\"其他\\\",\\\"value\\\":3400879,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(42,45,76,0.59)\\\"}}],\\\"isRadius\\\":true,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"name\\\":\\\"访问来源\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":[\\\"50%\\\",\\\"60%\\\"],\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339498906765000705\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"xsjd\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"pie.doughnut\",\"chartId\":\"pie.doughnut\"},\"layer_id\":\"ARuuHLfjqV9l1tQD\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[14,12],[14,13],[14,14]]},{\"row\":14,\"col\":15,\"colspan\":0,\"rowspan\":0,\"width\":\"230\",\"height\":\"139\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\",\\\"其他\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"销售额\\\",\\\"value\\\":6000000,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(43,193,254,1)\\\"}},{\\\"name\\\":\\\"其他\\\",\\\"value\\\":3400879,\\\"itemStyle\\\":{\\\"color\\\":\\\"rgba(42,45,76,0.59)\\\"}}],\\\"isRadius\\\":true,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"name\\\":\\\"访问来源\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":[\\\"45%\\\",\\\"55%\\\"],\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"某站点用户访问来源\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339498906765000705\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"xsjd\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"pie.doughnut\",\"chartId\":\"\"},\"layer_id\":\"bcrMtWqTd2AJIjLd\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[14,15],[14,16],[14,17],[14,18]]},{\"row\":14,\"col\":10,\"colspan\":0,\"rowspan\":0,\"width\":\"244\",\"height\":\"138\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"北京\\\",\\\"青岛\\\",\\\"合肥\\\",\\\"深圳\\\",\\\"石家庄\\\",\\\"重庆\\\",\\\"保定\\\",\\\"邯郸\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":false,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"销售额\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":false,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":10,\\\"left\\\":49,\\\"bottom\\\":15,\\\"right\\\":45},\\\"series\\\":[{\\\"barWidth\\\":9,\\\"data\\\":[80,500,800,1000,1200,1500,1600,2000],\\\"name\\\":\\\"销售额\\\",\\\"itemStyle\\\":{\\\"barBorderRadius\\\":0,\\\"color\\\":\\\"rgba(146,119,252,1)\\\"},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"right\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#698AFB\\\",\\\"fontSize\\\":\\\"10\\\",\\\"fontWeight\\\":\\\"normal\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2,\\\"typeData\\\":[],\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontWeight\\\":\\\"bolder\\\"}}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":false,\\\"top\\\":5,\\\"text\\\":\\\"某站点用户访问来源\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339495346077728770\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"chengshi\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"bar.multi.horizontal\",\"chartId\":\"bar.multi.horizontal\"},\"layer_id\":\"Y1kgYOWBHIVQdSN5\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[14,10],[14,11]]},{\"row\":20,\"col\":1,\"colspan\":0,\"rowspan\":0,\"width\":\"743\",\"height\":\"150\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"name\\\":\\\"\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":0,\\\"textStyle\\\":{\\\"color\\\":\\\"#FEFEFE\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"data\\\":[\\\"2020-01-09\\\",\\\"2020-01-12\\\",\\\"2020-01-14\\\",\\\"2020-01-16\\\",\\\"2020-01-18\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\"}},\\\"show\\\":true,\\\"name\\\":\\\"\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"grid\\\":{\\\"top\\\":53,\\\"left\\\":22,\\\"bottom\\\":37,\\\"right\\\":20},\\\"series\\\":[{\\\"areaStyle\\\":{\\\"color\\\":\\\"#43B8FB\\\",\\\"opacity\\\":0.7},\\\"data\\\":[2,6,7,5,6],\\\"showSymbol\\\":true,\\\"lineStyle\\\":{\\\"width\\\":2},\\\"symbolSize\\\":5,\\\"isArea\\\":true,\\\"name\\\":\\\"销量\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#43B8FB\\\"},\\\"step\\\":false,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"line\\\",\\\"smooth\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":\\\"10\\\"}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":14,\\\"text\\\":\\\"销售额增速\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFFFF\\\",\\\"fontWeight\\\":\\\"normal\\\",\\\"fontSize\\\":\\\"14\\\"},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"api\",\"apiStatus\":\"1\",\"dataId\":\"1339538388453195777\",\"axisX\":\"name\",\"axisY\":\"value\",\"series\":\"type\",\"yText\":\"\",\"xText\":\"\",\"dbCode\":\"zhexian\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"line.area\",\"chartId\":\"\"},\"layer_id\":\"uChrZaHYoV04MQpT\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[20,1],[20,2],[20,3],[20,4],[20,5],[20,6],[20,7],[20,8],[20,9]]}],\"area\":{\"sri\":4,\"sci\":7,\"eri\":4,\"eci\":7,\"width\":100,\"height\":38},\"excel_config_id\":\"1cd9d574d0c42f3915046dc61d9f33bd\",\"printConfig\":{\"paper\":\"A3\",\"width\":297,\"height\":420,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"landscape\"},\"rows\":{\"0\":{\"cells\":{}},\"2\":{\"cells\":{\"1\":{\"merge\":[0,17],\"text\":\"企业实时销售数据\",\"style\":3}}},\"3\":{\"cells\":{},\"height\":35},\"4\":{\"cells\":{\"1\":{\"text\":\"  销售额省份排名\",\"style\":32,\"merge\":[0,1],\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"2\":{\"style\":32,\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"5\":{\"text\":\"  销售总额\",\"style\":69},\"10\":{\"text\":\"  销售进度\",\"style\":43},\"11\":{\"text\":\"\",\"style\":43},\"13\":{\"text\":\"  销售额城市排名\",\"style\":32,\"merge\":[0,1]},\"15\":{\"text\":\"  个人业绩排名\",\"style\":32,\"merge\":[0,1]},\"17\":{\"text\":\"\",\"style\":32,\"merge\":[0,1]}},\"height\":38},\"5\":{\"cells\":{\"1\":{\"text\":\"   Sales ranking points\",\"virtual\":\"IFj1lg5S5aNG1wPx\",\"style\":62,\"merge\":[0,1]},\"5\":{\"text\":\"12436025\",\"style\":52,\"merge\":[1,0]},\"6\":{\"merge\":[1,0],\"text\":\"元\",\"style\":22},\"10\":{\"text\":\"   Sales progress\",\"style\":33},\"11\":{\"text\":\"\",\"virtual\":\"Yb2TIGEAxnvN9ITx\",\"style\":33},\"13\":{\"text\":\"   Sales ranking\",\"virtual\":\"qQHpevWlqElpRQUl\",\"style\":31},\"15\":{\"text\":\"   Personal  ranking\",\"style\":62,\"merge\":[0,1]},\"17\":{\"text\":\"\",\"style\":62,\"merge\":[0,1]}},\"height\":24},\"6\":{\"cells\":{\"1\":{\"text\":\"\",\"merge\":[0,1],\"style\":31,\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"2\":{\"style\":31,\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"3\":{\"text\":\" \",\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"4\":{\"text\":\" \",\"virtual\":\"IFj1lg5S5aNG1wPx\"},\"10\":{\"text\":\" \",\"virtual\":\"Yb2TIGEAxnvN9ITx\"},\"11\":{\"text\":\"\",\"style\":33,\"virtual\":\"Yb2TIGEAxnvN9ITx\"},\"12\":{\"text\":\" \",\"virtual\":\"qQHpevWlqElpRQUl\"},\"13\":{\"text\":\"\",\"virtual\":\"qQHpevWlqElpRQUl\",\"style\":31},\"14\":{\"text\":\" \",\"virtual\":\"qQHpevWlqElpRQUl\"},\"15\":{\"text\":\" \",\"virtual\":\"phTmhkjHLebYlOEQ\"},\"16\":{\"text\":\" \",\"virtual\":\"phTmhkjHLebYlOEQ\"},\"17\":{\"text\":\" \",\"style\":31,\"virtual\":\"phTmhkjHLebYlOEQ\"},\"18\":{\"text\":\" \",\"virtual\":\"phTmhkjHLebYlOEQ\"}}},\"7\":{\"cells\":{\"5\":{\"style\":53,\"virtual\":\"YTri6J59av4gj1CY\"},\"6\":{\"style\":22,\"virtual\":\"YTri6J59av4gj1CY\"},\"7\":{\"text\":\" \",\"virtual\":\"YTri6J59av4gj1CY\"},\"8\":{\"text\":\" \",\"virtual\":\"YTri6J59av4gj1CY\"}}},\"8\":{\"cells\":{\"5\":{\"style\":18,\"text\":\"\",\"virtual\":\"YTri6J59av4gj1CY\"}}},\"9\":{\"cells\":{\"5\":{\"style\":21,\"text\":\"\"}}},\"10\":{\"cells\":{\"5\":{\"text\":\"\",\"style\":17}}},\"12\":{\"cells\":{\"10\":{\"text\":\"  品类销售排名\",\"style\":43},\"11\":{\"text\":\"\",\"style\":43},\"13\":{\"text\":\"  品类销售额占比\",\"style\":43,\"merge\":[0,1]},\"15\":{\"text\":\"  一季度销售季度\",\"style\":43,\"merge\":[0,1]},\"17\":{\"text\":\"\",\"style\":43,\"merge\":[0,1]}}},\"13\":{\"cells\":{\"10\":{\"text\":\"   Category Sales  ranking\",\"style\":31},\"11\":{\"text\":\"\",\"style\":31},\"13\":{\"text\":\"   Type of Sales \",\"style\":31},\"15\":{\"text\":\"   Quarterly sales progree\",\"style\":58,\"merge\":[0,1]},\"17\":{\"text\":\"\",\"style\":58,\"merge\":[0,1]}}},\"14\":{\"cells\":{\"10\":{\"text\":\" \",\"virtual\":\"Y1kgYOWBHIVQdSN5\"},\"11\":{\"text\":\" \",\"virtual\":\"Y1kgYOWBHIVQdSN5\"},\"12\":{\"text\":\" \",\"virtual\":\"ARuuHLfjqV9l1tQD\"},\"13\":{\"text\":\" \",\"virtual\":\"ARuuHLfjqV9l1tQD\"},\"14\":{\"text\":\" \",\"virtual\":\"ARuuHLfjqV9l1tQD\"},\"15\":{\"text\":\" \",\"virtual\":\"bcrMtWqTd2AJIjLd\"},\"16\":{\"text\":\" \",\"virtual\":\"bcrMtWqTd2AJIjLd\"},\"17\":{\"text\":\" \",\"virtual\":\"bcrMtWqTd2AJIjLd\"},\"18\":{\"text\":\" \",\"virtual\":\"bcrMtWqTd2AJIjLd\"}}},\"15\":{\"cells\":{},\"height\":15},\"16\":{\"cells\":{\"11\":{\"text\":\"\",\"style\":43},\"13\":{\"text\":\"\",\"style\":43,\"merge\":[0,1]},\"17\":{\"text\":\"\",\"style\":43,\"merge\":[0,1]}}},\"17\":{\"cells\":{\"11\":{\"text\":\"\",\"style\":31},\"13\":{\"text\":\"\",\"style\":31},\"17\":{\"text\":\"\",\"merge\":[0,1],\"style\":58}}},\"18\":{\"cells\":{}},\"20\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"2\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"3\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"4\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"5\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"6\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"7\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"8\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"},\"9\":{\"text\":\" \",\"virtual\":\"uChrZaHYoV04MQpT\"}},\"height\":39},\"22\":{\"cells\":{\"10\":{\"text\":\"企业经营指标\",\"style\":74},\"11\":{\"text\":\"1201043元\",\"style\":73},\"13\":{\"text\":\"企业经营指标\",\"style\":74},\"14\":{\"text\":\"1201043元\",\"style\":73},\"16\":{\"text\":\"企业经营指标\",\"style\":74},\"17\":{\"text\":\"1201043元\",\"style\":73}}},\"23\":{\"cells\":{\"10\":{\"text\":\"企业经营指标1\",\"style\":74},\"11\":{\"text\":\"1201043元\",\"style\":73},\"13\":{\"text\":\"企业经营指标1\",\"style\":74},\"14\":{\"text\":\"1201043元\",\"style\":73},\"16\":{\"text\":\"企业经营指标1\",\"style\":74},\"17\":{\"text\":\"1201043元\",\"style\":73}}},\"26\":{\"cells\":{},\"height\":33},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1584,\"displayConfig\":{},\"background\":{\"path\":\"https://static.jeecg.com/designreport/images/bg55_1608205385382.png\",\"repeat\":\"no-repeat\",\"width\":\"1525\",\"height\":\"700\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"color\":\"#ffffff\"},{\"color\":\"#ffffff\",\"font\":{\"size\":16}},{\"color\":\"#ffffff\",\"font\":{\"size\":16},\"align\":\"center\"},{\"color\":\"#ffffff\",\"font\":{\"size\":18},\"align\":\"center\"},{\"font\":{\"size\":18}},{\"color\":\"#67b1ee\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":14}},{\"color\":\"#67b1ee\",\"font\":{\"size\":12}},{\"font\":{\"size\":14}},{\"font\":{\"size\":18},\"bgcolor\":\"#ffffff\"},{\"font\":{\"size\":18},\"bgcolor\":\"#ffffff\",\"color\":\"#ffffff\"},{\"font\":{\"size\":16},\"bgcolor\":\"#ffffff\",\"color\":\"#ffffff\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"right\"},{\"font\":{\"size\":16},\"bgcolor\":\"#ffffff\",\"color\":\"#ffffff\",\"align\":\"right\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"center\"},{\"font\":{\"size\":16}},{\"font\":{\"size\":16},\"color\":\"#fe0000\"},{\"font\":{\"size\":16},\"color\":\"#fe0000\",\"align\":\"center\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"left\"},{\"align\":\"left\"},{\"align\":\"left\",\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14},\"color\":\"#ffffff\"},{\"font\":{\"size\":14},\"color\":\"#ffffff\"},{\"font\":{\"size\":12},\"color\":\"#ffffff\"},{\"font\":{\"size\":12,\"bold\":true},\"color\":\"#ffffff\"},{\"font\":{\"size\":12,\"bold\":false},\"color\":\"#ffffff\"},{\"font\":{\"size\":11,\"bold\":false},\"color\":\"#ffffff\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"color\":\"#67b1ee\"},{\"font\":{\"size\":9},\"color\":\"#67b1ee\",\"valign\":\"top\"},{\"font\":{\"size\":8},\"color\":\"#67b1ee\",\"valign\":\"top\"},{\"font\":{\"size\":11,\"bold\":false},\"color\":\"#ffffff\",\"valign\":\"bottom\"},{\"font\":{\"size\":8},\"color\":\"#67b1ee\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"left\",\"valign\":\"bottom\"},{\"align\":\"left\",\"valign\":\"bottom\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"center\",\"valign\":\"bottom\"},{\"align\":\"center\",\"valign\":\"bottom\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":12},\"align\":\"left\",\"valign\":\"middle\"},{\"align\":\"left\",\"valign\":\"middle\"},{\"font\":{\"size\":11}},{\"font\":{\"size\":11},\"color\":\"#ffffff\"},{\"font\":{\"size\":11},\"color\":\"#ffffff\",\"valign\":\"middle\"},{\"font\":{\"size\":11},\"color\":\"#ffffff\",\"valign\":\"bottom\"},{\"color\":\"#ffffff\",\"font\":{\"size\":12},\"align\":\"left\",\"valign\":\"middle\"},{\"align\":\"left\",\"valign\":\"middle\",\"color\":\"#ffffff\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":16}},{\"color\":\"#ffff01\",\"font\":{\"size\":16}},{\"color\":\"#ffffff\",\"font\":{\"size\":11},\"align\":\"left\",\"valign\":\"middle\"},{\"color\":\"#ffffff\",\"font\":{\"size\":14},\"align\":\"left\",\"valign\":\"middle\"},{\"color\":\"#ffff01\",\"font\":{\"size\":14},\"align\":\"left\",\"valign\":\"middle\"},{\"font\":{\"size\":14},\"color\":\"#ffff01\"},{\"color\":\"#ffff01\",\"font\":{\"size\":14},\"align\":\"right\",\"valign\":\"middle\"},{\"font\":{\"size\":14},\"color\":\"#ffff01\",\"align\":\"right\"},{\"color\":\"#ffffff\",\"valign\":\"bottom\"},{\"font\":{\"size\":8},\"bgcolor\":\"#67b1ee\"},{\"font\":{\"size\":8},\"bgcolor\":\"#ffffff\"},{\"font\":{\"size\":8},\"bgcolor\":\"#ffffff\",\"color\":\"#67b1ee\"},{\"font\":{\"size\":8},\"bgcolor\":\"#ffffff\",\"color\":\"#67b1ee\",\"valign\":\"top\"},{\"font\":{\"size\":8,\"bold\":false},\"color\":\"#ffffff\",\"valign\":\"bottom\"},{\"font\":{\"size\":8,\"bold\":false},\"color\":\"#ffffff\",\"valign\":\"top\"},{\"font\":{\"size\":8},\"valign\":\"top\"},{\"font\":{\"size\":8,\"bold\":false},\"color\":\"#67b1ee\",\"valign\":\"top\"},{\"color\":\"#ffffff\",\"font\":{\"size\":11},\"align\":\"center\",\"valign\":\"middle\"},{\"align\":\"center\"},{\"color\":\"#ffffff\",\"font\":{\"size\":11},\"align\":\"right\",\"valign\":\"middle\"},{\"align\":\"right\"},{\"color\":\"#ffffff\",\"font\":{\"size\":14},\"align\":\"right\",\"valign\":\"middle\"},{\"align\":\"right\",\"font\":{\"size\":14}},{\"color\":\"#ffffff\",\"font\":{\"size\":11},\"align\":\"left\",\"valign\":\"bottom\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":11}},{\"color\":\"#67b1ee\",\"font\":{\"size\":11},\"align\":\"center\"},{\"font\":{\"size\":12}},{\"font\":{\"size\":12},\"color\":\"#ffff01\"},{\"color\":\"#67b1ee\",\"font\":{\"size\":11},\"align\":\"right\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":10},\"3\":{\"width\":102},\"4\":{\"width\":9},\"5\":{\"width\":105},\"6\":{\"width\":102},\"8\":{\"width\":124},\"9\":{\"width\":14},\"10\":{\"width\":136},\"11\":{\"width\":114},\"12\":{\"width\":15},\"13\":{\"width\":113},\"14\":{\"width\":129},\"15\":{\"width\":11},\"len\":50},\"merges\":[\"B3:S3\",\"B5:C5\",\"N5:O5\",\"P5:Q5\",\"R5:S5\",\"B6:C6\",\"F6:F7\",\"G6:G7\",\"P6:Q6\",\"R6:S6\",\"B7:C7\",\"N13:O13\",\"P13:Q13\",\"R13:S13\",\"P14:Q14\",\"R14:S14\",\"N17:O17\",\"R17:S17\",\"R18:S18\"]}', NULL, 'https://static.jeecg.com/designreport/images/QQ截图20201218200943_1608293404719.png', 'admin', '2021-01-18 13:21:10', 'admin', '2021-07-14 06:27:34', 0, NULL, NULL, 0, 682, NULL, NULL, NULL);
377 INSERT INTO `jimu_report` VALUES ('519c1c6f4d1f584ae8fa5b43b45acdc7', '56623333333', '销售单', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"519c1c6f4d1f584ae8fa5b43b45acdc7\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"销售单\",\"style\":40,\"merge\":[0,6]}},\"height\":99},\"1\":{\"cells\":{\"1\":{\"text\":\"商品编码\",\"style\":62},\"2\":{\"text\":\"商品名称\",\"style\":62},\"3\":{\"text\":\"销售时间\",\"style\":62},\"4\":{\"text\":\"销售数量\",\"style\":62},\"5\":{\"text\":\"定价\",\"style\":62},\"6\":{\"text\":\"优惠价\",\"style\":62},\"7\":{\"text\":\"付款金额\",\"style\":62}},\"height\":39},\"2\":{\"cells\":{\"1\":{\"text\":\"#{xiaoshou.bianma}\",\"style\":61},\"2\":{\"text\":\"#{xiaoshou.cname}\",\"style\":61},\"3\":{\"text\":\"#{xiaoshou.ctime}\",\"style\":61},\"4\":{\"text\":\"#{xiaoshou.cnum}\",\"style\":61},\"5\":{\"text\":\"#{xiaoshou.cprice}\",\"style\":61},\"6\":{\"text\":\"#{xiaoshou.yprice}\",\"style\":61},\"7\":{\"text\":\"#{xiaoshou.ctotal}\",\"style\":61}},\"isDrag\":true,\"height\":35},\"3\":{\"cells\":{\"1\":{\"style\":44,\"text\":\"\"},\"5\":{\"style\":44,\"text\":\"\"},\"6\":{\"text\":\"\",\"style\":45},\"7\":{\"style\":46,\"text\":\"=SUM(H3)\"}},\"isDrag\":true,\"height\":73},\"5\":{\"cells\":{},\"isDrag\":true},\"6\":{\"cells\":{},\"isDrag\":true},\"7\":{\"cells\":{\"2\":{\"text\":\"\"}},\"isDrag\":true},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":703,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"size\":18}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#fed964\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#fdc101\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#fdc101\"},{\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ffe59a\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ffc001\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#fed964\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ed7d31\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#9cc2e6\"},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":12}},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"bold\":true,\"size\":18}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"left\"},{\"align\":\"right\",\"font\":{\"size\":16}},{\"align\":\"left\",\"font\":{\"size\":16}},{\"align\":\"right\",\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"size\":14,\"name\":\"宋体\"}},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#2e75b5\"],\"top\":[\"thin\",\"#2e75b5\"],\"left\":[\"thin\",\"#2e75b5\"],\"right\":[\"thin\",\"#2e75b5\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffff01\"],\"top\":[\"thin\",\"#ffff01\"],\"left\":[\"thin\",\"#ffff01\"],\"right\":[\"thin\",\"#ffff01\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#2e75b5\"],\"top\":[\"thin\",\"#2e75b5\"],\"left\":[\"thin\",\"#2e75b5\"],\"right\":[\"thin\",\"#2e75b5\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#5b9cd6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}}],\"validations\":[],\"cols\":{\"0\":{\"width\":18},\"1\":{\"width\":102},\"2\":{\"width\":132},\"3\":{\"width\":147},\"4\":{\"width\":66},\"5\":{\"width\":66},\"6\":{\"width\":84},\"7\":{\"width\":88},\"8\":{\"width\":121},\"len\":50},\"merges\":[\"B1:H1\"]}', '', 'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', 'jeecg', '2020-07-28 16:54:44', 'admin', '2021-07-12 12:21:30', 0, NULL, NULL, 1, 2085, NULL, NULL, NULL);
378 INSERT INTO `jimu_report` VALUES ('537446834339098624', '20210401114849', 'oo', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":3,\"sci\":4,\"eri\":3,\"eci\":4,\"width\":100,\"height\":25},\"excel_config_id\":\"537446834339098624\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"3\":{\"cells\":{\"1\":{\"text\":\"#{pp.id}\"},\"2\":{\"text\":\"#{pp.cname}\"},\"3\":{\"text\":\"#{pp.cnum}\"},\"4\":{\"text\":\"#{pp.cprice}\"}}},\"len\":98,\"-1\":{\"cells\":{\"-1\":{\"text\":\"#{tt.id}\"}}}},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":512,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[],\"validations\":[],\"cols\":{\"2\":{\"width\":109},\"3\":{\"width\":103},\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2021-04-01 03:48:50', 'admin', '2021-04-01 05:56:45', 1, NULL, NULL, 0, 49, NULL, NULL, NULL);
379 INSERT INTO `jimu_report` VALUES ('539340274106675200', '20210406171243', '333', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"539340274106675200\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"1\":{\"cells\":{\"0\":{\"text\":\" \",\"virtual\":\"4YgDWyELjvBe4KIH\"},\"1\":{\"text\":\" \",\"virtual\":\"4YgDWyELjvBe4KIH\"},\"2\":{\"text\":\" \",\"virtual\":\"4YgDWyELjvBe4KIH\"}}},\"len\":100},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":0,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[],\"validations\":[],\"cols\":{\"len\":50},\"merges\":[],\"imgList\":[{\"row\":1,\"col\":0,\"width\":\"247\",\"height\":\"213\",\"src\":\"excel_online/11_1617700358412.jpg\",\"layer_id\":\"4YgDWyELjvBe4KIH\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,0],[1,1],[1,2]]}]}', NULL, NULL, 'admin', '2021-04-06 09:12:44', 'admin', '2021-07-13 10:23:35', 1, NULL, NULL, 0, 4, NULL, NULL, NULL);
380 INSERT INTO `jimu_report` VALUES ('53c82a76f837d5661dceec7d93afafec', '5678', '阜阳检票数查询', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"53c82a76f837d5661dceec7d93afafec\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"\",\"style\":66},\"2\":{\"style\":66},\"3\":{\"style\":67,\"merge\":[0,3],\"text\":\"阜阳火车站检票数\"},\"4\":{\"style\":67},\"5\":{\"style\":67},\"6\":{\"style\":67},\"7\":{\"style\":66},\"8\":{\"style\":66},\"9\":{\"style\":58}},\"height\":63},\"1\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":66},\"2\":{\"style\":66},\"3\":{\"style\":66},\"4\":{\"style\":66},\"5\":{\"style\":66},\"6\":{\"style\":66},\"7\":{\"style\":66},\"8\":{\"style\":66},\"9\":{\"style\":58}},\"height\":20},\"2\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"日期:\",\"style\":68},\"2\":{\"text\":\"${gongsi.tdata}\",\"style\":69},\"3\":{\"style\":66},\"4\":{\"style\":66,\"text\":\"制表人:\"},\"5\":{\"text\":\"${gongsi.gname}\",\"style\":66},\"6\":{\"style\":66},\"7\":{\"text\":\"\",\"merge\":[0,1],\"style\":70},\"8\":{\"style\":70},\"9\":{\"style\":58}},\"isDrag\":true},\"3\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"班次\",\"merge\":[1,0],\"style\":71},\"2\":{\"text\":\"发车时间\",\"merge\":[1,0],\"style\":71},\"3\":{\"text\":\"是否放空\",\"merge\":[1,0],\"style\":71},\"4\":{\"text\":\"路线\",\"merge\":[0,1],\"style\":71},\"5\":{\"style\":72},\"6\":{\"text\":\"核载座位数\",\"merge\":[1,0],\"style\":71},\"7\":{\"merge\":[1,0],\"style\":71,\"text\":\"检票数\"},\"8\":{\"merge\":[1,0],\"style\":71,\"text\":\"实载率(%)\"},\"9\":{\"style\":58}}},\"4\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":72},\"2\":{\"style\":71},\"3\":{\"style\":72},\"4\":{\"text\":\"从\",\"style\":71},\"5\":{\"text\":\"到\",\"style\":71},\"6\":{\"style\":72},\"7\":{\"style\":71},\"8\":{\"style\":72},\"9\":{\"style\":58}},\"height\":25},\"5\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":73,\"text\":\"#{jianpiao.bnum}\"},\"2\":{\"style\":73,\"text\":\"#{jianpiao.ftime}\"},\"3\":{\"style\":73,\"text\":\"#{jianpiao.sfkong}\"},\"4\":{\"style\":73,\"text\":\"#{jianpiao.kaishi}\"},\"5\":{\"style\":73,\"text\":\"#{jianpiao.jieshu}\"},\"6\":{\"style\":73,\"text\":\"#{jianpiao.hezairen}\"},\"7\":{\"style\":73,\"text\":\"#{jianpiao.jpnum}\"},\"8\":{\"style\":73,\"text\":\"#{jianpiao.shihelv}\"},\"9\":{\"style\":58}},\"height\":33},\"6\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}},\"isDrag\":true},\"7\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11,\"text\":\"\"},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"8\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"9\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"10\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"11\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"12\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"13\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"14\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"len\":96,\"-1\":{\"cells\":{\"-1\":{\"text\":\"${gongsi.id}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":701,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#7f7f7f\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"thin\",\"#7f7f7f\"],\"bottom\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"right\":[\"thin\",\"#7f7f7f\"]}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":false}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"align\":\"right\"},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"font\":{\"bold\":true},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#2e75b5\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#2e75b5\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#0170c1\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#0170c1\"},{\"font\":{\"bold\":false},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"size\":22,\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true},\"valign\":\"bottom\"},{\"font\":{\"bold\":false},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\"},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"宋体\"},\"valign\":\"bottom\"},{\"font\":{\"bold\":false,\"name\":\"宋体\"},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false,\"name\":\"宋体\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false,\"name\":\"宋体\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"Microsoft YaHei\"},\"valign\":\"bottom\"},{\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"right\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"name\":\"Microsoft YaHei\"}}],\"validations\":[],\"cols\":{\"0\":{\"width\":17},\"1\":{\"width\":118},\"2\":{\"width\":75},\"3\":{\"width\":54},\"4\":{\"width\":95},\"5\":{\"width\":109},\"6\":{\"width\":75},\"7\":{\"width\":75},\"8\":{\"width\":83},\"9\":{\"width\":30},\"len\":50},\"merges\":[\"E4:F4\",\"B4:B5\",\"C4:C5\",\"D4:D5\",\"G4:G5\",\"H4:H5\",\"I4:I5\",\"D1:G1\",\"H3:I3\"]}', '', 'https://static.jeecg.com/designreport/images/25_1597233573577.png', 'jeecg', '2020-06-16 15:01:42', 'admin', '2021-02-03 12:11:37', 0, NULL, NULL, 1, 691, NULL, NULL, NULL);
381 INSERT INTO `jimu_report` VALUES ('5485950d88c9918d03dece2ad24b4d72', '202101081612408899', '实例:年度各月份佣金收入副本8899', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":11,\"sci\":7,\"eri\":11,\"eci\":7,\"width\":100,\"height\":25},\"printElWidth\":749,\"excel_config_id\":\"1347454742040809472\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"pZTpI3BKFw0lh6D7\"},\"2\":{\"text\":\"年度各月份佣金收入\",\"style\":23,\"merge\":[0,3],\"virtual\":\"pZTpI3BKFw0lh6D7\"},\"3\":{\"style\":24},\"4\":{\"style\":24},\"5\":{\"style\":24},\"6\":{\"text\":\" \"}},\"height\":37},\"2\":{\"cells\":{\"1\":{\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"}}},\"4\":{\"cells\":{\"1\":{\"text\":\"查询年度:2019\"},\"4\":{\"text\":\"查询机构:总公司\"},\"6\":{\"text\":\"单位:元\"}}},\"6\":{\"cells\":{\"1\":{\"text\":\"月份\",\"style\":12},\"2\":{\"text\":\"佣金/主营业收入\",\"style\":12},\"3\":{\"text\":\"累计\",\"style\":12},\"4\":{\"text\":\"历史最低水平\",\"style\":12},\"5\":{\"text\":\"历史平均水平\",\"style\":12},\"6\":{\"text\":\"历史最高水平\",\"style\":12}}},\"7\":{\"cells\":{\"1\":{\"text\":\"#{tmp_report_data_1.monty}\",\"style\":0},\"2\":{\"text\":\"#{tmp_report_data_1.main_income}\",\"style\":0},\"3\":{\"text\":\"#{tmp_report_data_1.total}\",\"style\":18},\"4\":{\"text\":\"#{tmp_report_data_1.his_lowest}\",\"style\":0},\"5\":{\"text\":\"#{tmp_report_data_1.his_average}\",\"style\":0},\"6\":{\"text\":\"#{tmp_report_data_1.his_highest}\",\"style\":0}},\"isDrag\":true},\"9\":{\"cells\":{\"1\":{\"merge\":[1,1]}}},\"len\":99},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":703,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true}},{\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":false}},{\"font\":{\"bold\":false}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true},\"align\":\"center\"},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true,\"size\":15},\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":15},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\",\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\",\"align\":\"left\"},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"bold\":true,\"size\":24}},{\"font\":{\"bold\":true,\"size\":22}},{\"font\":{\"bold\":true,\"size\":22},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"format\":\"usd\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"format\":\"rmb\"},{\"font\":{\"bold\":true,\"name\":\"黑体\"}},{\"font\":{\"bold\":true,\"name\":\"黑体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"宋体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"楷体\",\"size\":22}},{\"font\":{\"bold\":true,\"name\":\"楷体\",\"size\":22},\"align\":\"center\"},{\"align\":\"center\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":54},\"1\":{\"width\":111},\"2\":{\"width\":116},\"4\":{\"width\":122},\"len\":26},\"merges\":[\"B10:C11\",\"C2:F2\"],\"imgList\":[{\"row\":1,\"col\":1,\"width\":\"148\",\"height\":\"56\",\"src\":\"https://static.jeecg.com/designreport/images/kunlunlog_1610591367645.png\",\"layer_id\":\"pZTpI3BKFw0lh6D7\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[1,1],[1,2]]}]}', NULL, NULL, 'admin', '2021-01-19 10:45:44', 'admin', '2021-02-03 12:02:25', 1, NULL, NULL, 0, 43, NULL, NULL, NULL);
382 INSERT INTO `jimu_report` VALUES ('570128838205493248', '20210630161541', 'ddd', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"area\":{\"sri\":4,\"sci\":1,\"eri\":7,\"eci\":5,\"width\":500,\"height\":230},\"excel_config_id\":\"570128838205493248\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"rows\":{\"4\":{\"cells\":{\"1\":{\"text\":\"111\",\"style\":0},\"2\":{\"style\":0,\"text\":\" \"},\"3\":{\"style\":0,\"text\":\" \"},\"4\":{\"style\":0,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"}},\"height\":70},\"5\":{\"cells\":{\"1\":{\"text\":\"22\",\"style\":0},\"2\":{\"style\":0,\"text\":\" \"},\"3\":{\"style\":0,\"text\":\" \"},\"4\":{\"style\":0,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"}},\"height\":41},\"6\":{\"cells\":{\"1\":{\"text\":\"33\",\"style\":0},\"2\":{\"style\":0,\"text\":\" \"},\"3\":{\"style\":0,\"text\":\" \"},\"4\":{\"style\":0,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"}},\"height\":51},\"7\":{\"cells\":{\"1\":{\"text\":\"44\",\"style\":0},\"2\":{\"style\":0,\"text\":\" \"},\"3\":{\"style\":0,\"text\":\" \"},\"4\":{\"style\":0,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"}},\"height\":68},\"len\":100},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":600,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}}],\"validations\":[],\"cols\":{\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2021-06-30 08:15:42', 'admin', '2021-06-30 10:15:07', 1, NULL, NULL, 0, 4, NULL, NULL, NULL);
383 INSERT INTO `jimu_report` VALUES ('574873661613404160', '202010101632520060', 'XXX有限公司员工登记表副本0060', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":10,\"sci\":11,\"eri\":10,\"eci\":11,\"width\":85,\"height\":38},\"excel_config_id\":\"1314846205892759552\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"0\":{\"merge\":[0,8]},\"9\":{}},\"height\":22},\"1\":{\"cells\":{\"1\":{\"style\":87,\"text\":\" \"},\"2\":{\"style\":87,\"text\":\" \"},\"3\":{\"style\":87,\"text\":\" \"},\"4\":{\"style\":87,\"text\":\" \"},\"5\":{\"style\":87,\"text\":\" \"},\"6\":{\"style\":87,\"text\":\" \"},\"7\":{\"style\":87,\"text\":\" \"},\"8\":{\"style\":87,\"text\":\" \"}},\"height\":24},\"2\":{\"cells\":{\"0\":{\"text\":\"所在部门\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.department}\",\"style\":23,\"merge\":[0,2]},\"4\":{\"text\":\"职务\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.post}\",\"style\":23},\"6\":{\"text\":\"填写日期\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.data}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":36},\"3\":{\"cells\":{\"0\":{\"text\":\"姓名\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.name}\",\"style\":23},\"2\":{\"text\":\"性别\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.sex}\",\"style\":23},\"4\":{\"text\":\"出生日期\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.birth}\",\"style\":23},\"6\":{\"text\":\"政治面貌\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.political}\",\"style\":130,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"4\":{\"cells\":{\"0\":{\"text\":\"机关\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.office}\",\"style\":23},\"2\":{\"style\":93,\"text\":\"民族\"},\"3\":{\"text\":\"${yuangongjiben.nation}\",\"style\":23},\"4\":{\"style\":93,\"text\":\"健康状况\"},\"5\":{\"text\":\"${yuangongjiben.health}\",\"style\":23},\"6\":{\"style\":93,\"text\":\"户籍类型\",\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"7\":{\"text\":\"${yuangongjiben.register}\",\"style\":26,\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"8\":{\"merge\":[3,0],\"height\":104,\"style\":35,\"text\":\" \",\"virtual\":\"cvkWDQVZhfJPgcS4\"}},\"isDrag\":true,\"height\":31},\"5\":{\"cells\":{\"0\":{\"text\":\"最高学历\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.education}\",\"style\":23},\"2\":{\"text\":\"所学专业\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.major}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"毕业时间\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.gdata}\",\"style\":23}},\"isDrag\":true,\"height\":35},\"6\":{\"cells\":{\"0\":{\"text\":\"电子邮箱\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.mailbox}\",\"style\":23},\"2\":{\"text\":\"手机号\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.telphone}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"家庭电话\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.homephone}\",\"style\":23}},\"isDrag\":true,\"height\":38},\"7\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"第一次参加工作时间\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.pworktime}\",\"style\":133,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"入职时间\"},\"6\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,1]}},\"isDrag\":true,\"height\":27},\"8\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"毕业院校\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.school}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"身份证号\"},\"6\":{\"text\":\"${yuangongjiben.idcard}\",\"style\":24,\"merge\":[0,2]}},\"isDrag\":true,\"height\":34},\"9\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"入党(团)时间、地点\",\"style\":94},\"2\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"text\":\"婚姻状况\",\"style\":93},\"6\":{\"text\":\"${yuangongjiben.marital}\",\"style\":23},\"7\":{\"text\":\"有无子女\",\"style\":93},\"8\":{\"text\":\"${yuangongjiben.children}\",\"style\":23}},\"isDrag\":true,\"height\":33},\"10\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"户口所在街道名称\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.hukoustreet}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"merge\":[0,1],\"text\":\"户口所在地邮编\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.hukounum}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":38},\"11\":{\"cells\":{\"0\":{\"text\":\"户口所在地地址\",\"style\":96,\"merge\":[2,1]},\"2\":{\"text\":\"${yuangongjiben.hukoudi}\",\"style\":26,\"merge\":[2,6]}},\"isDrag\":true},\"12\":{\"cells\":{}},\"13\":{\"cells\":{\"11\":{\"text\":\"\"}},\"isDrag\":true},\"14\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"现居住地址\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.currentdi}\",\"style\":26,\"merge\":[0,2]},\"5\":{\"style\":98,\"merge\":[0,1],\"text\":\"现居住地址邮编\"},\"7\":{\"text\":\"${yuangongjiben.currentnum}\",\"style\":26,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"15\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"是否参加社保\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.socialsecurity}\",\"style\":27,\"merge\":[0,1]},\"4\":{\"text\":\"有无公积金\",\"style\":98},\"5\":{\"text\":\"${yuangongjiben.providentfund}\",\"style\":27,\"merge\":[0,1]},\"7\":{\"text\":\"兴趣爱好\",\"style\":98},\"8\":{\"text\":\"${yuangongjiben.hobby}\",\"style\":27}},\"isDrag\":true,\"height\":34},\"16\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"参加社保类型\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.sbtype}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":30},\"17\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"个人档案存放地\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.archivesdi}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":33},\"18\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7}}},\"19\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"学历、经历(从高中开始写)\",\"style\":99},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"20\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"merge\":[0,1],\"text\":\"就读学校\",\"style\":38},\"6\":{\"merge\":[0,1],\"text\":\"专业\",\"style\":38},\"8\":{\"text\":\"担任职务\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"21\":{\"cells\":{\"0\":{\"style\":90,\"merge\":[0,1],\"text\":\"#{xueli.kdate}\"},\"2\":{\"style\":90,\"text\":\"#{xueli.jdate}\",\"merge\":[0,1]},\"4\":{\"style\":90,\"text\":\"#{xueli.jstudent}\",\"merge\":[0,1]},\"6\":{\"style\":90,\"text\":\"#{xueli.zhuanye}\",\"merge\":[0,1]},\"8\":{\"style\":90,\"text\":\"#{xueli.zhiwu}\"},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"22\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"23\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"工作经历\",\"style\":124},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":27},\"24\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"text\":\"工作单位及职称\",\"style\":38,\"merge\":[0,1]},\"6\":{\"merge\":[0,1],\"text\":\"证明人\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"25\":{\"cells\":{\"0\":{\"text\":\"#{uu.kdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{uu.jdate}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{uu.jstudent}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{uu.zmname}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{uu.zmphone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"26\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"27\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"职称/资格、证书\",\"style\":125},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":46},\"28\":{\"cells\":{\"0\":{\"text\":\"发证时间\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"职称名称\",\"style\":38},\"4\":{\"text\":\"级别\",\"style\":38,\"merge\":[0,1]},\"6\":{\"text\":\"发证单位\",\"style\":38,\"merge\":[0,1]},\"8\":{\"text\":\"备注\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"29\":{\"cells\":{\"0\":{\"text\":\"#{zhengshu.fdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{zhengshu.zcname}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{zhengshu.jibie}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{zhengshu.danwei}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{zhengshu.beizhu}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"30\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"31\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"家庭成员\",\"style\":125},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":42},\"32\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"姓名\",\"style\":38},\"2\":{\"merge\":[0,1],\"text\":\"关系\",\"style\":38},\"4\":{\"text\":\"年龄\",\"style\":38},\"5\":{\"text\":\"工作单位\",\"style\":38,\"merge\":[0,1]},\"7\":{\"text\":\"政治面貌\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"33\":{\"cells\":{\"0\":{\"text\":\"#{jtcy.name}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{jtcy.guanxi}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{jtcy.age}\",\"style\":90},\"5\":{\"text\":\"#{jtcy.danwei}\",\"style\":90,\"merge\":[0,1]},\"7\":{\"text\":\"#{jtcy.zzmm}\",\"style\":90},\"8\":{\"text\":\"#{jtcy.phone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"34\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}}},\"35\":{\"cells\":{\"0\":{\"merge\":[0,2],\"text\":\"所获奖励\",\"style\":125},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":47},\"36\":{\"cells\":{\"0\":{\"text\":\"时间\",\"style\":90,\"merge\":[0,2]},\"3\":{\"style\":90,\"text\":\"地点\",\"merge\":[0,2]},\"6\":{\"style\":90,\"text\":\"所获得的奖励名称\",\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}}},\"37\":{\"cells\":{\"0\":{\"text\":\"#{jiangli.date}\",\"style\":90,\"merge\":[0,2]},\"3\":{\"text\":\"#{jiangli.didian}\",\"style\":90,\"merge\":[0,2]},\"6\":{\"text\":\"#{jiangli.mingcheng}\",\"style\":90,\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"len\":98},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":703,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"仿宋\"}},{\"font\":{\"name\":\"仿宋\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":12}},{\"font\":{\"name\":\"宋体\",\"size\":12}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8}},{\"font\":{\"name\":\"宋体\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10}},{\"font\":{\"name\":\"宋体\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"隶书\",\"size\":10}},{\"font\":{\"name\":\"隶书\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"textwrap\":true},{\"textwrap\":true,\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":12}},{\"font\":{\"bold\":true,\"size\":10}},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\"},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#ffffff\"]}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"left\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"normal\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"normal\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":73},\"1\":{\"width\":71},\"2\":{\"width\":69},\"3\":{\"width\":89},\"4\":{\"width\":64},\"5\":{\"width\":47},\"6\":{\"width\":68},\"7\":{\"width\":100},\"8\":{\"width\":103},\"9\":{\"width\":19},\"10\":{\"width\":146},\"11\":{\"width\":85},\"len\":50},\"merges\":[\"H3:I3\",\"B3:D3\",\"A2:I2\",\"D6:F6\",\"D7:F7\",\"A8:B8\",\"G8:H8\",\"A9:B9\",\"A10:B10\",\"C10:E10\",\"C8:E8\",\"C9:E9\",\"A11:B11\",\"C11:E11\",\"F11:G11\",\"H11:I11\",\"C12:I14\",\"A15:B15\",\"C15:E15\",\"F15:G15\",\"H15:I15\",\"A16:B16\",\"A17:B17\",\"A18:B18\",\"C17:I17\",\"C18:I18\",\"A20:E20\",\"A21:B21\",\"C21:D21\",\"E21:F21\",\"G21:H21\",\"A22:B22\",\"A24:E24\",\"A25:B25\",\"C25:D25\",\"G25:H25\",\"A26:B26\",\"A28:E28\",\"A29:B29\",\"C29:D29\",\"A30:B30\",\"A32:B32\",\"A33:B33\",\"C33:D33\",\"A34:B34\",\"C34:D34\",\"A36:C36\",\"C16:D16\",\"F16:G16\",\"QAAAAAACI1:JAAAAAABJ38\",\"A1:I1\",\"H4:I4\",\"G9:I9\",\"G22:H22\",\"E22:F22\",\"C22:D22\",\"C26:D26\",\"G26:H26\",\"C30:D30\",\"G30:H30\",\"E30:F30\",\"D37:F37\",\"D38:F38\",\"A38:C38\",\"A37:C37\",\"G37:I37\",\"G38:I38\",\"E29:F29\",\"G29:H29\",\"E25:F25\",\"E26:F26\",\"F33:G33\",\"F34:G34\",\"A12:B14\",\"I5:I8\"],\"imgList\":[{\"row\":4,\"col\":8,\"width\":\"101\",\"height\":\"128\",\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/QQ截图20210115102648_1610694177544_1617244906979.png\",\"layer_id\":\"cvkWDQVZhfJPgcS4\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[4,8]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1122_1607312336469.png', 'admin', '2021-07-13 10:29:32', 'admin', '2021-07-13 10:29:43', 1, NULL, NULL, 0, 0, NULL, NULL, NULL);
384 INSERT INTO `jimu_report` VALUES ('574875722233016320', '202101081046035167', '实习证明副本5167', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":16,\"sci\":5,\"eri\":16,\"eci\":5,\"width\":147,\"height\":25},\"excel_config_id\":\"1347373863746539520\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\"\"},\"1\":{\"text\":\"\"}}},\"1\":{\"cells\":{\"0\":{\"text\":\"\"}}},\"3\":{\"cells\":{\"2\":{\"text\":\"\",\"rendered\":\"\"}}},\"5\":{\"cells\":{},\"height\":29},\"6\":{\"cells\":{\"2\":{\"text\":\"\",\"style\":2}},\"height\":34},\"7\":{\"cells\":{\"2\":{\"merge\":[0,4],\"text\":\"实习证明\",\"style\":2}},\"height\":41},\"8\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":3},\"2\":{\"text\":\"\"}}},\"9\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":3},\"2\":{\"text\":\"\",\"style\":3},\"3\":{\"text\":\"\"}},\"isDrag\":true,\"height\":33},\"10\":{\"cells\":{\"2\":{\"text\":\"${tt.name}\",\"style\":11},\"3\":{\"text\":\"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。\",\"style\":19,\"merge\":[0,3],\"height\":34}},\"height\":34},\"11\":{\"cells\":{},\"height\":28},\"12\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":6},\"2\":{\"style\":13,\"text\":\"${tt.pingjia}\",\"merge\":[3,4],\"height\":129}},\"height\":36},\"13\":{\"cells\":{},\"height\":29},\"14\":{\"cells\":{},\"height\":33},\"15\":{\"cells\":{},\"height\":31},\"16\":{\"cells\":{}},\"17\":{\"cells\":{\"1\":{\"text\":\"\"},\"2\":{\"text\":\"特此证明!\",\"style\":12}}},\"20\":{\"cells\":{\"2\":{\"text\":\"\"},\"3\":{\"text\":\"\",\"style\":3},\"4\":{\"text\":\"\"}}},\"21\":{\"cells\":{\"4\":{\"text\":\"\"}}},\"22\":{\"cells\":{\"3\":{\"text\":\"\",\"style\":3},\"4\":{\"text\":\"证明人:\",\"style\":11},\"5\":{\"text\":\"${tt.lingdao}\",\"style\":12}}},\"23\":{\"cells\":{\"4\":{\"text\":\"\"},\"5\":{\"text\":\"${tt.shijian}\",\"style\":15}}},\"len\":100},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":576,\"displayConfig\":{},\"background\":{\"path\":\"https://static.jeecg.com/designreport/images/11_1611283832037.png\",\"repeat\":\"no-repeat\",\"width\":\"\",\"height\":\"\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"right\"},{\"align\":\"left\"},{\"align\":\"left\",\"valign\":\"top\"},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":true},{\"font\":{\"size\":16}},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":false},{\"textwrap\":false},{\"textwrap\":true},{\"align\":\"right\",\"font\":{\"size\":12}},{\"font\":{\"size\":12}},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":true,\"font\":{\"size\":12}},{\"textwrap\":true,\"font\":{\"size\":12}},{\"align\":\"left\",\"font\":{\"size\":12}},{\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14}},{\"font\":{\"size\":10}},{\"textwrap\":false,\"font\":{\"size\":12}}],\"validations\":[],\"cols\":{\"0\":{\"width\":69},\"1\":{\"width\":41},\"4\":{\"width\":119},\"5\":{\"width\":147},\"6\":{\"width\":31},\"len\":50},\"merges\":[\"C8:G8\",\"D11:G11\",\"C13:G16\"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', 'admin', '2021-07-13 10:37:43', 'admin', '2021-07-13 10:37:54', 1, NULL, NULL, 0, 0, NULL, NULL, NULL);
385 INSERT INTO `jimu_report` VALUES ('574875730525155328', '202010101632526669', 'XXX有限公司员工登记表副本6669', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":10,\"sci\":11,\"eri\":10,\"eci\":11,\"width\":85,\"height\":38},\"excel_config_id\":\"1314846205892759552\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"0\":{\"merge\":[0,8]},\"9\":{}},\"height\":22},\"1\":{\"cells\":{\"1\":{\"style\":87,\"text\":\" \"},\"2\":{\"style\":87,\"text\":\" \"},\"3\":{\"style\":87,\"text\":\" \"},\"4\":{\"style\":87,\"text\":\" \"},\"5\":{\"style\":87,\"text\":\" \"},\"6\":{\"style\":87,\"text\":\" \"},\"7\":{\"style\":87,\"text\":\" \"},\"8\":{\"style\":87,\"text\":\" \"}},\"height\":24},\"2\":{\"cells\":{\"0\":{\"text\":\"所在部门\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.department}\",\"style\":23,\"merge\":[0,2]},\"4\":{\"text\":\"职务\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.post}\",\"style\":23},\"6\":{\"text\":\"填写日期\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.data}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":36},\"3\":{\"cells\":{\"0\":{\"text\":\"姓名\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.name}\",\"style\":23},\"2\":{\"text\":\"性别\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.sex}\",\"style\":23},\"4\":{\"text\":\"出生日期\",\"style\":93},\"5\":{\"text\":\"${yuangongjiben.birth}\",\"style\":23},\"6\":{\"text\":\"政治面貌\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.political}\",\"style\":130,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"4\":{\"cells\":{\"0\":{\"text\":\"机关\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.office}\",\"style\":23},\"2\":{\"style\":93,\"text\":\"民族\"},\"3\":{\"text\":\"${yuangongjiben.nation}\",\"style\":23},\"4\":{\"style\":93,\"text\":\"健康状况\"},\"5\":{\"text\":\"${yuangongjiben.health}\",\"style\":23},\"6\":{\"style\":93,\"text\":\"户籍类型\",\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"7\":{\"text\":\"${yuangongjiben.register}\",\"style\":26,\"virtual\":\"1KT8bnqRT4bi8Z7b\"},\"8\":{\"merge\":[3,0],\"height\":104,\"style\":35,\"text\":\" \",\"virtual\":\"cvkWDQVZhfJPgcS4\"}},\"isDrag\":true,\"height\":31},\"5\":{\"cells\":{\"0\":{\"text\":\"最高学历\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.education}\",\"style\":23},\"2\":{\"text\":\"所学专业\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.major}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"毕业时间\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.gdata}\",\"style\":23}},\"isDrag\":true,\"height\":35},\"6\":{\"cells\":{\"0\":{\"text\":\"电子邮箱\",\"style\":93},\"1\":{\"text\":\"${yuangongjiben.mailbox}\",\"style\":23},\"2\":{\"text\":\"手机号\",\"style\":93},\"3\":{\"text\":\"${yuangongjiben.telphone}\",\"style\":23,\"merge\":[0,2]},\"6\":{\"text\":\"家庭电话\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.homephone}\",\"style\":23}},\"isDrag\":true,\"height\":38},\"7\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"第一次参加工作时间\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.pworktime}\",\"style\":133,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"入职时间\"},\"6\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,1]}},\"isDrag\":true,\"height\":27},\"8\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"毕业院校\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.school}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"style\":93,\"text\":\"身份证号\"},\"6\":{\"text\":\"${yuangongjiben.idcard}\",\"style\":24,\"merge\":[0,2]}},\"isDrag\":true,\"height\":34},\"9\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"入党(团)时间、地点\",\"style\":94},\"2\":{\"text\":\"${yuangongjiben.entrytime}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"text\":\"婚姻状况\",\"style\":93},\"6\":{\"text\":\"${yuangongjiben.marital}\",\"style\":23},\"7\":{\"text\":\"有无子女\",\"style\":93},\"8\":{\"text\":\"${yuangongjiben.children}\",\"style\":23}},\"isDrag\":true,\"height\":33},\"10\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"户口所在街道名称\",\"style\":93},\"2\":{\"text\":\"${yuangongjiben.hukoustreet}\",\"style\":24,\"merge\":[0,2]},\"5\":{\"merge\":[0,1],\"text\":\"户口所在地邮编\",\"style\":93},\"7\":{\"text\":\"${yuangongjiben.hukounum}\",\"style\":23,\"merge\":[0,1]}},\"isDrag\":true,\"height\":38},\"11\":{\"cells\":{\"0\":{\"text\":\"户口所在地地址\",\"style\":96,\"merge\":[2,1]},\"2\":{\"text\":\"${yuangongjiben.hukoudi}\",\"style\":26,\"merge\":[2,6]}},\"isDrag\":true},\"12\":{\"cells\":{}},\"13\":{\"cells\":{\"11\":{\"text\":\"\"}},\"isDrag\":true},\"14\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"现居住地址\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.currentdi}\",\"style\":26,\"merge\":[0,2]},\"5\":{\"style\":98,\"merge\":[0,1],\"text\":\"现居住地址邮编\"},\"7\":{\"text\":\"${yuangongjiben.currentnum}\",\"style\":26,\"merge\":[0,1]}},\"isDrag\":true,\"height\":33},\"15\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"是否参加社保\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.socialsecurity}\",\"style\":27,\"merge\":[0,1]},\"4\":{\"text\":\"有无公积金\",\"style\":98},\"5\":{\"text\":\"${yuangongjiben.providentfund}\",\"style\":27,\"merge\":[0,1]},\"7\":{\"text\":\"兴趣爱好\",\"style\":98},\"8\":{\"text\":\"${yuangongjiben.hobby}\",\"style\":27}},\"isDrag\":true,\"height\":34},\"16\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"参加社保类型\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.sbtype}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":30},\"17\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"个人档案存放地\",\"style\":98},\"2\":{\"text\":\"${yuangongjiben.archivesdi}\",\"style\":116,\"merge\":[0,6]}},\"isDrag\":true,\"height\":33},\"18\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7}}},\"19\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"学历、经历(从高中开始写)\",\"style\":99},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"20\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"merge\":[0,1],\"text\":\"就读学校\",\"style\":38},\"6\":{\"merge\":[0,1],\"text\":\"专业\",\"style\":38},\"8\":{\"text\":\"担任职务\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"21\":{\"cells\":{\"0\":{\"style\":90,\"merge\":[0,1],\"text\":\"#{xueli.kdate}\"},\"2\":{\"style\":90,\"text\":\"#{xueli.jdate}\",\"merge\":[0,1]},\"4\":{\"style\":90,\"text\":\"#{xueli.jstudent}\",\"merge\":[0,1]},\"6\":{\"style\":90,\"text\":\"#{xueli.zhuanye}\",\"merge\":[0,1]},\"8\":{\"style\":90,\"text\":\"#{xueli.zhiwu}\"},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"22\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"23\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"工作经历\",\"style\":124},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":27},\"24\":{\"cells\":{\"0\":{\"text\":\"由_年_月\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"至_年_月\",\"style\":38},\"4\":{\"text\":\"工作单位及职称\",\"style\":38,\"merge\":[0,1]},\"6\":{\"merge\":[0,1],\"text\":\"证明人\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"25\":{\"cells\":{\"0\":{\"text\":\"#{uu.kdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{uu.jdate}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{uu.jstudent}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{uu.zmname}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{uu.zmphone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"26\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"27\":{\"cells\":{\"0\":{\"merge\":[0,4],\"text\":\"职称/资格、证书\",\"style\":125},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":46},\"28\":{\"cells\":{\"0\":{\"text\":\"发证时间\",\"merge\":[0,1],\"style\":36},\"2\":{\"merge\":[0,1],\"text\":\"职称名称\",\"style\":38},\"4\":{\"text\":\"级别\",\"style\":38,\"merge\":[0,1]},\"6\":{\"text\":\"发证单位\",\"style\":38,\"merge\":[0,1]},\"8\":{\"text\":\"备注\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"29\":{\"cells\":{\"0\":{\"text\":\"#{zhengshu.fdate}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{zhengshu.zcname}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{zhengshu.jibie}\",\"style\":90,\"merge\":[0,1]},\"6\":{\"text\":\"#{zhengshu.danwei}\",\"style\":90,\"merge\":[0,1]},\"8\":{\"text\":\"#{zhengshu.beizhu}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"30\":{\"cells\":{\"0\":{\"style\":7,\"text\":\" \"},\"1\":{\"style\":7,\"text\":\" \"},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}}},\"31\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"家庭成员\",\"style\":125},\"2\":{\"style\":7,\"text\":\" \"},\"3\":{\"style\":7,\"text\":\" \"},\"4\":{\"style\":7,\"text\":\" \"},\"5\":{\"style\":7,\"text\":\" \"},\"6\":{\"style\":7,\"text\":\" \"},\"7\":{\"style\":7,\"text\":\" \"},\"8\":{\"style\":7,\"text\":\" \"},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":42},\"32\":{\"cells\":{\"0\":{\"merge\":[0,1],\"text\":\"姓名\",\"style\":38},\"2\":{\"merge\":[0,1],\"text\":\"关系\",\"style\":38},\"4\":{\"text\":\"年龄\",\"style\":38},\"5\":{\"text\":\"工作单位\",\"style\":38,\"merge\":[0,1]},\"7\":{\"text\":\"政治面貌\",\"style\":38},\"8\":{\"text\":\"联系方式\",\"style\":38},\"9\":{\"style\":112,\"text\":\" \"}}},\"33\":{\"cells\":{\"0\":{\"text\":\"#{jtcy.name}\",\"style\":90,\"merge\":[0,1]},\"2\":{\"text\":\"#{jtcy.guanxi}\",\"style\":90,\"merge\":[0,1]},\"4\":{\"text\":\"#{jtcy.age}\",\"style\":90},\"5\":{\"text\":\"#{jtcy.danwei}\",\"style\":90,\"merge\":[0,1]},\"7\":{\"text\":\"#{jtcy.zzmm}\",\"style\":90},\"8\":{\"text\":\"#{jtcy.phone}\",\"style\":90},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"34\":{\"cells\":{\"0\":{\"text\":\" \",\"style\":7},\"1\":{\"text\":\" \",\"style\":7},\"2\":{\"text\":\" \",\"style\":7},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}}},\"35\":{\"cells\":{\"0\":{\"merge\":[0,2],\"text\":\"所获奖励\",\"style\":125},\"3\":{\"text\":\" \",\"style\":7},\"4\":{\"text\":\" \",\"style\":7},\"5\":{\"text\":\" \",\"style\":7},\"6\":{\"text\":\" \",\"style\":7},\"7\":{\"text\":\" \",\"style\":7},\"8\":{\"text\":\" \",\"style\":7},\"9\":{\"style\":112,\"text\":\" \"}},\"height\":47},\"36\":{\"cells\":{\"0\":{\"text\":\"时间\",\"style\":90,\"merge\":[0,2]},\"3\":{\"style\":90,\"text\":\"地点\",\"merge\":[0,2]},\"6\":{\"style\":90,\"text\":\"所获得的奖励名称\",\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}}},\"37\":{\"cells\":{\"0\":{\"text\":\"#{jiangli.date}\",\"style\":90,\"merge\":[0,2]},\"3\":{\"text\":\"#{jiangli.didian}\",\"style\":90,\"merge\":[0,2]},\"6\":{\"text\":\"#{jiangli.mingcheng}\",\"style\":90,\"merge\":[0,2]},\"9\":{\"style\":112,\"text\":\" \"}},\"isDrag\":true},\"len\":98},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":703,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"仿宋\"}},{\"font\":{\"name\":\"仿宋\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":12}},{\"font\":{\"name\":\"宋体\",\"size\":12}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8}},{\"font\":{\"name\":\"宋体\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10}},{\"font\":{\"name\":\"宋体\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"隶书\",\"size\":10}},{\"font\":{\"name\":\"隶书\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"font\":{\"name\":\"华文中宋\",\"size\":10}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10}},{\"textwrap\":true},{\"textwrap\":true,\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":12}},{\"font\":{\"bold\":true,\"size\":10}},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\"},{\"font\":{\"bold\":true},\"align\":\"center\"},{\"font\":{\"bold\":true,\"size\":10},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"宋体\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"宋体\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"size\":10,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"bold\":true,\"name\":\"Microsoft YaHei\"},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\",\"size\":8}},{\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":8},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true,\"name\":\"宋体\"},\"border\":{\"top\":[\"thin\",\"#ffffff\"]}},{\"border\":{\"top\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"right\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"align\":\"left\",\"valign\":\"bottom\"},{\"font\":{\"name\":\"宋体\",\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10,\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"datetime\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"format\":\"normal\"},{\"font\":{\"name\":\"宋体\",\"size\":10},\"format\":\"normal\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":73},\"1\":{\"width\":71},\"2\":{\"width\":69},\"3\":{\"width\":89},\"4\":{\"width\":64},\"5\":{\"width\":47},\"6\":{\"width\":68},\"7\":{\"width\":100},\"8\":{\"width\":103},\"9\":{\"width\":19},\"10\":{\"width\":146},\"11\":{\"width\":85},\"len\":50},\"merges\":[\"H3:I3\",\"B3:D3\",\"A2:I2\",\"D6:F6\",\"D7:F7\",\"A8:B8\",\"G8:H8\",\"A9:B9\",\"A10:B10\",\"C10:E10\",\"C8:E8\",\"C9:E9\",\"A11:B11\",\"C11:E11\",\"F11:G11\",\"H11:I11\",\"C12:I14\",\"A15:B15\",\"C15:E15\",\"F15:G15\",\"H15:I15\",\"A16:B16\",\"A17:B17\",\"A18:B18\",\"C17:I17\",\"C18:I18\",\"A20:E20\",\"A21:B21\",\"C21:D21\",\"E21:F21\",\"G21:H21\",\"A22:B22\",\"A24:E24\",\"A25:B25\",\"C25:D25\",\"G25:H25\",\"A26:B26\",\"A28:E28\",\"A29:B29\",\"C29:D29\",\"A30:B30\",\"A32:B32\",\"A33:B33\",\"C33:D33\",\"A34:B34\",\"C34:D34\",\"A36:C36\",\"C16:D16\",\"F16:G16\",\"QAAAAAACI1:JAAAAAABJ38\",\"A1:I1\",\"H4:I4\",\"G9:I9\",\"G22:H22\",\"E22:F22\",\"C22:D22\",\"C26:D26\",\"G26:H26\",\"C30:D30\",\"G30:H30\",\"E30:F30\",\"D37:F37\",\"D38:F38\",\"A38:C38\",\"A37:C37\",\"G37:I37\",\"G38:I38\",\"E29:F29\",\"G29:H29\",\"E25:F25\",\"E26:F26\",\"F33:G33\",\"F34:G34\",\"A12:B14\",\"I5:I8\"],\"imgList\":[{\"row\":4,\"col\":8,\"width\":\"101\",\"height\":\"128\",\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/QQ截图20210115102648_1610694177544_1617244906979.png\",\"layer_id\":\"cvkWDQVZhfJPgcS4\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[4,8]]}]}', NULL, 'https://static.jeecg.com/designreport/images/1122_1607312336469.png', 'admin', '2021-07-13 10:37:45', 'admin', '2021-07-13 10:37:49', 1, NULL, NULL, 0, 0, NULL, NULL, NULL);
386 INSERT INTO `jimu_report` VALUES ('575163965000249344', '20210714134509', 'ddd', NULL, NULL, 'chartinfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":-1,\"col\":6,\"colspan\":7,\"rowspan\":14,\"width\":\"650\",\"height\":\"350\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type \\\":\\\"value\\\"},\\\"xAxis\\\":{\\\"axisLabel\\\":{\\\"rotate\\\":0,\\\"interval\\\":\\\"auto\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"data\\\":[\\\"周一\\\",\\\"周二\\\",\\\"周三\\\",\\\"周四\\\",\\\"周五\\\",\\\"周六\\\",\\\"周日\\\"],\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#333\\\"}},\\\"show\\\":true,\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"type\\\":\\\"category\\\"},\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"直接访问\\\",\\\"邮件营销\\\",\\\"联盟广告\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"grid\\\":{\\\"top\\\":60,\\\"left\\\":60,\\\"bottom\\\":60,\\\"right\\\":60},\\\"series\\\":[{\\\"barWidth\\\":0,\\\"data\\\":[320,332,301,334,390,330,320],\\\"name\\\":\\\"直接访问\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":0},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2},{\\\"barWidth\\\":0,\\\"data\\\":[120,132,101,134,90,230,210],\\\"name\\\":\\\"邮件营销\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":0},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2},{\\\"barWidth\\\":0,\\\"data\\\":[220,182,191,234,290,330,310],\\\"name\\\":\\\"联盟广告\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"\\\",\\\"barBorderRadius\\\":0},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"axisPointer\\\":{\\\"type\\\":\\\"shadow\\\"},\\\"trigger\\\":\\\"axis\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18}},\\\"title\\\":{\\\"padding\\\":[5,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"某站点用户访问来源\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontSize\\\":18,\\\"fontWeight\\\":\\\"bolder\\\"}}}\",\"url\":\"\",\"extData\":{\"chartId\":\"bar.multi\",\"chartType\":\"bar.multi\"},\"layer_id\":\"x5jNAjrL8TFhuTEo\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[-1,6],[-1,7],[-1,8],[-1,9],[-1,10],[-1,11],[-1,12]]},{\"row\":0,\"col\":0,\"colspan\":6,\"rowspan\":14,\"width\":\"570\",\"height\":\"340\",\"config\":\"{\\\"yAxis\\\":{\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#EFEDED\\\",\\\"fontSize\\\":12}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FBF4F4\\\"}},\\\"show\\\":true,\\\"name\\\":\\\"销量\\\",\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false}},\\\"xAxis\\\":{\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"red\\\",\\\"width\\\":1,\\\"type\\\":\\\"solid\\\"},\\\"show\\\":false},\\\"axisLabel\\\":{\\\"textStyle\\\":{\\\"color\\\":\\\"#FFFAFA\\\",\\\"fontSize\\\":12},\\\"rotate\\\":0,\\\"interval\\\":\\\"auto\\\"},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"#FCFCFC\\\"}},\\\"data\\\":[\\\"衬衫\\\",\\\"羊毛衫\\\",\\\"雪纺衫\\\",\\\"裤子\\\",\\\"高跟鞋\\\",\\\"袜子\\\"],\\\"show\\\":true,\\\"name\\\":\\\"服饰\\\"},\\\"grid\\\":{\\\"top\\\":60,\\\"left\\\":60,\\\"bottom\\\":60,\\\"right\\\":60},\\\"series\\\":[{\\\"barWidth\\\":50,\\\"data\\\":[5,20,36,10,10,20],\\\"name\\\":\\\"销量\\\",\\\"itemStyle\\\":{\\\"color\\\":\\\"#c43632\\\",\\\"barBorderRadius\\\":0},\\\"label\\\":{\\\"show\\\":true,\\\"position\\\":\\\"top\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"black\\\",\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"bar\\\",\\\"barMinHeight\\\":2}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":\\\"5\\\",\\\"text\\\":\\\"某站点用户访问来源\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#FCF6F6\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"left\\\",\\\"padding\\\":[5,20,5,20]}}\",\"url\":\"\",\"extData\":{\"chartId\":\"bar.simple\",\"chartType\":\"bar.simple\"},\"layer_id\":\"WPLlLTIi2vHV8ikB\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5]]},{\"row\":14,\"col\":-1,\"colspan\":7,\"rowspan\":14,\"width\":\"647\",\"height\":\"349\",\"config\":\"{\\\"radar\\\":[{\\\"indicator\\\":[{\\\"max\\\":6500,\\\"name\\\":\\\"指标一\\\"},{\\\"max\\\":6500,\\\"name\\\":\\\"指标二\\\"},{\\\"max\\\":6500,\\\"name\\\":\\\"指标三\\\"},{\\\"max\\\":6500,\\\"name\\\":\\\"指标四\\\"},{\\\"max\\\":6500,\\\"name\\\":\\\"指标五\\\"}],\\\"startAngle\\\":90,\\\"shape\\\":\\\"circle\\\",\\\"splitArea\\\":{\\\"areaStyle\\\":{\\\"color\\\":[\\\"rgba(114, 172, 209, 0.2)\\\",\\\"rgba(114, 172, 209, 0.4)\\\",\\\"rgba(114, 172, 209, 0.6)\\\",\\\"rgba(114, 172, 209, 0.8)\\\",\\\"rgba(114, 172, 209, 1)\\\"],\\\"shadowBlur\\\":10,\\\"shadowColor\\\":\\\"rgba(0, 0, 0, 0.3)\\\"}},\\\"axisLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"gray\\\",\\\"opacity\\\":0.5}},\\\"center\\\":[320,200],\\\"name\\\":{\\\"formatter\\\":\\\"【{value}】\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#72ACD1\\\"}},\\\"splitLine\\\":{\\\"lineStyle\\\":{\\\"color\\\":\\\"gray\\\",\\\"opacity\\\":0.5}},\\\"splitNumber\\\":4,\\\"radius\\\":90}],\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"图一\\\",\\\"图二\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"horizontal\\\",\\\"left\\\":\\\"center\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"data\\\":[{\\\"lineStyle\\\":{},\\\"name\\\":\\\"图一\\\",\\\"value\\\":[1000,2000,3000,4000,2000]},{\\\"lineStyle\\\":{},\\\"name\\\":\\\"图二\\\",\\\"value\\\":[5000,4000,3000,100,1500]}],\\\"name\\\":\\\"雷达图\\\",\\\"type\\\":\\\"radar\\\"}],\\\"tooltip\\\":{\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18}},\\\"title\\\":{\\\"padding\\\":[8,20,5,20],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"圆形雷达图\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontSize\\\":18,\\\"fontWeight\\\":\\\"bolder\\\"}}}\",\"url\":\"\",\"extData\":{\"chartId\":\"radar.custom\",\"chartType\":\"radar.basic\"},\"layer_id\":\"1goCA1os5O64qksC\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[14,-1],[14,0],[14,1],[14,2],[14,3],[14,4],[14,5]]},{\"row\":14,\"col\":6,\"colspan\":7,\"rowspan\":14,\"width\":\"650\",\"height\":\"350\",\"config\":\"{\\\"geo\\\":{\\\"regions\\\":[],\\\"layoutSize\\\":600,\\\"emphasis\\\":{\\\"itemStyle\\\":{\\\"areaColor\\\":\\\"red\\\"},\\\"label\\\":{\\\"color\\\":\\\"#fff\\\"}},\\\"itemStyle\\\":{\\\"borderColor\\\":\\\"#000\\\",\\\"areaColor\\\":\\\"#fff\\\",\\\"borderWidth\\\":0.5},\\\"zoom\\\":0.5,\\\"label\\\":{\\\"color\\\":\\\"#000\\\",\\\"show\\\":true,\\\"fontSize\\\":12},\\\"roam\\\":true,\\\"map\\\":\\\"china\\\",\\\"layoutCenter\\\":[\\\"50%\\\",\\\"50%\\\"]},\\\"series\\\":[{\\\"name\\\":\\\"地图\\\",\\\"coordinateSystem\\\":\\\"geo\\\",\\\"type\\\":\\\"map\\\"}],\\\"chartType\\\":\\\"map\\\",\\\"title\\\":{\\\"padding\\\":[5,20,5,10],\\\"left\\\":\\\"left\\\",\\\"show\\\":true,\\\"text\\\":\\\"中国地图\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontSize\\\":18,\\\"fontWeight\\\":\\\"bolder\\\"}}}\",\"url\":\"\",\"extData\":{\"chartId\":\"map.simple\",\"chartType\":\"map.simple\"},\"layer_id\":\"yOwMM2eUbvZ7INPJ\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[14,6],[14,7],[14,8],[14,9],[14,10],[14,11],[14,12]]}],\"area\":{\"sri\":9,\"sci\":3,\"eri\":9,\"eci\":3,\"width\":100,\"height\":25},\"excel_config_id\":\"575163965000249344\",\"printConfig\":{\"paper\":\"A3\",\"width\":297,\"height\":420,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"landscape\"},\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"},\"1\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"},\"2\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"},\"3\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"},\"4\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"},\"5\":{\"text\":\" \",\"virtual\":\"WPLlLTIi2vHV8ikB\"}}},\"14\":{\"cells\":{\"0\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"1\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"2\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"3\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"4\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"5\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"},\"6\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"7\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"8\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"9\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"10\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"11\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"12\":{\"text\":\" \",\"virtual\":\"yOwMM2eUbvZ7INPJ\"},\"-1\":{\"text\":\" \",\"virtual\":\"1goCA1os5O64qksC\"}}},\"len\":100,\"-1\":{\"cells\":{\"6\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"7\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"8\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"9\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"10\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"11\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"},\"12\":{\"text\":\" \",\"virtual\":\"x5jNAjrL8TFhuTEo\"}}}},\"dbexps\":[],\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1300,\"displayConfig\":{},\"background\":{\"path\":\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/designreport/images/QQ图片20210714134925_1626241778771.png\",\"repeat\":\"no-repeat\",\"width\":\"\",\"height\":\"\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[],\"validations\":[],\"cols\":{\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2021-07-14 05:45:09', 'admin', '2021-07-14 05:59:44', 0, NULL, NULL, 0, 6, NULL, NULL, NULL);
387 INSERT INTO `jimu_report` VALUES ('6059e405dd9c66a6d38e00841d2e40cc', '566777', '处方笺', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":9,\"sci\":3,\"eri\":9,\"eci\":11,\"width\":593,\"height\":25},\"printElWidth\":718,\"excel_config_id\":\"6059e405dd9c66a6d38e00841d2e40cc\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"3\":{\"style\":80,\"text\":\" \"}},\"height\":96},\"1\":{\"cells\":{\"1\":{\"style\":24,\"text\":\" \"},\"2\":{\"style\":25,\"text\":\" \"},\"3\":{\"style\":25,\"text\":\" \"},\"4\":{\"style\":25,\"text\":\" \"},\"5\":{\"style\":25,\"text\":\" \"},\"6\":{\"style\":25,\"text\":\" \"},\"7\":{\"style\":25,\"text\":\" \"},\"8\":{\"style\":25,\"text\":\" \"},\"9\":{\"style\":25,\"text\":\" \"},\"10\":{\"style\":25,\"text\":\" \"},\"11\":{\"style\":25,\"text\":\" \"},\"12\":{\"style\":26,\"text\":\" \"}},\"height\":18},\"2\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":27},\"2\":{\"merge\":[0,9],\"text\":\"智能医学院处方笺\",\"style\":38},\"3\":{\"style\":12,\"text\":\" \"},\"4\":{\"style\":12,\"text\":\" \"},\"5\":{\"style\":12,\"text\":\" \"},\"6\":{\"style\":12,\"text\":\" \"},\"7\":{\"style\":12,\"text\":\" \"},\"8\":{\"style\":12,\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"style\":12,\"text\":\" \"},\"11\":{\"style\":12,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"height\":124},\"3\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":46},\"2\":{\"merge\":[0,1],\"text\":\"姓名:\",\"style\":4},\"3\":{\"style\":4,\"text\":\" \"},\"4\":{\"text\":\"${yonghu.yphone}\"},\"5\":{\"text\":\"性别:\",\"style\":42},\"6\":{\"text\":\"${yonghu.ysex}\",\"style\":42},\"7\":{\"text\":\"年龄:\",\"style\":47},\"8\":{\"text\":\"${yonghu.yage}\"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \",\"style\":42},\"11\":{\"style\":69,\"text\":\" \",\"merge\":[0,1]},\"12\":{\"style\":43,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"isDrag\":true},\"4\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":74},\"2\":{\"style\":4,\"merge\":[0,1],\"text\":\"单位:\"},\"3\":{\"style\":4,\"text\":\" \"},\"4\":{\"text\":\"${yonghu.danwei}\"},\"5\":{\"text\":\"电话:\"},\"6\":{\"text\":\"${yonghu.yphone}\",\"merge\":[0,5]},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"15\":{\"text\":\"\"}},\"isDrag\":true,\"height\":29},\"5\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"merge\":[0,1],\"text\":\"初步诊断:\",\"style\":4},\"3\":{\"text\":\" \",\"style\":4},\"4\":{\"text\":\"${yonghu.yjieguo}\",\"merge\":[0,7]},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true,\"height\":34},\"6\":{\"cells\":{\"1\":{\"text\":\" RP:\",\"merge\":[0,2],\"style\":79},\"2\":{\"style\":11,\"text\":\" \"},\"3\":{\"style\":11,\"text\":\" \"},\"4\":{\"style\":39,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"},\"6\":{\"style\":0,\"text\":\" \"},\"7\":{\"style\":0,\"text\":\" \"},\"8\":{\"style\":0,\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"style\":0,\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"14\":{},\"16\":{}},\"height\":79},\"7\":{\"cells\":{\"1\":{\"text\":\".\",\"style\":48},\"2\":{\"text\":\"\",\"style\":1},\"3\":{\"text\":\"#{yaopin.name}\",\"merge\":[0,1]},\"5\":{},\"6\":{},\"7\":{\"text\":\"#{yaopin.percent}\",\"merge\":[0,1]},\"9\":{},\"10\":{},\"11\":{\"text\":\"\"},\"12\":{\"style\":28,\"text\":\" \"},\"14\":{}},\"isDrag\":true,\"height\":37},\"8\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"height\":27},\"9\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"医嘱:\",\"style\":76},\"3\":{\"text\":\"${yonghu.yizhu}\",\"style\":6,\"merge\":[0,8]},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"10\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"药品费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"text\":\"${yonghu.yprice}\",\"style\":6},\"5\":{\"text\":\"中成药费\",\"style\":6,\"rendered\":\"\",\"merge\":[0,1]},\"7\":{\"style\":6,\"text\":\" \"},\"8\":{\"text\":\"治疗费\",\"merge\":[0,2],\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"style\":6,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"11\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"检查费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"style\":6,\"text\":\" \"},\"5\":{\"text\":\"换药费\",\"style\":6,\"merge\":[0,1]},\"7\":{\"style\":6,\"text\":\" \"},\"8\":{\"merge\":[0,2],\"text\":\"诊疗费\",\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\"${yonghu.yzhenliao}\",\"style\":6},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"12\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"注射费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"style\":6,\"merge\":[0,3],\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"merge\":[0,2],\"text\":\"其他\",\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"style\":6,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}}},\"13\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"合计\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"text\":\"${yonghu.ytotal}\",\"style\":6,\"merge\":[0,7]},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"14\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"height\":9},\"15\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"医师:\",\"style\":4,\"rendered\":\"\",\"merge\":[0,1]},\"4\":{\"text\":\"${yonghu.yishe}\",\"style\":80},\"5\":{\"style\":80,\"text\":\" \"},\"6\":{\"style\":80,\"text\":\" \"},\"7\":{\"style\":80,\"text\":\" \"},\"8\":{\"text\":\"日期:\",\"style\":4},\"9\":{\"text\":\"${yonghu.kdata}\",\"style\":80,\"merge\":[0,2]},\"12\":{\"style\":71,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"isDrag\":true,\"height\":43},\"16\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"style\":80,\"text\":\" \"},\"3\":{\"style\":80,\"text\":\" \"},\"4\":{\"style\":80,\"text\":\" \"},\"5\":{\"style\":80,\"text\":\" \"},\"6\":{\"style\":80,\"text\":\" \"},\"7\":{\"style\":80,\"text\":\" \"},\"8\":{\"style\":80,\"text\":\" \"},\"9\":{\"style\":80,\"text\":\" \"},\"10\":{\"style\":80,\"text\":\" \"},\"11\":{\"style\":80,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"height\":17},\"17\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":32},\"2\":{\"text\":\" \",\"style\":33},\"3\":{\"style\":33,\"text\":\" \"},\"4\":{\"text\":\" \",\"style\":33},\"5\":{\"text\":\" \",\"style\":33},\"6\":{\"text\":\" \",\"style\":33},\"7\":{\"text\":\" \",\"style\":33},\"8\":{\"text\":\" \",\"style\":33},\"9\":{\"text\":\" \",\"style\":33},\"10\":{\"text\":\" \",\"style\":33},\"11\":{\"text\":\" \",\"style\":33},\"12\":{\"text\":\" \",\"style\":34}}},\"18\":{\"cells\":{\"11\":{\"text\":\"\"}},\"isDrag\":true},\"len\":94,\"-1\":{\"cells\":{\"-1\":{\"text\":\"#{yaopin.key1}\"}},\"isDrag\":true},\"\":{\"cells\":{\"NaN\":{\"text\":\"\",\"rendered\":\"\"}}}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":709,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"size\":12}},{\"font\":{\"size\":10}},{\"font\":{\"size\":12},\"align\":\"right\"},{\"font\":{\"size\":14}},{\"align\":\"right\"},{\"font\":{\"size\":10},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\"},{\"font\":{\"size\":12},\"align\":\"center\"},{\"font\":{\"size\":12,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\"},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":15}},{\"align\":\"left\"},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":true}},{\"font\":{\"size\":12,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"valign\":\"bottom\"},{\"font\":{\"size\":10},\"valign\":\"bottom\"},{\"valign\":\"bottom\"},{\"align\":\"right\",\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":true},{\"font\":{\"size\":10},\"textwrap\":true},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false},{\"font\":{\"size\":10},\"textwrap\":false},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"right\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"center\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"center\"},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":15},\"align\":\"right\"},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"align\":\"left\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"align\":\"left\"},{\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":15,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{},{\"font\":{\"size\":15,\"bold\":true},\"align\":\"center\"},{\"align\":\"right\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"],\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}}],\"validations\":[],\"cols\":{\"0\":{\"width\":23},\"1\":{\"width\":14},\"2\":{\"width\":56},\"3\":{\"width\":40},\"4\":{\"width\":156},\"5\":{\"width\":41},\"6\":{\"width\":18},\"7\":{\"width\":92},\"8\":{\"width\":58},\"9\":{\"width\":20},\"10\":{\"width\":20},\"11\":{\"width\":148},\"12\":{\"width\":12},\"13\":{\"width\":11},\"len\":50},\"merges\":[\"C3:E3\",\"C7:E7\",\"H3:I3\",\"H7:I7\",\"C7:E7\",\"H7:I7\",\"I11:K11\",\"I12:K12\",\"I13:K13\",\"E13:H13\",\"C11:D11\",\"C12:D12\",\"C13:D13\",\"C14:D14\",\"L4:M4\",\"C3:L3\",\"B7:D7\",\"C4:D4\",\"C5:D5\",\"E14:L14\",\"G5:L5\",\"C6:D6\",\"E6:L6\",\"D8:E8\",\"H8:I8\",\"C16:D16\",\"J16:L16\",\"F11:G11\",\"F12:G12\",\"D10:L10\"]}', '', 'https://static.jeecg.com/designreport/images/处方_1607071731580.png', 'jeecg', '2020-07-10 17:12:16', 'admin', '2021-07-12 12:25:06', 0, NULL, NULL, 1, 849, NULL, NULL, NULL);
388 INSERT INTO `jimu_report` VALUES ('675925078880411648', '20220418145533', 'testDataJavaBean', NULL, NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"675925078880411648\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"zonedEditionList\":[],\"rows\":{\"len\":100},\"dbexps\":[],\"dicts\":[],\"rpbar\":{\"show\":true,\"pageSize\":\"\",\"btnList\":[]},\"freeze\":\"A1\",\"dataRectWidth\":0,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[],\"validations\":[],\"cols\":{\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2022-04-18 14:55:34', NULL, '2022-04-18 14:55:34', 0, NULL, NULL, 0, 0, NULL, NULL, NULL);
389 INSERT INTO `jimu_report` VALUES ('6d6bdcb5e820c301ea32789e3ae43c44', '1223', '供电公司抢修单', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":14,\"sci\":8,\"eri\":14,\"eci\":8,\"width\":100,\"height\":67},\"printElWidth\":718,\"excel_config_id\":\"6d6bdcb5e820c301ea32789e3ae43c44\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{},\"height\":11},\"1\":{\"cells\":{\"1\":{\"text\":\"供电公司抢修竣工单\",\"merge\":[0,5],\"style\":39},\"2\":{\"style\":39},\"3\":{\"style\":39},\"4\":{\"style\":39},\"5\":{\"style\":39},\"6\":{\"style\":39}},\"height\":56},\"2\":{\"cells\":{\"1\":{\"text\":\"填报单位:\",\"style\":26},\"2\":{\"text\":\"#{qiangxiu.danwei}\",\"style\":27},\"3\":{\"style\":27},\"4\":{\"text\":\"\",\"style\":27},\"5\":{\"text\":\"填报日期:\",\"style\":26},\"6\":{\"text\":\"#{qiangxiu.time}\",\"style\":27}}},\"3\":{\"cells\":{\"1\":{\"text\":\"填报名称:\",\"style\":26},\"2\":{\"text\":\"#{qiangxiu.ktime}\",\"style\":27},\"3\":{\"style\":27},\"4\":{\"style\":27},\"5\":{\"text\":\"项目编号:\",\"style\":26},\"6\":{\"text\":\"#{qiangxiu.wtime}\",\"style\":27}}},\"4\":{\"cells\":{\"1\":{\"style\":28},\"2\":{\"style\":28},\"3\":{\"style\":28},\"4\":{\"style\":28},\"5\":{\"style\":28},\"6\":{\"style\":28}},\"height\":10},\"5\":{\"cells\":{\"1\":{\"text\":\"项目批准核算\",\"style\":29},\"2\":{\"text\":\"#{qiangxiu.yusuan}\",\"style\":30,\"merge\":[0,4]}},\"height\":89},\"6\":{\"cells\":{\"1\":{\"text\":\"开工日期\",\"style\":32},\"2\":{\"style\":33,\"text\":\"#{qiangxiu.ktime}\",\"merge\":[0,1]},\"3\":{\"style\":28},\"4\":{\"style\":34,\"text\":\"完工日期\"},\"5\":{\"style\":33,\"merge\":[0,1],\"text\":\"#{qiangxiu.wtime}\"},\"6\":{\"style\":28}},\"height\":31},\"7\":{\"cells\":{\"1\":{\"text\":\"完工主要内容\",\"style\":32},\"2\":{\"style\":33,\"text\":\"#{qiangxiu.neirong}\",\"merge\":[0,4]}},\"height\":71},\"8\":{\"cells\":{\"1\":{\"text\":\"形成能力\",\"style\":32},\"2\":{\"style\":33,\"merge\":[0,4],\"text\":\"#{qiangxiu.nengli}\"},\"3\":{\"style\":28},\"4\":{\"style\":28},\"5\":{\"style\":28},\"6\":{\"style\":28}},\"height\":49},\"9\":{\"cells\":{\"1\":{\"text\":\"目标效益验收意见\",\"style\":32},\"2\":{\"style\":35,\"text\":\"#{qiangxiu.yijian}\",\"rendered\":\"\",\"merge\":[0,4]}},\"height\":100},\"10\":{\"cells\":{\"1\":{\"style\":37,\"text\":\"                                                                                                                     \",\"merge\":[0,3]},\"2\":{\"style\":28},\"3\":{\"style\":28},\"4\":{\"style\":28},\"5\":{\"style\":37,\"text\":\"#{qiangxiu.time1}\",\"merge\":[0,1]},\"6\":{\"style\":28}}},\"11\":{\"cells\":{\"1\":{\"text\":\"实施质量验收评价\",\"style\":32},\"2\":{\"style\":35,\"text\":\"#{qiangxiu.pingjia}\",\"merge\":[0,4]}},\"height\":99},\"12\":{\"cells\":{\"1\":{\"style\":33,\"merge\":[0,3]},\"2\":{\"style\":28},\"3\":{\"style\":28},\"4\":{\"style\":28},\"5\":{\"style\":33,\"merge\":[0,1],\"text\":\"#{qiangxiu.time1}\"},\"6\":{\"style\":28}}},\"13\":{\"cells\":{\"1\":{\"text\":\"验收总结\",\"style\":32},\"2\":{\"style\":35,\"text\":\"#{qiangxiu.zongjie}\",\"merge\":[0,4],\"rendered\":\"\"}},\"height\":80},\"14\":{\"cells\":{\"1\":{\"text\":\"责任单位意见\",\"style\":32},\"2\":{\"style\":33,\"merge\":[0,4],\"text\":\"#{qiangxiu.zongjie}\"}},\"height\":67},\"15\":{\"cells\":{\"1\":{\"text\":\"责任单位审核人\",\"style\":32},\"2\":{\"style\":33,\"merge\":[0,1],\"text\":\"#{qiangxiu.dshenhe}\"},\"3\":{\"style\":28},\"4\":{\"style\":34,\"text\":\"日期\"},\"5\":{\"style\":33,\"text\":\"#{qiangxiu.time3}\",\"merge\":[0,1]},\"6\":{\"style\":28}},\"height\":42},\"16\":{\"cells\":{\"1\":{\"text\":\"生技部审批意见\",\"style\":32},\"2\":{\"style\":33,\"text\":\"#{qiangxiu.dshenhe}\",\"merge\":[0,4]}},\"height\":107},\"17\":{\"cells\":{\"1\":{\"text\":\"生技部主任\",\"style\":32},\"2\":{\"style\":33,\"merge\":[0,1],\"text\":\"#{qiangxiu.zhuren}\"},\"3\":{\"style\":28},\"4\":{\"style\":34,\"text\":\"日期\"},\"5\":{\"style\":33,\"text\":\"#{qiangxiu.time4}\",\"merge\":[0,1]},\"6\":{\"style\":28}},\"height\":41},\"18\":{\"cells\":{\"1\":{\"style\":28},\"2\":{\"style\":28},\"3\":{\"style\":28},\"4\":{\"style\":28},\"5\":{\"style\":28},\"6\":{\"style\":28}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":699,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#9cc2e6\"},{\"bgcolor\":\"#9cc2e6\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\"},{\"bgcolor\":\"#ffffff\"},{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"left\"},{\"align\":\"left\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true},{\"textwrap\":true},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":false},{\"textwrap\":false},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"right\",\"color\":\"#7f7f7f\"},{\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"bold\":false}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":false}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\",\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"宋体\"}},{\"align\":\"right\",\"color\":\"#7f7f7f\",\"font\":{\"name\":\"宋体\"}},{\"color\":\"#7f7f7f\",\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#ffffff\",\"font\":{\"name\":\"宋体\"}},{\"bgcolor\":\"#ffffff\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\",\"font\":{\"bold\":true,\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"宋体\"}},{\"textwrap\":true,\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"left\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":false,\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"宋体\"}}],\"validations\":[],\"cols\":{\"0\":{\"width\":23},\"1\":{\"width\":117},\"3\":{\"width\":108},\"4\":{\"width\":127},\"5\":{\"width\":76},\"6\":{\"width\":148},\"7\":{\"width\":13},\"len\":50},\"merges\":[\"C7:D7\",\"F7:G7\",\"B2:G2\",\"C9:G9\",\"B11:E11\",\"F11:G11\",\"B13:E13\",\"F13:G13\",\"C16:D16\",\"C18:D18\",\"F16:G16\",\"F18:G18\",\"C10:G10\",\"C8:G8\",\"C6:G6\",\"C12:G12\",\"C14:G14\",\"C15:G15\",\"C17:G17\"]}', '', 'https://static.jeecg.com/designreport/images/222_1607311944321.png', 'jeecg', '2020-07-20 19:37:54', 'admin', '2021-07-12 12:25:19', 0, NULL, NULL, 1, 178, NULL, NULL, NULL);
390 INSERT INTO `jimu_report` VALUES ('6df599d933df24de007764d0e98eb105', '5667774539', '处方笺副本4539', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"printElWidth\":718,\"excel_config_id\":\"6df599d933df24de007764d0e98eb105\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"3\":{\"style\":80,\"text\":\" \"}},\"height\":96},\"1\":{\"cells\":{\"1\":{\"style\":24,\"text\":\" \"},\"2\":{\"style\":25,\"text\":\" \"},\"3\":{\"style\":25,\"text\":\" \"},\"4\":{\"style\":25,\"text\":\" \"},\"5\":{\"style\":25,\"text\":\" \"},\"6\":{\"style\":25,\"text\":\" \"},\"7\":{\"style\":25,\"text\":\" \"},\"8\":{\"style\":25,\"text\":\" \"},\"9\":{\"style\":25,\"text\":\" \"},\"10\":{\"style\":25,\"text\":\" \"},\"11\":{\"style\":25,\"text\":\" \"},\"12\":{\"style\":26,\"text\":\" \"}},\"height\":18},\"2\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":27},\"2\":{\"merge\":[0,9],\"text\":\"智能医学院处方笺\",\"style\":38},\"3\":{\"style\":12,\"text\":\" \"},\"4\":{\"style\":12,\"text\":\" \"},\"5\":{\"style\":12,\"text\":\" \"},\"6\":{\"style\":12,\"text\":\" \"},\"7\":{\"style\":12,\"text\":\" \"},\"8\":{\"style\":12,\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"style\":12,\"text\":\" \"},\"11\":{\"style\":12,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"height\":124},\"3\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":46},\"2\":{\"merge\":[0,1],\"text\":\"姓名:\",\"style\":4},\"3\":{\"style\":4,\"text\":\" \"},\"4\":{\"text\":\"${yonghu.yphone}\"},\"5\":{\"text\":\"性别:\",\"style\":42},\"6\":{\"text\":\"${yonghu.ysex}\",\"style\":42},\"7\":{\"text\":\"年龄:\",\"style\":47},\"8\":{\"text\":\"${yonghu.yage}\"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \",\"style\":42},\"11\":{\"style\":69,\"text\":\" \",\"merge\":[0,1]},\"12\":{\"style\":43,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"isDrag\":true},\"4\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":74},\"2\":{\"style\":4,\"merge\":[0,1],\"text\":\"单位:\"},\"3\":{\"style\":4,\"text\":\" \"},\"4\":{\"text\":\"${yonghu.danwei}\"},\"5\":{\"text\":\"电话:\"},\"6\":{\"text\":\"${yonghu.yphone}\",\"merge\":[0,5]},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"15\":{\"text\":\"\"}},\"isDrag\":true,\"height\":29},\"5\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"merge\":[0,1],\"text\":\"初步诊断:\",\"style\":4},\"3\":{\"text\":\" \",\"style\":4},\"4\":{\"text\":\"${yonghu.yjieguo}\",\"merge\":[0,7]},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true,\"height\":34},\"6\":{\"cells\":{\"1\":{\"text\":\" RP:\",\"merge\":[0,2],\"style\":79},\"2\":{\"style\":11,\"text\":\" \"},\"3\":{\"style\":11,\"text\":\" \"},\"4\":{\"style\":39,\"text\":\" \"},\"5\":{\"style\":0,\"text\":\" \"},\"6\":{\"style\":0,\"text\":\" \"},\"7\":{\"style\":0,\"text\":\" \"},\"8\":{\"style\":0,\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"style\":0,\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"14\":{},\"16\":{}},\"height\":79},\"7\":{\"cells\":{\"1\":{\"text\":\".\",\"style\":48},\"2\":{\"text\":\"\",\"style\":1},\"3\":{\"text\":\"#{yaopin.name}\",\"merge\":[0,1]},\"5\":{},\"6\":{},\"7\":{\"text\":\"#{yaopin.percent}\",\"merge\":[0,1]},\"9\":{},\"10\":{},\"11\":{\"text\":\"\"},\"12\":{\"style\":28,\"text\":\" \"},\"14\":{}},\"isDrag\":true,\"height\":37},\"8\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"height\":27},\"9\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"医嘱:\",\"style\":76},\"3\":{\"text\":\"${yonghu.yizhu}\",\"style\":6,\"merge\":[0,8]},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"10\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"药品费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"text\":\"${yonghu.yprice}\",\"style\":6},\"5\":{\"merge\":[0,1],\"text\":\"中成药费\",\"style\":6},\"6\":{\"text\":\" \"},\"7\":{\"style\":6,\"text\":\" \"},\"8\":{\"text\":\"治疗费\",\"merge\":[0,2],\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"style\":6,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"11\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"检查费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"style\":6,\"text\":\" \"},\"5\":{\"merge\":[0,1],\"text\":\"换药费\",\"style\":6},\"6\":{\"text\":\" \"},\"7\":{\"style\":6,\"text\":\" \"},\"8\":{\"merge\":[0,2],\"text\":\"诊疗费\",\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\"${yonghu.yzhenliao}\",\"style\":6},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"12\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"注射费\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"style\":6,\"merge\":[0,3],\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"merge\":[0,2],\"text\":\"其他\",\"style\":6},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"style\":6,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}}},\"13\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"合计\",\"style\":6,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"text\":\"${yonghu.ytotal}\",\"style\":6,\"merge\":[0,7]},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"isDrag\":true},\"14\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\" \"},\"3\":{\"text\":\" \"},\"4\":{\"text\":\" \"},\"5\":{\"text\":\" \"},\"6\":{\"text\":\" \"},\"7\":{\"text\":\" \"},\"8\":{\"text\":\" \"},\"9\":{\"text\":\" \"},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"height\":9},\"15\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"text\":\"医师:\",\"style\":4,\"merge\":[0,1]},\"3\":{\"text\":\" \"},\"4\":{\"text\":\"${yonghu.yishe}\",\"style\":80},\"5\":{\"style\":80,\"text\":\" \"},\"6\":{\"style\":80,\"text\":\" \"},\"7\":{\"style\":80,\"text\":\" \"},\"8\":{\"text\":\"日期:\",\"style\":4},\"9\":{\"text\":\"${yonghu.kdata}\",\"style\":80,\"merge\":[0,2]},\"10\":{\"text\":\" \"},\"11\":{\"text\":\" \"},\"12\":{\"style\":71,\"text\":\" \"},\"13\":{\"style\":80,\"text\":\" \"}},\"isDrag\":true,\"height\":43},\"16\":{\"cells\":{\"1\":{\"style\":31,\"text\":\" \"},\"2\":{\"style\":80,\"text\":\" \"},\"3\":{\"style\":80,\"text\":\" \"},\"4\":{\"style\":80,\"text\":\" \"},\"5\":{\"style\":80,\"text\":\" \"},\"6\":{\"style\":80,\"text\":\" \"},\"7\":{\"style\":80,\"text\":\" \"},\"8\":{\"style\":80,\"text\":\" \"},\"9\":{\"style\":80,\"text\":\" \"},\"10\":{\"style\":80,\"text\":\" \"},\"11\":{\"style\":80,\"text\":\" \"},\"12\":{\"style\":28,\"text\":\" \"}},\"height\":17},\"17\":{\"cells\":{\"1\":{\"text\":\" \",\"style\":32},\"2\":{\"text\":\" \",\"style\":33},\"3\":{\"style\":33,\"text\":\" \"},\"4\":{\"text\":\" \",\"style\":33},\"5\":{\"text\":\" \",\"style\":33},\"6\":{\"text\":\" \",\"style\":33},\"7\":{\"text\":\" \",\"style\":33},\"8\":{\"text\":\" \",\"style\":33},\"9\":{\"text\":\" \",\"style\":33},\"10\":{\"text\":\" \",\"style\":33},\"11\":{\"text\":\" \",\"style\":33},\"12\":{\"text\":\" \",\"style\":34}}},\"18\":{\"cells\":{\"11\":{\"text\":\"\"}},\"isDrag\":true},\"len\":94,\"-1\":{\"cells\":{\"-1\":{\"text\":\"#{yaopin.key1}\"}},\"isDrag\":true},\"\":{\"cells\":{\"NaN\":{\"text\":\"\",\"rendered\":\"\"}}}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":798,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"size\":12}},{\"font\":{\"size\":10}},{\"font\":{\"size\":12},\"align\":\"right\"},{\"font\":{\"size\":14}},{\"align\":\"right\"},{\"font\":{\"size\":10},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\"},{\"font\":{\"size\":12},\"align\":\"center\"},{\"font\":{\"size\":12,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\"},{\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":15}},{\"align\":\"left\"},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":true}},{\"font\":{\"size\":12,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"valign\":\"bottom\"},{\"font\":{\"size\":10},\"valign\":\"bottom\"},{\"valign\":\"bottom\"},{\"align\":\"right\",\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":true},{\"font\":{\"size\":10},\"textwrap\":true},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false},{\"font\":{\"size\":10},\"textwrap\":false},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"right\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thick\",\"#000\"]},\"textwrap\":false,\"align\":\"center\"},{\"font\":{\"size\":10},\"textwrap\":false,\"align\":\"center\"},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":15},\"align\":\"right\"},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"valign\":\"bottom\",\"align\":\"right\"},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"left\":[\"thin\",\"#000\"]},\"textwrap\":false,\"align\":\"left\"},{\"font\":{\"size\":10},\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":15},\"border\":{\"left\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"align\":\"left\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"valign\":\"bottom\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":10},\"align\":\"left\"},{\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"font\":{\"size\":10},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":10},\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":15,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{},{\"font\":{\"size\":15,\"bold\":true},\"align\":\"center\"},{\"align\":\"right\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true},\"align\":\"center\",\"border\":{\"bottom\":[\"thick\",\"#000\"],\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}}],\"validations\":[],\"cols\":{\"0\":{\"width\":23},\"1\":{\"width\":14},\"2\":{\"width\":56},\"3\":{\"width\":40},\"4\":{\"width\":156},\"5\":{\"width\":41},\"6\":{\"width\":18},\"7\":{\"width\":92},\"8\":{\"width\":58},\"9\":{\"width\":20},\"10\":{\"width\":20},\"11\":{\"width\":148},\"12\":{\"width\":12},\"len\":50},\"merges\":[\"C3:E3\",\"C7:E7\",\"H3:I3\",\"H7:I7\",\"C7:E7\",\"H7:I7\",\"F11:G11\",\"I11:K11\",\"F12:G12\",\"I12:K12\",\"I13:K13\",\"E13:H13\",\"C11:D11\",\"C12:D12\",\"C13:D13\",\"C14:D14\",\"C16:D16\",\"L4:M4\",\"C3:L3\",\"B7:D7\",\"C4:D4\",\"C5:D5\",\"E14:L14\",\"J16:L16\",\"D10:L10\",\"G5:L5\",\"C6:D6\",\"E6:L6\",\"D8:E8\",\"H8:I8\"]}', '', 'https://static.jeecg.com/designreport/images/处方_1607071731580.png', 'admin', '2021-02-02 20:13:47', 'admin', '2021-07-13 10:24:42', 1, NULL, NULL, 0, 835, NULL, NULL, NULL);
391 INSERT INTO `jimu_report` VALUES ('7905022412733a0c68dc7b4ef8947489', '8996445', '介绍信', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":5,\"sci\":15,\"eri\":5,\"eci\":15,\"width\":100,\"height\":42},\"excel_config_id\":\"7905022412733a0c68dc7b4ef8947489\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"rows\":{\"0\":{\"cells\":{\"1\":{},\"12\":{}},\"height\":11},\"3\":{\"cells\":{\"0\":{\"text\":\"\",\"style\":46},\"1\":{\"merge\":[0,10],\"text\":\"介绍信\",\"style\":337}},\"height\":216},\"4\":{\"cells\":{\"1\":{\"text\":\"${jieshaoxin.name}\",\"style\":338,\"merge\":[0,3]},\"5\":{\"text\":\":\",\"style\":339}},\"isDrag\":true,\"height\":80},\"5\":{\"cells\":{\"1\":{\"text\":\"兹介绍我局\",\"style\":340,\"merge\":[0,5]},\"7\":{\"text\":\"${jieshaoxin.value}\",\"style\":341},\"8\":{\"text\":\"同志\",\"style\":339},\"9\":{\"text\":\"#{jieshaoxin.percent}\",\"style\":339},\"10\":{\"text\":\"人,前往你处\",\"style\":339,\"merge\":[0,1]}},\"isDrag\":true,\"height\":42},\"6\":{\"cells\":{\"1\":{\"text\":\"${jieshaoxin.shiqing}\",\"style\":342,\"merge\":[0,5]},\"15\":{\"text\":\"\"}},\"isDrag\":true,\"height\":48},\"7\":{\"cells\":{\"1\":{\"style\":343,\"text\":\"\"},\"2\":{\"style\":344,\"merge\":[0,5],\"text\":\"请予接洽并给予帮助。\"}},\"height\":56},\"10\":{\"cells\":{\"8\":{\"text\":\"\",\"style\":316,\"merge\":[0,3]}},\"height\":39},\"11\":{\"cells\":{\"8\":{\"merge\":[0,2],\"text\":\"单位盖章\",\"style\":347},\"11\":{\"merge\":[0,1],\"style\":316}},\"height\":84},\"12\":{\"cells\":{\"1\":{\"merge\":[0,2],\"text\":\"\",\"style\":317},\"4\":{\"merge\":[0,2],\"text\":\"\",\"style\":346},\"7\":{\"text\":\"(有效时间:至\",\"style\":317},\"8\":{\"text\":\"${jieshaoxin.gdata}\",\"style\":316,\"merge\":[0,2]},\"11\":{\"style\":348,\"text\":\"止)\"}},\"isDrag\":true,\"height\":30},\"13\":{\"cells\":{\"1\":{\"merge\":[8,11]}}},\"len\":83},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":694,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"left\"},{\"align\":\"left\",\"underline\":true},{\"underline\":true},{\"align\":\"center\",\"underline\":true},{\"align\":\"center\"},{\"align\":\"center\",\"underline\":false},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":16}},{\"font\":{\"size\":16}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"bold\":true}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":false}},{\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false}},{\"font\":{\"bold\":false}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"font\":{\"size\":12},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":10}},{\"font\":{\"size\":10,\"bold\":true}},{\"font\":{\"size\":10,\"bold\":true},\"align\":\"center\"},{\"font\":{\"size\":18,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":18}},{\"font\":{\"size\":16,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":16}},{\"font\":{\"size\":12},\"valign\":\"bottom\"},{\"font\":{\"size\":12},\"valign\":\"middle\"},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"valign\":\"middle\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"dashed\",\"#000\"]}},{\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":12,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"font\":{\"size\":14,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"}},{\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"}},{\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"}},{\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"}},{\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":10,\"name\":\"Lato\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"font\":{\"size\":10,\"name\":\"Lato\"},\"valign\":\"middle\",\"color\":\"#000100\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{},{\"font\":{\"size\":12,\"name\":\"Lato\",\"bold\":true},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"bold\":true},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"right\",\"font\":{\"size\":12}},{\"align\":\"left\",\"font\":{\"size\":12}},{\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"valign\":\"top\"},{\"valign\":\"top\",\"align\":\"center\"},{\"valign\":\"top\",\"align\":\"center\",\"font\":{\"size\":12}},{\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\"},{\"font\":{\"size\":14}},{\"align\":\"right\",\"font\":{\"size\":14}},{\"font\":{\"size\":14},\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"right\",\"font\":{\"size\":9}},{\"font\":{\"size\":9}},{\"font\":{\"size\":9},\"align\":\"center\"},{\"font\":{\"size\":9},\"align\":\"left\"},{\"align\":\"left\",\"font\":{\"bold\":true,\"size\":14}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14},\"valign\":\"top\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16},\"valign\":\"top\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":18},\"valign\":\"top\"},{\"align\":\"right\",\"font\":{\"size\":10}},{\"font\":{\"size\":10},\"align\":\"center\"},{\"align\":\"left\",\"font\":{\"size\":10}},{\"align\":\"right\",\"font\":{\"size\":12},\"valign\":\"bottom\"},{\"valign\":\"bottom\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"valign\":\"bottom\"},{\"font\":{\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"align\":\"center\",\"valign\":\"bottom\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":22},\"valign\":\"top\"},{\"align\":\"right\",\"font\":{\"size\":14},\"valign\":\"bottom\"},{\"font\":{\"size\":14},\"valign\":\"bottom\"},{\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"valign\":\"bottom\"},{\"font\":{\"size\":14},\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"align\":\"center\",\"valign\":\"bottom\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14},\"align\":\"center\"},{\"valign\":\"top\",\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14}}],\"validations\":[],\"cols\":{\"0\":{\"width\":23},\"1\":{\"width\":46},\"2\":{\"width\":24},\"3\":{\"width\":15},\"4\":{\"width\":43},\"5\":{\"width\":13},\"6\":{\"width\":83},\"7\":{\"width\":256},\"8\":{\"width\":42},\"9\":{\"width\":18},\"10\":{\"width\":77},\"11\":{\"width\":54},\"12\":{\"width\":28},\"13\":{\"width\":62},\"16\":{\"width\":55},\"len\":50},\"merges\":[\"B4:L4\",\"B5:E5\",\"B6:G6\",\"K6:L6\",\"B7:G7\",\"C8:H8\",\"I11:L11\",\"I12:K12\",\"L12:M12\",\"B13:D13\",\"E13:G13\",\"I13:K13\",\"B14:M22\"]}', '', 'https://static.jeecg.com/designreport/images/介绍xin_1607072641405.png', 'jeecg', '2020-07-10 13:38:40', 'admin', '2021-07-12 12:24:47', 0, NULL, NULL, 1, 836, NULL, NULL, NULL);
392 INSERT INTO `jimu_report` VALUES ('7acddbc92bc73d06c7f62ff55dfdca19', '566233333333867', '销售单副本3867', '', NULL, 'printinfo', '{\"area\":{\"sri\":6,\"sci\":7,\"eri\":6,\"eci\":7,\"width\":88,\"height\":25},\"printElWidth\":794,\"excel_config_id\":\"519c1c6f4d1f584ae8fa5b43b45acdc7\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"销售单\",\"style\":40,\"merge\":[0,6]},\"2\":{\"style\":41},\"3\":{\"style\":41},\"4\":{\"style\":41},\"5\":{\"style\":41},\"6\":{\"style\":41},\"7\":{\"style\":41}},\"height\":99},\"1\":{\"cells\":{\"1\":{\"text\":\"商品编码\",\"style\":62},\"2\":{\"text\":\"商品名称\",\"style\":62},\"3\":{\"text\":\"销售时间\",\"style\":62},\"4\":{\"text\":\"销售数量\",\"style\":62},\"5\":{\"text\":\"定价\",\"style\":62},\"6\":{\"text\":\"优惠价\",\"style\":62},\"7\":{\"text\":\"付款金额\",\"style\":62}},\"height\":39},\"2\":{\"cells\":{\"1\":{\"text\":\"#{xiaoshou.bianma}\",\"style\":61},\"2\":{\"text\":\"#{xiaoshou.cname}\",\"style\":61},\"3\":{\"text\":\"#{xiaoshou.ctime}\",\"style\":61},\"4\":{\"text\":\"#{xiaoshou.cnum}\",\"style\":61},\"5\":{\"text\":\"#{xiaoshou.cprice}\",\"style\":61},\"6\":{\"text\":\"#{xiaoshou.yprice}\",\"style\":61},\"7\":{\"text\":\"#{xiaoshou.ctotal}\",\"style\":61}},\"isDrag\":true,\"height\":35},\"3\":{\"cells\":{\"1\":{\"style\":44,\"text\":\"\"},\"2\":{\"style\":44},\"3\":{\"style\":44},\"4\":{\"style\":44},\"5\":{\"style\":44,\"text\":\"\"},\"6\":{\"text\":\"\",\"style\":45},\"7\":{\"style\":46,\"text\":\"=SUM(H3)\"}},\"isDrag\":true,\"height\":73},\"5\":{\"cells\":{},\"isDrag\":true},\"6\":{\"cells\":{},\"isDrag\":true},\"7\":{\"cells\":{\"2\":{\"text\":\"\"}},\"isDrag\":true},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":754,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"size\":18}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#fed964\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#fdc101\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#fdc101\"},{\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ffe59a\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ffc001\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#fed964\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#ed7d31\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#fdc101\"],\"top\":[\"thin\",\"#fdc101\"],\"left\":[\"thin\",\"#fdc101\"],\"right\":[\"thin\",\"#fdc101\"]},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#9cc2e6\"},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":true,\"size\":12}},{\"font\":{\"bold\":true,\"size\":16}},{\"font\":{\"bold\":true,\"size\":18}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"left\"},{\"align\":\"right\",\"font\":{\"size\":16}},{\"align\":\"left\",\"font\":{\"size\":16}},{\"align\":\"right\",\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"宋体\"}},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"size\":14,\"name\":\"宋体\"}},{\"align\":\"left\",\"font\":{\"size\":14,\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#2e75b5\"],\"top\":[\"thin\",\"#2e75b5\"],\"left\":[\"thin\",\"#2e75b5\"],\"right\":[\"thin\",\"#2e75b5\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#ffff01\"],\"top\":[\"thin\",\"#ffff01\"],\"left\":[\"thin\",\"#ffff01\"],\"right\":[\"thin\",\"#ffff01\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"size\":14,\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#2e75b5\"],\"top\":[\"thin\",\"#2e75b5\"],\"left\":[\"thin\",\"#2e75b5\"],\"right\":[\"thin\",\"#2e75b5\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#4371c6\"],\"top\":[\"thin\",\"#4371c6\"],\"left\":[\"thin\",\"#4371c6\"],\"right\":[\"thin\",\"#4371c6\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]}},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"],\"top\":[\"thin\",\"#d8d8d8\"],\"left\":[\"thin\",\"#d8d8d8\"],\"right\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"bgcolor\":\"#5b9cd6\",\"font\":{\"name\":\"宋体\"},\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]}}],\"validations\":[],\"cols\":{\"0\":{\"width\":31},\"1\":{\"width\":102},\"2\":{\"width\":170},\"3\":{\"width\":147},\"4\":{\"width\":66},\"5\":{\"width\":66},\"6\":{\"width\":84},\"7\":{\"width\":88},\"8\":{\"width\":121},\"len\":26},\"merges\":[\"B1:H1\"]}', '', 'https://static.jeecg.com/designreport/images/xiaoshou_1607310086160.png', 'admin', '2021-01-19 10:46:18', 'admin', '2021-02-02 19:01:02', 1, NULL, NULL, 0, 2096, NULL, NULL, NULL);
393 INSERT INTO `jimu_report` VALUES ('7c02c224a2db56d0350069650033f702', '895666', '核查评估表', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":{\"sri\":5,\"sci\":18,\"eri\":5,\"eci\":18,\"width\":53,\"height\":46},\"printElWidth\":1399,\"excel_config_id\":\"7c02c224a2db56d0350069650033f702\",\"printElHeight\":790,\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"XX县(市、区)YY低保第三方核查评估汇总表\",\"merge\":[0,21],\"style\":386},\"2\":{\"style\":386},\"3\":{\"style\":386},\"4\":{\"style\":386},\"5\":{\"style\":386},\"6\":{\"style\":386},\"7\":{\"style\":386},\"8\":{\"style\":386},\"9\":{\"style\":386},\"10\":{\"style\":386},\"11\":{\"style\":386},\"12\":{\"style\":386},\"13\":{\"style\":386},\"14\":{\"style\":386},\"15\":{\"style\":386},\"16\":{\"style\":386},\"17\":{\"style\":386},\"18\":{\"style\":386},\"19\":{\"style\":386},\"20\":{\"style\":386},\"21\":{\"style\":386},\"22\":{\"style\":386}},\"height\":70},\"1\":{\"cells\":{\"1\":{\"merge\":[0,2],\"style\":403,\"text\":\"     北京市林翠社区\"},\"2\":{\"style\":398,\"text\":\" \"},\"3\":{\"style\":398,\"text\":\" \"},\"4\":{\"merge\":[0,2],\"text\":\"镇(乡、街道办事处)\",\"style\":399},\"5\":{\"style\":399},\"6\":{\"style\":399},\"7\":{\"style\":399,\"merge\":[0,7]},\"8\":{\"style\":400},\"9\":{\"style\":400},\"10\":{\"style\":400},\"11\":{\"style\":400},\"12\":{\"style\":400},\"13\":{\"style\":400},\"14\":{\"style\":400},\"15\":{\"merge\":[0,7],\"text\":\"单位:人、元、套、平方米\",\"style\":398},\"16\":{\"style\":401},\"17\":{\"style\":401},\"18\":{\"style\":401},\"19\":{\"style\":401},\"20\":{\"style\":401},\"21\":{\"style\":401},\"22\":{\"style\":401}}},\"2\":{\"cells\":{\"1\":{\"style\":114},\"2\":{\"style\":114},\"3\":{\"style\":114},\"4\":{\"style\":114},\"5\":{\"style\":114},\"6\":{\"style\":114},\"7\":{\"style\":114},\"8\":{\"style\":114},\"9\":{\"style\":114},\"10\":{\"style\":114},\"11\":{\"style\":114},\"12\":{\"style\":114},\"13\":{\"style\":114},\"14\":{\"style\":114},\"15\":{\"style\":114},\"16\":{\"style\":114},\"17\":{\"style\":114},\"18\":{\"style\":114},\"19\":{\"style\":114},\"20\":{\"style\":114},\"21\":{\"style\":114},\"22\":{\"style\":114}},\"height\":14},\"3\":{\"cells\":{\"1\":{\"style\":406,\"text\":\"村(社区)名称\",\"merge\":[1,0]},\"2\":{\"style\":407,\"text\":\"户主名称\",\"merge\":[1,0]},\"3\":{\"style\":407,\"text\":\"保障编号\",\"merge\":[1,0]},\"4\":{\"style\":408,\"text\":\"家庭人口\",\"merge\":[1,0]},\"5\":{\"style\":409,\"text\":\"家庭住址\",\"merge\":[1,0]},\"6\":{\"style\":409,\"text\":\"联系电话\",\"merge\":[1,0]},\"7\":{\"style\":408,\"text\":\"身份证号码\",\"merge\":[1,0]},\"8\":{\"style\":409,\"text\":\"原保障\",\"merge\":[0,2]},\"9\":{\"style\":377,\"text\":\" \"},\"10\":{\"style\":377,\"text\":\" \"},\"11\":{\"text\":\"核减后月人均收入\",\"style\":408,\"merge\":[1,0]},\"12\":{\"merge\":[0,5],\"text\":\"保障建议\",\"style\":410},\"13\":{\"style\":379,\"text\":\" \"},\"14\":{\"style\":379,\"text\":\" \"},\"15\":{\"style\":379,\"text\":\" \"},\"16\":{\"style\":379,\"text\":\" \"},\"17\":{\"style\":379,\"text\":\" \"},\"18\":{\"text\":\"是否新增对象\",\"style\":411,\"merge\":[1,0]},\"19\":{\"text\":\"建议取消原因\",\"style\":409,\"merge\":[0,3]},\"20\":{\"style\":377,\"text\":\" \"},\"21\":{\"style\":377,\"text\":\" \"},\"22\":{\"style\":377,\"text\":\" \"}}},\"4\":{\"cells\":{\"1\":{\"style\":381,\"text\":\" \"},\"2\":{\"style\":407,\"text\":\" \"},\"3\":{\"style\":382,\"text\":\" \"},\"4\":{\"style\":408,\"text\":\" \"},\"5\":{\"style\":377,\"text\":\" \"},\"6\":{\"style\":409,\"text\":\" \"},\"7\":{\"style\":383,\"text\":\" \"},\"8\":{\"text\":\"户数\",\"style\":412},\"9\":{\"style\":411,\"text\":\"人口\"},\"10\":{\"style\":413,\"text\":\"金额\"},\"11\":{\"style\":383,\"text\":\" \"},\"12\":{\"text\":\"保障类型\",\"style\":408},\"13\":{\"style\":413,\"text\":\"人口\"},\"14\":{\"style\":408,\"text\":\"差额补助\"},\"15\":{\"style\":408,\"text\":\"全额补助\"},\"16\":{\"style\":408,\"text\":\"增发补助\"},\"17\":{\"style\":408,\"text\":\"合计补助\"},\"18\":{\"style\":411,\"text\":\" \"},\"19\":{\"style\":408,\"text\":\"收入超标\"},\"20\":{\"style\":406,\"text\":\"机动车超标\"},\"21\":{\"style\":410,\"text\":\"死亡\"},\"22\":{\"style\":410,\"text\":\"其他\"}},\"height\":50},\"5\":{\"cells\":{\"1\":{\"text\":\"#{hecha.name}\",\"style\":414,\"rendered\":\"\"},\"2\":{\"text\":\"#{hecha.hname}\",\"style\":414},\"3\":{\"text\":\"#{hecha.num}\",\"style\":414},\"4\":{\"text\":\"#{hecha.knum}\",\"style\":414},\"5\":{\"text\":\"#{hecha.zhuzhi}\",\"style\":414},\"6\":{\"text\":\"#{hecha.phone}\",\"style\":414},\"7\":{\"text\":\"#{hecha.scard}\",\"style\":414},\"8\":{\"text\":\"#{hecha.yhnum}\",\"style\":414},\"9\":{\"text\":\"#{hecha.yren}\",\"style\":414},\"10\":{\"text\":\"#{hecha.yjine}\",\"style\":414},\"11\":{\"text\":\"#{hecha.yjine}\",\"style\":414},\"12\":{\"text\":\"#{hecha.type}\",\"style\":414},\"13\":{\"text\":\"#{hecha.rk}\",\"style\":414},\"14\":{\"text\":\"#{hecha.cbz}\",\"style\":414},\"15\":{\"text\":\"#{hecha.cbz}\",\"style\":414},\"16\":{\"text\":\"#{hecha.cbz}\",\"style\":414},\"17\":{\"text\":\"#{hecha.cbz}\",\"style\":414},\"18\":{\"text\":\"#{hecha.sf1}\",\"style\":414},\"19\":{\"text\":\"#{hecha.sf2}\",\"style\":414},\"20\":{\"text\":\"#{hecha.sf3}\",\"style\":414},\"21\":{\"text\":\"#{hecha.sf4}\",\"style\":414},\"22\":{\"text\":\"#{hecha.bz}\",\"style\":414}},\"isDrag\":true,\"height\":46},\"6\":{\"cells\":{\"1\":{\"style\":114},\"2\":{\"style\":114},\"3\":{\"style\":114},\"4\":{\"style\":114},\"5\":{\"style\":114},\"6\":{\"style\":114},\"7\":{\"style\":114},\"8\":{\"style\":114},\"9\":{\"style\":114},\"10\":{\"style\":114},\"11\":{\"style\":114},\"12\":{\"style\":114},\"13\":{\"style\":114},\"14\":{\"style\":114},\"15\":{\"style\":114},\"16\":{\"style\":114},\"17\":{\"style\":114},\"18\":{\"style\":114},\"19\":{\"style\":114},\"20\":{\"style\":114},\"21\":{\"style\":114},\"22\":{\"style\":114}},\"height\":46},\"7\":{\"cells\":{\"1\":{\"style\":114},\"2\":{\"style\":114},\"3\":{\"style\":114},\"4\":{\"style\":114},\"5\":{\"style\":114},\"6\":{\"style\":114},\"7\":{\"style\":114},\"8\":{\"style\":114},\"9\":{\"style\":114},\"10\":{\"style\":114},\"11\":{\"style\":114},\"12\":{\"style\":114},\"13\":{\"style\":114},\"14\":{\"style\":114},\"15\":{\"style\":114},\"16\":{\"style\":114},\"17\":{\"style\":114},\"18\":{\"style\":114},\"19\":{\"style\":114},\"20\":{\"style\":114},\"21\":{\"style\":114},\"22\":{\"style\":114}},\"height\":46},\"8\":{\"cells\":{\"1\":{\"text\":\"\"},\"2\":{\"style\":114},\"3\":{\"style\":114},\"4\":{\"style\":114},\"5\":{\"style\":114},\"6\":{\"style\":114},\"7\":{\"style\":114},\"8\":{\"style\":114},\"9\":{\"style\":114},\"10\":{\"style\":114},\"11\":{\"style\":114},\"12\":{\"style\":114},\"13\":{\"style\":114},\"14\":{\"style\":114},\"15\":{\"style\":114},\"16\":{\"style\":114},\"17\":{\"style\":114},\"18\":{\"style\":114},\"19\":{\"style\":114},\"20\":{\"style\":114},\"21\":{\"style\":114},\"22\":{\"style\":114}},\"isDrag\":true},\"len\":102},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1378,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true},{\"textwrap\":true},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":false},{\"textwrap\":false},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\"},{\"textwrap\":true,\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"middle\"},{\"textwrap\":true,\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":false,\"valign\":\"middle\"},{\"textwrap\":false,\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\"},{\"textwrap\":true,\"valign\":\"bottom\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"top\"},{\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":18}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Helvetica\"}},{\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Helvetica\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"textwrap\":true,\"font\":{\"name\":\"Comic Sans MS\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Courier New\"}},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Courier New\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Verdana\"}},{\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Verdana\"}},{\"align\":\"center\",\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Verdana\"}},{\"textwrap\":true,\"font\":{\"name\":\"Verdana\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Verdana\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Verdana\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Verdana\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Verdana\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Verdana\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"}},{\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"}},{\"align\":\"center\",\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"valign\":\"middle\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":false,\"font\":{\"name\":\"Lato\"}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"valign\":\"middle\"},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\"},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"top\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]},\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"valign\":\"middle\"},{\"align\":\"center\",\"border\":{\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]}},{\"border\":{\"bottom\":[\"thin\",\"#ffffff\"],\"top\":[\"thin\",\"#ffffff\"],\"left\":[\"thin\",\"#ffffff\"],\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"border\":{\"right\":[\"thin\",\"#ffffff\"]}},{\"border\":{\"right\":[\"thin\",\"#ffffff\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"left\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Lato\"},\"border\":{\"top\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"font\":{\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"]}},{\"font\":{\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"font\":{\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000100\"]},\"align\":\"right\"},{\"font\":{\"name\":\"Lato\"},\"align\":\"right\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"valign\":\"middle\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#5b9cd6\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#000100\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#f4b184\",\"color\":\"#262626\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#9cc2e6\",\"color\":\"#262626\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#262626\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#00b04e\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]},\"align\":\"center\"},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#a7d08c\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":8},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]},\"align\":\"center\",\"font\":{\"size\":8}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#71ae47\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\"},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#00b04e\"],\"top\":[\"thin\",\"#00b04e\"],\"left\":[\"thin\",\"#00b04e\"],\"right\":[\"thin\",\"#00b04e\"]}},{\"align\":\"center\",\"font\":{\"size\":15,\"bold\":true,\"name\":\"Lato\"}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9}},{\"font\":{\"name\":\"Lato\",\"size\":9}},{\"font\":{\"size\":9}},{\"align\":\"center\",\"font\":{\"size\":9}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"]},\"color\":\"#a5a5a5\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"color\":\"#a5a5a5\"},{\"font\":{\"name\":\"Lato\",\"size\":9},\"color\":\"#a5a5a5\"},{\"font\":{\"size\":9},\"color\":\"#a5a5a5\"},{\"align\":\"center\",\"font\":{\"size\":9},\"color\":\"#a5a5a5\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#000100\"]},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"color\":\"#7f7f7f\"},{\"font\":{\"name\":\"Lato\",\"size\":9},\"color\":\"#7f7f7f\"},{\"font\":{\"size\":9},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"size\":9},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":9},\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"]},\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#d8d8d8\"]},\"align\":\"center\",\"font\":{\"size\":8}},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"]},\"align\":\"center\",\"font\":{\"size\":8}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"textwrap\":true,\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"align\":\"center\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"textwrap\":true,\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"textwrap\":true,\"valign\":\"bottom\",\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"textwrap\":true,\"font\":{\"name\":\"Lato\",\"size\":10},\"bgcolor\":\"#02a274\",\"color\":\"#ffffff\",\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]}},{\"border\":{\"bottom\":[\"thin\",\"#a5a5a5\"],\"top\":[\"thin\",\"#a5a5a5\"],\"left\":[\"thin\",\"#a5a5a5\"],\"right\":[\"thin\",\"#a5a5a5\"]},\"align\":\"center\",\"font\":{\"size\":8}}],\"validations\":[],\"cols\":{\"0\":{\"width\":30},\"1\":{\"width\":68},\"2\":{\"width\":86},\"3\":{\"width\":93},\"4\":{\"width\":91},\"5\":{\"width\":156},\"6\":{\"width\":95},\"7\":{\"width\":85},\"8\":{\"width\":37},\"9\":{\"width\":30},\"10\":{\"width\":43},\"11\":{\"width\":66},\"12\":{\"width\":38},\"13\":{\"width\":41},\"14\":{\"width\":54},\"15\":{\"width\":49},\"16\":{\"width\":45},\"17\":{\"width\":49},\"18\":{\"width\":53},\"19\":{\"width\":40},\"20\":{\"width\":50},\"21\":{\"width\":40},\"22\":{\"width\":39},\"len\":50},\"merges\":[\"M4:R4\",\"B4:B5\",\"C4:C5\",\"D4:D5\",\"E4:E5\",\"F4:F5\",\"G4:G5\",\"H4:H5\",\"I4:K4\",\"L4:L5\",\"S4:S5\",\"T4:W4\",\"E2:G2\",\"B2:D2\",\"B1:W1\",\"P2:W2\",\"H2:O2\"]}', '', 'https://static.jeecg.com/designreport/images/QQ截图20201207113312_1607312171402.png', 'jeecg', '2020-07-14 16:41:42', 'admin', '2021-02-03 14:01:17', 0, NULL, NULL, 1, 260, NULL, NULL, NULL);
394 INSERT INTO `jimu_report` VALUES ('94b04a1ed7c17f8e96baa6d89fb90758', '3698522', '员工请假单', '', NULL, 'printinfo', '{\"area\":false,\"printElWidth\":794,\"excel_config_id\":\"94b04a1ed7c17f8e96baa6d89fb90758\",\"printElHeight\":1047,\"rows\":{\"1\":{\"cells\":{\"0\":{\"text\":\"员工请假单\",\"style\":100,\"merge\":[0,7]},\"1\":{\"style\":100},\"2\":{\"style\":100},\"3\":{\"style\":100},\"4\":{\"style\":100},\"5\":{\"style\":100},\"6\":{\"style\":100},\"7\":{\"style\":100}},\"height\":65},\"2\":{\"cells\":{\"0\":{\"text\":\"单位:北极星\",\"style\":101,\"merge\":[0,2]},\"1\":{\"style\":101},\"2\":{\"style\":101},\"3\":{\"style\":102},\"4\":{\"style\":102},\"5\":{\"style\":102},\"6\":{\"style\":102},\"7\":{\"style\":102}},\"height\":38},\"3\":{\"cells\":{\"0\":{\"text\":\"姓名\",\"style\":119},\"1\":{\"style\":119,\"text\":\" \"},\"2\":{\"text\":\"工作岗位\",\"style\":120},\"3\":{\"style\":119,\"text\":\" \"},\"4\":{\"text\":\"工作时间\",\"style\":119},\"5\":{\"style\":119,\"text\":\" \"},\"6\":{\"text\":\"出生日期\",\"style\":119},\"7\":{\"style\":119,\"text\":\" \"}}},\"4\":{\"cells\":{\"0\":{\"text\":\"请选择假类型\",\"style\":121,\"merge\":[4,0]},\"1\":{\"text\":\"年休假\",\"style\":120},\"2\":{\"style\":120,\"text\":\"病、事假\"},\"3\":{\"style\":120,\"text\":\"探亲假\"},\"4\":{\"style\":119,\"merge\":[0,1],\"text\":\"婚、丧假\"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":119,\"merge\":[0,1],\"text\":\"生育假\"},\"7\":{\"style\":107,\"text\":\" \"}},\"height\":29},\"5\":{\"cells\":{\"0\":{\"style\":0},\"1\":{\"text\":\"1、公岭满1~9年(5天)\",\"style\":122},\"2\":{\"style\":119,\"text\":\"1、病假\"},\"3\":{\"style\":119,\"text\":\"1、未婚探父母(20天)\"},\"4\":{\"style\":119,\"merge\":[0,1],\"text\":\"1、婚假(3天)\"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":119,\"merge\":[0,1],\"text\":\"1、流产\"},\"7\":{\"style\":107,\"text\":\" \"}},\"height\":25},\"6\":{\"cells\":{\"0\":{\"style\":0},\"1\":{\"style\":123,\"text\":\"2、公岭满10~19年(10天)\"},\"2\":{\"style\":119,\"text\":\"2、事假\"},\"3\":{\"style\":119,\"text\":\"2、已婚探父母(20天)\"},\"4\":{\"style\":119,\"merge\":[0,1],\"text\":\"2、晚婚假(13天)\"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":119,\"merge\":[0,1],\"text\":\"2、产假\"},\"7\":{\"style\":107,\"text\":\" \"}}},\"7\":{\"cells\":{\"0\":{\"style\":0},\"1\":{\"style\":123,\"text\":\"3、公岭满20年(15天)\"},\"2\":{\"style\":119,\"text\":\" \"},\"3\":{\"style\":119,\"text\":\"3、探配偶(30天)\"},\"4\":{\"style\":119,\"merge\":[0,1],\"text\":\"3、丧假(3天)\"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":119,\"merge\":[0,1],\"text\":\"3、哺乳假\"},\"7\":{\"style\":107,\"text\":\" \"}}},\"8\":{\"cells\":{\"0\":{\"style\":0},\"1\":{\"style\":119,\"text\":\" \"},\"2\":{\"style\":119,\"text\":\" \"},\"3\":{\"style\":119,\"text\":\"探亲地点:\",\"merge\":[0,2]},\"4\":{\"style\":107,\"text\":\" \"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":119,\"merge\":[0,1],\"text\":\"4、陪护假\"},\"7\":{\"style\":107,\"text\":\" \"},\"8\":{\"style\":15},\"9\":{\"style\":15},\"10\":{\"style\":15},\"11\":{\"style\":15},\"12\":{\"style\":15},\"13\":{\"style\":15},\"14\":{\"style\":15},\"15\":{\"style\":15},\"16\":{\"style\":15},\"17\":{\"style\":15},\"18\":{\"style\":15},\"19\":{\"style\":15},\"20\":{\"style\":15},\"21\":{\"style\":15},\"22\":{\"style\":15},\"23\":{\"style\":5},\"24\":{\"style\":5},\"25\":{\"style\":5}}},\"9\":{\"cells\":{\"0\":{\"style\":124,\"text\":\"请假时间\"},\"1\":{\"style\":125,\"merge\":[0,6],\"text\":\"2020年02-30 至2020年02-03-30\"},\"2\":{\"style\":115,\"text\":\" \"},\"3\":{\"style\":115,\"text\":\" \"},\"4\":{\"style\":115,\"text\":\" \"},\"5\":{\"style\":115,\"text\":\" \"},\"6\":{\"style\":115,\"text\":\" \"},\"7\":{\"style\":115,\"text\":\" \"}},\"height\":46},\"10\":{\"cells\":{\"0\":{\"style\":126,\"text\":\"审批人员及意见\"},\"1\":{\"merge\":[0,6],\"style\":127,\"text\":\"同意\"},\"2\":{\"style\":118,\"text\":\" \"},\"3\":{\"style\":118,\"text\":\" \"},\"4\":{\"style\":118,\"text\":\" \"},\"5\":{\"style\":118,\"text\":\" \"},\"6\":{\"style\":118,\"text\":\" \"},\"7\":{\"style\":118,\"text\":\" \"}},\"height\":89},\"11\":{\"cells\":{\"0\":{\"text\":\"备注\",\"style\":119},\"1\":{\"style\":119,\"text\":\" \"},\"2\":{\"text\":\"请假人签名\",\"style\":119},\"3\":{\"merge\":[0,4],\"style\":119,\"text\":\" \"},\"4\":{\"style\":107,\"text\":\" \"},\"5\":{\"style\":107,\"text\":\" \"},\"6\":{\"style\":107,\"text\":\" \"},\"7\":{\"style\":107,\"text\":\" \"}},\"height\":90},\"12\":{\"cells\":{\"0\":{\"merge\":[0,7],\"style\":120,\"text\":\"请假审批表一式两份,考勤员与人力资源部门各存一份\"},\"1\":{\"style\":106,\"text\":\" \"},\"2\":{\"style\":106,\"text\":\" \"},\"3\":{\"style\":106,\"text\":\" \"},\"4\":{\"style\":106,\"text\":\" \"},\"5\":{\"style\":106,\"text\":\" \"},\"6\":{\"style\":106,\"text\":\" \"},\"7\":{\"style\":106,\"text\":\" \"}},\"height\":25},\"len\":101},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":789,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"textwrap\":true},{\"textwrap\":false},{\"textwrap\":true,\"valign\":\"middle\"},{\"textwrap\":false,\"valign\":\"middle\"},{\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"left\"},{},{\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"}},{\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"align\":\"center\",\"font\":{\"name\":\"Arial\"}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"name\":\"Courier New\"},\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"Courier New\"},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"textwrap\":true,\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"textwrap\":true,\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"align\":\"center\"},{\"font\":{\"name\":\"Courier New\"},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\",\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\",\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"font\":{\"name\":\"Courier New\"},\"color\":\"#7f7f7f\"},{\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Courier New\"},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"align\":\"center\",\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\"},{\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\"},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"align\":\"center\",\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"Lato\"}},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"Lato\"},\"valign\":\"middle\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"Lato\"},\"valign\":\"bottom\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"Lato\"},\"valign\":\"top\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"top\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"top\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"middle\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"middle\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"textwrap\":true},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"textwrap\":true},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"textwrap\":false},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"textwrap\":false},{\"textwrap\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"Lato\"}},{\"align\":\"center\",\"font\":{\"name\":\"宋体\",\"size\":14,\"bold\":true}},{\"font\":{\"name\":\"宋体\"},\"color\":\"#7f7f7f\"},{\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"宋体\"},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":false,\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"宋体\"},\"valign\":\"top\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"valign\":\"top\"},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"valign\":\"top\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"font\":{\"name\":\"宋体\"},\"valign\":\"bottom\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"textwrap\":false},{\"align\":\"center\",\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"textwrap\":false},{\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"align\":\"center\",\"color\":\"#000100\"},{\"textwrap\":false,\"valign\":\"middle\",\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":false,\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"color\":\"#000100\",\"font\":{\"name\":\"宋体\"},\"valign\":\"top\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"valign\":\"top\"},{\"textwrap\":true,\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"color\":\"#000100\",\"font\":{\"name\":\"宋体\"},\"valign\":\"bottom\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#262626\"],\"top\":[\"thin\",\"#262626\"],\"left\":[\"thin\",\"#262626\"],\"right\":[\"thin\",\"#262626\"]},\"font\":{\"name\":\"宋体\"},\"color\":\"#000100\",\"textwrap\":false}],\"validations\":[],\"cols\":{\"0\":{\"width\":35},\"1\":{\"width\":195},\"2\":{\"width\":77},\"3\":{\"width\":168},\"4\":{\"width\":62},\"6\":{\"width\":70},\"7\":{\"width\":82},\"len\":26},\"merges\":[\"D9:F9\",\"E5:F5\",\"E6:F6\",\"E7:F7\",\"E8:F8\",\"G5:H5\",\"G6:H6\",\"G7:H7\",\"G8:H8\",\"G9:H9\",\"B10:H10\",\"B11:H11\",\"D12:H12\",\"A13:H13\",\"A3:C3\",\"A2:H2\",\"A5:A9\"]}', '', 'https://static.jeecg.com/designreport/images/QQ截图20201207135257_1607320433681.png', 'jeecg', '2020-07-10 18:29:39', 'admin', '2021-02-03 14:01:12', 0, NULL, NULL, 1, 142, NULL, NULL, NULL);
395 INSERT INTO `jimu_report` VALUES ('961455b47c0b86dc961e90b5893bff05', '56780774', '阜阳检票数查询副本0774', '', NULL, 'printinfo', '{\"area\":{\"sri\":8,\"sci\":6,\"eri\":8,\"eci\":6,\"width\":75,\"height\":25},\"printElWidth\":794,\"excel_config_id\":\"53c82a76f837d5661dceec7d93afafec\",\"printElHeight\":1047,\"rows\":{\"0\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"\",\"style\":66},\"2\":{\"style\":66},\"3\":{\"style\":67,\"merge\":[0,3],\"text\":\"阜阳火车站检票数\"},\"4\":{\"style\":67},\"5\":{\"style\":67},\"6\":{\"style\":67},\"7\":{\"style\":66},\"8\":{\"style\":66},\"9\":{\"style\":58}},\"height\":63},\"1\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":66},\"2\":{\"style\":66},\"3\":{\"style\":66},\"4\":{\"style\":66},\"5\":{\"style\":66},\"6\":{\"style\":66},\"7\":{\"style\":66},\"8\":{\"style\":66},\"9\":{\"style\":58}},\"height\":20},\"2\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"日期:\",\"style\":68},\"2\":{\"text\":\"${gongsi.tdata}\",\"style\":69},\"3\":{\"style\":66},\"4\":{\"style\":66,\"text\":\"制表人:\"},\"5\":{\"text\":\"${gongsi.gname}\",\"style\":66},\"6\":{\"style\":66},\"7\":{\"text\":\"\",\"merge\":[0,1],\"style\":70},\"8\":{\"style\":70},\"9\":{\"style\":58}},\"isDrag\":true},\"3\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"text\":\"班次\",\"merge\":[1,0],\"style\":71},\"2\":{\"text\":\"发车时间\",\"merge\":[1,0],\"style\":71},\"3\":{\"text\":\"是否放空\",\"merge\":[1,0],\"style\":71},\"4\":{\"text\":\"路线\",\"merge\":[0,1],\"style\":71},\"5\":{\"style\":72},\"6\":{\"text\":\"核载座位数\",\"merge\":[1,0],\"style\":71},\"7\":{\"merge\":[1,0],\"style\":71,\"text\":\"检票数\"},\"8\":{\"merge\":[1,0],\"style\":71,\"text\":\"实载率(%)\"},\"9\":{\"style\":58}}},\"4\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":72},\"2\":{\"style\":71},\"3\":{\"style\":72},\"4\":{\"text\":\"从\",\"style\":71},\"5\":{\"text\":\"到\",\"style\":71},\"6\":{\"style\":72},\"7\":{\"style\":71},\"8\":{\"style\":72},\"9\":{\"style\":58}},\"height\":25},\"5\":{\"cells\":{\"0\":{\"style\":58},\"1\":{\"style\":73,\"text\":\"#{jianpiao.bnum}\"},\"2\":{\"style\":73,\"text\":\"#{jianpiao.ftime}\"},\"3\":{\"style\":73,\"text\":\"#{jianpiao.sfkong}\"},\"4\":{\"style\":73,\"text\":\"#{jianpiao.kaishi}\"},\"5\":{\"style\":73,\"text\":\"#{jianpiao.jieshu}\"},\"6\":{\"style\":73,\"text\":\"#{jianpiao.hezairen}\"},\"7\":{\"style\":73,\"text\":\"#{jianpiao.jpnum}\"},\"8\":{\"style\":73,\"text\":\"#{jianpiao.shihelv}\"},\"9\":{\"style\":58}},\"height\":33},\"6\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}},\"isDrag\":true},\"7\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11,\"text\":\"\"},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"8\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"9\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"10\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"11\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"12\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"13\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"14\":{\"cells\":{\"1\":{\"style\":11},\"2\":{\"style\":11},\"3\":{\"style\":11},\"4\":{\"style\":11},\"5\":{\"style\":11},\"6\":{\"style\":11},\"7\":{\"style\":11},\"8\":{\"style\":11}}},\"len\":96,\"-1\":{\"cells\":{\"-1\":{\"text\":\"${gongsi.id}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":737,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"],\"top\":[\"thin\",\"#7f7f7f\"],\"left\":[\"thin\",\"#7f7f7f\"],\"right\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"top\":[\"thin\",\"#7f7f7f\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]}},{\"border\":{\"right\":[\"thin\",\"#7f7f7f\"],\"bottom\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"bottom\":[\"thin\",\"#7f7f7f\"]}},{\"border\":{\"right\":[\"thin\",\"#7f7f7f\"]}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"bold\":true}},{\"font\":{\"bold\":false}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true}},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"align\":\"right\"},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":true},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"font\":{\"bold\":true},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#4371c6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#2e75b5\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#2e75b5\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#0170c1\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#0170c1\"},{\"font\":{\"bold\":false},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000100\"],\"top\":[\"thin\",\"#000100\"],\"left\":[\"thin\",\"#000100\"],\"right\":[\"thin\",\"#000100\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"font\":{\"bold\":false},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#5b9cd6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"size\":22,\"bold\":true},\"valign\":\"bottom\"},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true},\"valign\":\"bottom\"},{\"font\":{\"bold\":false},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\"},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"宋体\"},\"valign\":\"bottom\"},{\"font\":{\"bold\":false,\"name\":\"宋体\"},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"right\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false,\"name\":\"宋体\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false,\"name\":\"宋体\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"name\":\"宋体\"}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true,\"name\":\"Microsoft YaHei\"},\"valign\":\"bottom\"},{\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"color\":\"#7f7f7f\",\"align\":\"right\"},{\"color\":\"#7f7f7f\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"right\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"font\":{\"bold\":false,\"name\":\"Microsoft YaHei\"},\"bgcolor\":\"#9cc2e6\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"font\":{\"name\":\"Microsoft YaHei\"}}],\"validations\":[],\"cols\":{\"0\":{\"width\":53},\"1\":{\"width\":118},\"2\":{\"width\":75},\"3\":{\"width\":54},\"4\":{\"width\":95},\"5\":{\"width\":109},\"6\":{\"width\":75},\"7\":{\"width\":75},\"8\":{\"width\":83},\"9\":{\"width\":30},\"len\":27},\"merges\":[\"E4:F4\",\"B4:B5\",\"C4:C5\",\"D4:D5\",\"G4:G5\",\"H4:H5\",\"I4:I5\",\"D1:G1\",\"H3:I3\"]}', '', 'https://static.jeecg.com/designreport/images/25_1597233573577.png', 'admin', '2021-01-19 10:46:45', 'admin', '2021-02-03 13:58:22', 0, NULL, NULL, 0, 697, NULL, NULL, NULL);
396 INSERT INTO `jimu_report` VALUES ('9dbadaee8720767efe3164a7d018c870', '45566', '发票打印', '', NULL, 'printinfo', '{\"area\":{\"sri\":8,\"sci\":4,\"eri\":8,\"eci\":4,\"width\":100,\"height\":25},\"printElWidth\":794,\"excel_config_id\":\"9dbadaee8720767efe3164a7d018c870\",\"printElHeight\":500,\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\"\",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"1\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"2\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"3\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"4\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"5\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"6\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"7\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"},\"8\":{\"text\":\" \",\"virtual\":\"RTA6TUIKs1pmgVOM\"}}},\"2\":{\"cells\":{},\"height\":11},\"3\":{\"cells\":{\"2\":{\"text\":\"\"},\"5\":{\"text\":\"\"}},\"height\":18},\"4\":{\"cells\":{\"2\":{\"text\":\"182123434\",\"style\":0},\"5\":{\"text\":\"12345678\"}},\"height\":15},\"5\":{\"cells\":{\"2\":{\"text\":\"\"}}},\"7\":{\"cells\":{}},\"8\":{\"cells\":{\"1\":{\"text\":\"餐饮\"},\"2\":{\"text\":\"        A11\"},\"3\":{\"text\":\"    333      3\"},\"4\":{\"text\":\"  3                   4\"},\"5\":{\"text\":\"          1\"},\"6\":{\"text\":\"3333\"}}},\"9\":{\"cells\":{\"1\":{\"text\":\"测试\"},\"2\":{\"text\":\"      mmm\"},\"3\":{\"text\":\"    33          5\"}}},\"10\":{\"cells\":{},\"height\":22},\"11\":{\"cells\":{\"2\":{\"text\":\"                          \"},\"3\":{\"text\":\"343434\"},\"6\":{\"text\":\"3434\"}},\"height\":45},\"12\":{\"cells\":{\"4\":{\"text\":\"           刮开中奖\"}},\"height\":12},\"13\":{\"cells\":{\"2\":{\"text\":\"\"},\"4\":{\"text\":\"      \"},\"5\":{\"text\":\"备注\"}},\"height\":31},\"14\":{\"cells\":{\"1\":{\"text\":\" 张三\"},\"3\":{\"text\":\"完成\"},\"4\":{\"text\":\"           李思\"}},\"height\":41},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":847,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"size\":8}}],\"validations\":[],\"cols\":{\"0\":{\"width\":93},\"1\":{\"width\":74},\"2\":{\"width\":80},\"len\":26},\"merges\":[],\"imgList\":[{\"row\":0,\"col\":0,\"width\":\"832\",\"height\":\"480\",\"src\":\"https://static.jeecg.com/designreport/images/套打_1609313052910.png\",\"isBackend\":true,\"commonBackend\":true,\"layer_id\":\"RTA6TUIKs1pmgVOM\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8]]}]}', '', 'https://static.jeecg.com/designreport/images/QQ截图20201207113651_1607312223499.png', 'jeecg', '2020-07-20 18:55:59', 'admin', '2021-02-03 13:38:49', 0, NULL, NULL, 0, 1125, NULL, NULL, NULL);
397 INSERT INTO `jimu_report` VALUES ('a250846887abe01217aab173d3006489', '56663', '不动产打印', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"a250846887abe01217aab173d3006489\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":true,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"0\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"1\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"2\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"3\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"4\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"5\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"6\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"7\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"8\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"},\"9\":{\"text\":\" \",\"virtual\":\"BJ9o6oelCr85EpT2\"}},\"isDrag\":true,\"height\":45},\"1\":{\"cells\":{},\"height\":23},\"2\":{\"cells\":{\"0\":{\"text\":\"\",\"style\":0},\"1\":{\"text\":\"           ${budong.yname}\",\"style\":21,\"merge\":[0,2]}},\"isDrag\":true,\"height\":34},\"3\":{\"cells\":{\"1\":{\"text\":\"            ${budong.chanquan}\",\"style\":0,\"merge\":[0,2]},\"5\":{\"text\":\"${budong.beizhu}\",\"merge\":[5,3]}},\"isDrag\":true,\"height\":39},\"4\":{\"cells\":{\"1\":{\"text\":\"           ${budong.zhuzhi}\",\"style\":39,\"merge\":[0,2]}},\"isDrag\":true,\"height\":33},\"5\":{\"cells\":{\"1\":{\"text\":\"           ${budong.danyuan}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":53},\"6\":{\"cells\":{\"1\":{\"text\":\"            ${budong.type}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":47},\"7\":{\"cells\":{\"1\":{\"text\":\"            ${budong.xtype}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":38},\"8\":{\"cells\":{\"1\":{\"text\":\"             ${budong.suoyou}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":31},\"9\":{\"cells\":{\"1\":{\"text\":\"              ${budong.mianji}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":45},\"10\":{\"cells\":{\"1\":{\"text\":\"               ${budong.riqi}\",\"style\":0,\"merge\":[0,2]}},\"isDrag\":true,\"height\":26},\"11\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":0,\"merge\":[0,2]}},\"height\":35},\"12\":{\"cells\":{\"1\":{\"text\":\"\",\"style\":0},\"2\":{\"text\":\"${budong.chanquan}\",\"style\":0,\"merge\":[4,1]}},\"isDrag\":true},\"13\":{\"cells\":{}},\"14\":{\"cells\":{}},\"15\":{\"cells\":{}},\"16\":{\"cells\":{},\"height\":5},\"17\":{\"cells\":{\"2\":{\"text\":\"\",\"style\":0}},\"isDrag\":true,\"height\":33},\"18\":{\"cells\":{\"2\":{\"style\":0,\"text\":\"\"}}},\"len\":100,\"-1\":{\"cells\":{\"0\":{\"text\":\"#{budong.zhuzhi}\"},\"-1\":{\"text\":\"#{budong.suoyou}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":1024,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"font\":{\"bold\":true}},{\"font\":{\"italic\":true}},{\"font\":{\"italic\":true,\"bold\":true}},{\"font\":{\"italic\":true,\"bold\":false}},{\"font\":{\"italic\":false,\"bold\":false}},{\"font\":{\"italic\":false,\"bold\":true}},{\"align\":\"left\"},{\"align\":\"center\"},{\"align\":\"right\"},{\"align\":\"left\",\"valign\":\"top\"},{\"align\":\"left\",\"valign\":\"top\",\"font\":{\"bold\":true}},{\"font\":{\"bold\":false}},{\"align\":\"left\",\"valign\":\"bottom\"},{\"valign\":\"bottom\"},{\"align\":\"center\",\"valign\":\"bottom\"},{\"textwrap\":true},{\"font\":{\"bold\":true},\"valign\":\"bottom\"},{\"font\":{\"italic\":false,\"bold\":true},\"valign\":\"top\"},{\"valign\":\"top\"},{\"textwrap\":true,\"font\":{\"bold\":true}},{\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"bold\":true}},{\"align\":\"left\",\"valign\":\"bottom\",\"font\":{\"bold\":true}},{\"align\":\"left\",\"valign\":\"bottom\",\"font\":{\"bold\":true,\"size\":8}},{\"font\":{\"bold\":true,\"size\":8},\"valign\":\"bottom\"},{\"align\":\"center\",\"valign\":\"bottom\",\"font\":{\"bold\":true,\"size\":8}},{\"align\":\"left\",\"valign\":\"middle\",\"font\":{\"bold\":true}},{\"align\":\"left\",\"valign\":\"middle\"},{\"font\":{\"italic\":false,\"bold\":true},\"valign\":\"bottom\"},{\"font\":{\"italic\":false,\"bold\":true},\"valign\":\"middle\"},{\"valign\":\"middle\"},{\"font\":{\"italic\":true,\"bold\":true},\"valign\":\"middle\"},{\"valign\":\"middle\",\"font\":{\"italic\":true}},{\"valign\":\"middle\",\"font\":{\"italic\":false}},{\"font\":{\"italic\":false,\"bold\":false},\"valign\":\"middle\"},{\"align\":\"center\",\"valign\":\"middle\",\"font\":{\"bold\":true,\"size\":8}},{\"font\":{\"bold\":true,\"size\":8},\"valign\":\"middle\"},{\"align\":\"left\",\"valign\":\"middle\",\"font\":{\"bold\":true,\"size\":8}},{\"align\":\"right\",\"valign\":\"middle\",\"font\":{\"bold\":true,\"size\":8}},{\"font\":{\"italic\":false,\"bold\":true},\"valign\":\"middle\",\"align\":\"center\"},{\"font\":{\"italic\":false,\"bold\":true},\"valign\":\"middle\",\"align\":\"left\"},{\"align\":\"right\",\"valign\":\"bottom\"},{\"align\":\"right\",\"valign\":\"bottom\",\"font\":{\"bold\":true,\"size\":8}},{\"align\":\"center\",\"valign\":\"middle\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":107},\"1\":{\"width\":54},\"2\":{\"width\":135},\"3\":{\"width\":180},\"6\":{\"width\":123},\"8\":{\"width\":25},\"len\":50},\"merges\":[\"B1:B2\",\"B12:D12\",\"B9:D9\",\"B7:D7\",\"B6:D6\",\"B5:D5\",\"B3:D3\",\"B11:D11\",\"B8:D8\",\"B10:D10\",\"C13:D17\",\"C1:C2\",\"B4:D4\",\"F4:I9\",\"D1:D2\"],\"imgList\":[{\"row\":0,\"col\":0,\"width\":\"950\",\"height\":\"683\",\"src\":\"https://jimureport.oss-cn-beijing.aliyuncs.com/designreport/images/38_1610456500965_1617247643815.jpg\",\"isBackend\":true,\"commonBackend\":true,\"layer_id\":\"BJ9o6oelCr85EpT2\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[0,0],[0,1],[0,2],[0,3],[0,4],[0,5],[0,6],[0,7],[0,8],[0,9]]}]}', '', 'https://static.jeecg.com/designreport/images/24_1597233568822.png', 'jeecg', '2020-07-09 10:48:22', 'admin', '2021-06-30 10:16:05', 0, NULL, NULL, 1, 1414, NULL, NULL, NULL);
398 INSERT INTO `jimu_report` VALUES ('a9f068972508920cd4aab831814f0c04', '23445', '逮捕证', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"a9f068972508920cd4aab831814f0c04\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"2\":{\"text\":\"\",\"merge\":[0,9],\"style\":324},\"12\":{}},\"isDrag\":true,\"height\":55},\"1\":{\"cells\":{\"1\":{\"style\":410,\"merge\":[0,13],\"text\":\"兰州市经济侦查大队\"},\"15\":{\"style\":324,\"text\":\" \"}},\"height\":128},\"2\":{\"cells\":{\"1\":{\"style\":411,\"merge\":[0,13],\"text\":\"逮捕令\"},\"15\":{\"style\":324,\"text\":\" \"}},\"height\":41},\"3\":{\"cells\":{\"1\":{\"style\":412,\"merge\":[0,12],\"text\":\"第123459663号\"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":60},\"4\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"text\":\"                                 根据《中华人民共和国刑事诉讼法》第七十八条之规定,\",\"style\":341,\"merge\":[0,11]},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":43},\"5\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"style\":341,\"text\":\"经\",\"merge\":[0,1]},\"4\":{\"text\":\"${pdaibu.pname}\",\"style\":342,\"merge\":[0,9]},\"14\":{\"style\":413,\"text\":\" \"}},\"isDrag\":true,\"height\":47},\"6\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"style\":344,\"text\":\" \",\"merge\":[0,2]},\"5\":{\"merge\":[0,3],\"text\":\"批准,兹由我局对涉嫌\",\"style\":338},\"9\":{\"text\":\"${pdaibu.shiqing}\",\"style\":347,\"merge\":[0,4]},\"14\":{\"style\":413,\"text\":\" \"}},\"isDrag\":true,\"height\":49},\"7\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"style\":341,\"text\":\"的\"},\"3\":{\"text\":\"${pdaibu.fname}\",\"style\":345,\"merge\":[0,1]},\"5\":{\"text\":\"(性别\",\"style\":343},\"6\":{\"text\":\"${pdaibu.fsex}\",\"style\":347,\"merge\":[0,1]},\"8\":{\"style\":346,\"text\":\"出生日期\"},\"9\":{\"text\":\"${pdaibu.cdata}\",\"style\":345,\"merge\":[0,4]},\"14\":{\"style\":413,\"text\":\" \"}},\"isDrag\":true,\"height\":51},\"8\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"text\":\"${pdaibu.zhuzhi}\",\"style\":345,\"merge\":[0,7]},\"10\":{\"style\":341,\"text\":\"执行逮捕,送兰州\",\"merge\":[0,3]},\"14\":{\"style\":413,\"text\":\" \"}},\"isDrag\":true,\"height\":51},\"9\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"style\":341,\"merge\":[0,6],\"text\":\"市经济侦查大队羁押。\"},\"9\":{\"style\":341,\"text\":\" \"},\"10\":{\"style\":341,\"merge\":[5,1],\"text\":\" \"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":57},\"10\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"4\":{\"style\":338,\"virtual\":\"DId4FGTLnP3vfp4y\",\"text\":\" \"},\"5\":{\"style\":338,\"virtual\":\"DId4FGTLnP3vfp4y\",\"text\":\" \"},\"6\":{\"style\":338,\"virtual\":\"DId4FGTLnP3vfp4y\",\"text\":\" \"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":61},\"11\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"6\":{\"style\":376,\"merge\":[0,2],\"text\":\" \"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":83},\"12\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"merge\":[0,6],\"style\":338,\"text\":\" \"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":14},\"13\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"2\":{\"style\":351,\"merge\":[0,5],\"text\":\" \"},\"8\":{\"style\":380,\"text\":\"公安局印\"},\"9\":{\"text\":\" \",\"virtual\":\"XefZfpEcdS3wI6Ae\"},\"10\":{\"text\":\" \",\"virtual\":\"XefZfpEcdS3wI6Ae\"},\"11\":{\"text\":\" \",\"virtual\":\"XefZfpEcdS3wI6Ae\"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":89},\"14\":{\"cells\":{\"1\":{\"style\":414,\"text\":\" \"},\"14\":{\"style\":413,\"text\":\" \"}},\"height\":21},\"15\":{\"cells\":{\"1\":{\"style\":415,\"text\":\" \"},\"2\":{\"style\":416,\"text\":\" \"},\"3\":{\"style\":417,\"text\":\" \"},\"4\":{\"style\":417,\"text\":\" \"},\"5\":{\"style\":417,\"text\":\" \"},\"6\":{\"text\":\"${pdaibu.gdata}\",\"style\":421,\"merge\":[0,6]},\"13\":{\"style\":417,\"text\":\" \"},\"14\":{\"style\":419,\"text\":\" \"}},\"isDrag\":true,\"height\":168},\"len\":88,\"-1\":{\"cells\":{\"1\":{\"text\":\"#{daibu.fdata}\"},\"-1\":{\"text\":\"#{pdaibu.shiqing}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":709,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"left\"},{\"align\":\"left\",\"underline\":true},{\"underline\":true},{\"align\":\"center\",\"underline\":true},{\"align\":\"center\"},{\"align\":\"center\",\"underline\":false},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":16}},{\"font\":{\"size\":16}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":true}},{\"font\":{\"bold\":true}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":true}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":false}},{\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false}},{\"font\":{\"bold\":false}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false}},{\"align\":\"left\",\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":16,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"font\":{\"size\":12},\"align\":\"center\"},{\"font\":{\"size\":8}},{\"font\":{\"size\":10}},{\"font\":{\"size\":10,\"bold\":true}},{\"font\":{\"size\":10,\"bold\":true},\"align\":\"center\"},{\"font\":{\"size\":18,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":18}},{\"font\":{\"size\":16,\"bold\":true},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":16}},{\"font\":{\"size\":12},\"valign\":\"bottom\"},{\"font\":{\"size\":12},\"valign\":\"middle\"},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"valign\":\"middle\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"left\":[\"dashed\",\"#000\"]}},{\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":12,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true}},{\"font\":{\"size\":14,\"bold\":true},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Arial\"}},{\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"}},{\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Source Sans Pro\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Source Sans Pro\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Source Sans Pro\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"}},{\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Comic Sans MS\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Comic Sans MS\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Comic Sans MS\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Courier New\"}},{\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"}},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Courier New\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Courier New\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Arial\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Arial\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Helvetica\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Helvetica\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]},\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":10,\"name\":\"Lato\"},\"valign\":\"middle\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"color\":\"#000100\",\"align\":\"right\"},{\"align\":\"right\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"left\",\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"left\",\"color\":\"#000100\",\"valign\":\"top\"},{\"align\":\"left\",\"valign\":\"top\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"left\",\"color\":\"#000100\",\"valign\":\"middle\"},{\"align\":\"left\",\"valign\":\"middle\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"left\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"left\",\"valign\":\"bottom\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"left\":[\"thick\",\"#000\"]},\"align\":\"right\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":true,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"left\",\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"underline\":false,\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"align\":\"right\"},{\"font\":{\"size\":12,\"name\":\"Lato\",\"bold\":true},\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"color\":\"#000100\"},{\"border\":{\"right\":[\"thin\",\"#000\"]}},{},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"color\":\"#000100\",\"align\":\"right\"},{\"font\":{\"size\":12,\"name\":\"Lato\",\"bold\":true},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"align\":\"right\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"center\",\"underline\":false,\"font\":{\"size\":12,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":12}},{\"align\":\"center\",\"font\":{\"bold\":false}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":12}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":12},\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"valign\":\"top\"},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"align\":\"right\",\"color\":\"#000100\",\"valign\":\"bottom\"},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":14},\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"font\":{\"name\":\"Lato\",\"size\":14},\"color\":\"#000100\"},{\"align\":\"left\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\"},{\"font\":{\"size\":14},\"align\":\"center\",\"border\":{\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"]},\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"name\":\"Lato\",\"size\":14},\"color\":\"#000100\"},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\"},{\"align\":\"left\",\"valign\":\"top\",\"font\":{\"size\":14}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":16,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"align\":\"right\",\"color\":\"#000100\",\"valign\":\"bottom\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":14},\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\"},{\"border\":{\"right\":[\"thick\",\"#000\"]},\"font\":{\"size\":14}},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"name\":\"Lato\",\"size\":14},\"color\":\"#000100\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"border\":{\"bottom\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14},\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":14}},{\"font\":{\"size\":14},\"align\":\"center\"},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"center\",\"border\":{\"top\":[\"thick\",\"#000\"]}},{\"border\":{\"top\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"border\":{\"bottom\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14},\"align\":\"right\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"size\":12}},{\"font\":{\"size\":14},\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thick\",\"#000\"]},\"font\":{\"size\":12},\"align\":\"center\"},{\"align\":\"left\",\"valign\":\"middle\",\"font\":{\"size\":14}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":24}},{\"font\":{\"size\":24}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":22}},{\"font\":{\"size\":22}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":18}},{\"font\":{\"size\":18}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":18,\"bold\":true}},{\"font\":{\"size\":18,\"bold\":true}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":18,\"bold\":true},\"align\":\"center\"},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\"},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\"},{\"font\":{\"size\":14,\"bold\":true}},{\"border\":{\"top\":[\"thick\",\"#000\"]},\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\"},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\"},{\"valign\":\"bottom\"},{\"valign\":\"bottom\",\"align\":\"right\"},{\"valign\":\"bottom\",\"align\":\"right\",\"font\":{\"size\":14}},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\",\"border\":{\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"valign\":\"bottom\",\"align\":\"right\",\"font\":{\"size\":14},\"border\":{\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"left\",\"font\":{\"size\":14,\"bold\":false,\"name\":\"Lato\"},\"color\":\"#000100\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":14},\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":14},\"align\":\"center\",\"border\":{\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\",\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14},\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"valign\":\"bottom\",\"align\":\"right\",\"font\":{\"size\":14},\"border\":{\"left\":[\"thick\",\"#000\"],\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":14},\"align\":\"center\",\"border\":{\"right\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\",\"border\":{\"top\":[\"thick\",\"#000\"],\"left\":[\"thick\",\"#000\"]}},{\"valign\":\"bottom\",\"align\":\"right\",\"font\":{\"size\":14},\"border\":{\"left\":[\"thick\",\"#000\"]}},{\"font\":{\"size\":18,\"bold\":false},\"align\":\"center\",\"valign\":\"bottom\",\"border\":{\"top\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":true,\"size\":14},\"border\":{\"left\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"valign\":\"bottom\",\"align\":\"right\",\"font\":{\"size\":14},\"border\":{\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"right\":[\"medium\",\"#000\"]}},{\"border\":{\"left\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"left\":[\"medium\",\"#000\"]}},{\"font\":{\"size\":12,\"name\":\"Lato\"},\"color\":\"#000100\",\"align\":\"right\",\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"font\":{\"size\":12},\"align\":\"center\",\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"border\":{\"bottom\":[\"medium\",\"#000\"],\"right\":[\"medium\",\"#000\"]}},{\"align\":\"center\",\"font\":{\"bold\":false,\"size\":14},\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"font\":{\"size\":12},\"align\":\"right\",\"border\":{\"bottom\":[\"medium\",\"#000\"]}},{\"font\":{\"size\":12},\"align\":\"right\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":18},\"1\":{\"width\":21},\"2\":{\"width\":27},\"3\":{\"width\":6},\"4\":{\"width\":87},\"5\":{\"width\":51},\"6\":{\"width\":51},\"7\":{\"width\":1},\"8\":{\"width\":86},\"9\":{\"width\":163},\"10\":{\"width\":1},\"11\":{\"width\":60},\"12\":{\"width\":45},\"13\":{\"width\":49},\"14\":{\"width\":23},\"15\":{\"width\":20},\"len\":50},\"merges\":[\"D8:E8\",\"C6:D6\",\"C10:I10\",\"G8:H8\",\"C9:J9\",\"C1:L1\",\"K10:L15\",\"C13:I13\",\"C14:H14\",\"F7:I7\",\"G12:I12\",\"G16:M16\",\"B4:N4\",\"C5:N5\",\"E6:N6\",\"J7:N7\",\"C7:E7\",\"K9:N9\",\"B2:O2\",\"B3:O3\",\"J8:N8\"],\"imgList\":[{\"row\":13,\"col\":9,\"width\":\"168\",\"height\":\"158\",\"src\":\"https://static.jeecg.com/designreport/images/QQ截图20210105214919_1610075317075.png\",\"layer_id\":\"XefZfpEcdS3wI6Ae\",\"offsetX\":0,\"offsetY\":0,\"virtualCellRange\":[[13,9],[13,10],[13,11]]}]}', '', 'https://static.jeecg.com/designreport/images/逮捕令_1607070625878.png', 'jeecg', '2020-07-10 13:38:40', 'admin', '2021-04-01 03:17:16', 0, NULL, NULL, 1, 2505, NULL, NULL, NULL);
399 INSERT INTO `jimu_report` VALUES ('dd482bfd6ca470a0f49d9bb4e61ec694', '202101081046034402', '实习证明副本4402', NULL, NULL, 'printinfo', '{\"area\":false,\"printElWidth\":570,\"excel_config_id\":\"1347373863746539520\",\"printElHeight\":1047,\"rows\":{\"6\":{\"cells\":{\"2\":{\"merge\":[0,1],\"text\":\"实习证明\",\"style\":2},\"3\":{\"style\":2}},\"height\":50},\"8\":{\"cells\":{\"1\":{\"text\":\"#{tt.name}\",\"style\":3},\"2\":{\"merge\":[0,2],\"text\":\"同学在我公司与 2020年4月1日 至 2020年5月1日 实习。\"}}},\"9\":{\"cells\":{\"1\":{\"text\":\"\"}},\"isDrag\":true},\"12\":{\"cells\":{\"1\":{\"merge\":[4,3],\"text\":\"#{tt.pingjia}\",\"style\":6},\"2\":{\"style\":6},\"3\":{\"style\":6},\"4\":{\"style\":6}}},\"13\":{\"cells\":{\"1\":{\"style\":6},\"2\":{\"style\":6},\"3\":{\"style\":6},\"4\":{\"style\":6}}},\"14\":{\"cells\":{\"1\":{\"style\":6},\"2\":{\"style\":6},\"3\":{\"style\":6},\"4\":{\"style\":6}}},\"15\":{\"cells\":{\"1\":{\"style\":6},\"2\":{\"style\":6},\"3\":{\"style\":6},\"4\":{\"style\":6}}},\"16\":{\"cells\":{\"1\":{\"style\":6},\"2\":{\"style\":6},\"3\":{\"style\":6},\"4\":{\"style\":6}}},\"17\":{\"cells\":{\"1\":{\"text\":\"特此证明!\"}}},\"20\":{\"cells\":{\"2\":{\"text\":\"\"},\"3\":{\"text\":\"\",\"style\":3},\"4\":{\"text\":\"\"}}},\"21\":{\"cells\":{\"4\":{\"text\":\"\"}}},\"22\":{\"cells\":{\"3\":{\"text\":\"证明人:\",\"style\":3},\"4\":{\"text\":\"#{tt.lingdao}\"}}},\"23\":{\"cells\":{\"4\":{\"text\":\"#{tt.shijian}\"}}},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":487,\"background\":{\"path\":\"https://static.jeecg.com/designreport/images/report_1595906079684_1610075686629.png\",\"repeat\":\"no-repeat\",\"width\":\"\",\"height\":\"\"},\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":16}},{\"align\":\"right\"},{\"align\":\"left\"},{\"align\":\"left\",\"valign\":\"top\"},{\"align\":\"left\",\"valign\":\"top\",\"textwrap\":true}],\"validations\":[],\"cols\":{\"0\":{\"width\":82},\"1\":{\"width\":86},\"4\":{\"width\":119},\"len\":26},\"merges\":[\"C7:D7\",\"C9:E9\",\"B13:E17\"]}', NULL, 'https://static.jeecg.com/designreport/images/未标题-1_1610074948259.png', 'admin', '2021-01-18 13:21:18', 'admin', '2021-02-02 19:01:05', 1, NULL, NULL, 0, 94, NULL, NULL, NULL);
400 INSERT INTO `jimu_report` VALUES ('f5f275b5e28b45256ef24587ec792f0c', '202101081641215447', '实例:来源收入统计副本5447', NULL, NULL, 'datainfo', '{\"loopBlockList\":[],\"chartList\":[{\"row\":1,\"col\":1,\"colspan\":8,\"rowspan\":12,\"width\":\"675\",\"height\":\"289\",\"config\":\"{\\\"legend\\\":{\\\"padding\\\":[25,20,25,10],\\\"data\\\":[\\\"中国石油全资(集团所属)\\\",\\\"中国石油全资(股份所属)\\\",\\\"中石油控股或有控股权\\\",\\\"中石油参股\\\",\\\"非中石油\\\"],\\\"top\\\":\\\"top\\\",\\\"orient\\\":\\\"vertical\\\",\\\"left\\\":\\\"right\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#333\\\",\\\"fontSize\\\":12}},\\\"series\\\":[{\\\"isRose\\\":false,\\\"data\\\":[{\\\"name\\\":\\\"中国石油全资(集团所属)\\\",\\\"value\\\":38460270.57,\\\"itemStyle\\\":{\\\"color\\\":\\\"#E46C8A\\\"}},{\\\"name\\\":\\\"中国石油全资(股份所属)\\\",\\\"value\\\":227595.77,\\\"itemStyle\\\":{\\\"color\\\":\\\"#FCDE43\\\"}},{\\\"name\\\":\\\"中石油控股或有控股权\\\",\\\"value\\\":679926.75,\\\"itemStyle\\\":{\\\"color\\\":\\\"#01A8E1\\\"}},{\\\"name\\\":\\\"中石油参股\\\",\\\"value\\\":72062.75,\\\"itemStyle\\\":{\\\"color\\\":\\\"#99CC00\\\"}},{\\\"name\\\":\\\"非中石油\\\",\\\"value\\\":1698597.62,\\\"itemStyle\\\":{\\\"color\\\":\\\"#800080\\\"}}],\\\"isRadius\\\":false,\\\"roseType\\\":\\\"\\\",\\\"notCount\\\":false,\\\"center\\\":[320,180],\\\"name\\\":\\\"total\\\",\\\"minAngle\\\":0,\\\"label\\\":{\\\"show\\\":false,\\\"position\\\":\\\"outside\\\",\\\"textStyle\\\":{\\\"fontSize\\\":16,\\\"fontWeight\\\":\\\"bolder\\\"}},\\\"type\\\":\\\"pie\\\",\\\"radius\\\":\\\"55%\\\",\\\"autoSort\\\":false}],\\\"tooltip\\\":{\\\"formatter\\\":\\\"{b} : {c}\\\",\\\"show\\\":true,\\\"textStyle\\\":{\\\"color\\\":\\\"#fff\\\",\\\"fontSize\\\":18}},\\\"title\\\":{\\\"show\\\":true,\\\"top\\\":5,\\\"text\\\":\\\"来源收入统计\\\",\\\"textStyle\\\":{\\\"color\\\":\\\"#c23531\\\",\\\"fontWeight\\\":\\\"bolder\\\",\\\"fontSize\\\":18},\\\"left\\\":\\\"center\\\",\\\"padding\\\":[5,20,5,10]}}\",\"url\":\"\",\"extData\":{\"dataType\":\"sql\",\"apiStatus\":\"\",\"apiUrl\":\"\",\"dataId\":\"4af57d343f1d6521b71b85097b580786\",\"axisX\":\"biz_income\",\"axisY\":\"total\",\"series\":\"\",\"yText\":\"total\",\"xText\":\"biz_income\",\"dbCode\":\"tmp_report_data_income\",\"dataId1\":\"\",\"source\":\"\",\"target\":\"\",\"isTiming\":true,\"intervalTime\":\"5\",\"chartType\":\"pie.simple\",\"id\":\"\"},\"layer_id\":\"nVUy533exgQ70OPb\",\"offsetX\":0,\"offsetY\":0,\"backgroud\":{\"enabled\":false,\"color\":\"#fff\",\"image\":\"\"},\"virtualCellRange\":[[1,1],[1,2],[1,3],[1,4],[1,5],[1,6],[1,7],[1,8]]}],\"area\":{\"sri\":24,\"sci\":2,\"eri\":24,\"eci\":2,\"width\":119,\"height\":25},\"excel_config_id\":\"f5f275b5e28b45256ef24587ec792f0c\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10,\"layout\":\"portrait\"},\"zonedEditionList\":[],\"rows\":{\"0\":{\"cells\":{}},\"1\":{\"cells\":{\"1\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"2\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"3\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"4\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"5\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"6\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"7\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"},\"8\":{\"text\":\" \",\"virtual\":\"nVUy533exgQ70OPb\"}}},\"13\":{\"cells\":{\"1\":{}}},\"14\":{\"cells\":{\"1\":{}}},\"16\":{\"cells\":{\"1\":{\"text\":\"业务来源\",\"style\":1},\"2\":{\"text\":\"保险经纪佣金费\",\"style\":1},\"3\":{\"text\":\"风险咨询费\",\"style\":1},\"4\":{\"text\":\"承保公证评估费\",\"style\":1},\"5\":{\"text\":\"保险公证费\",\"style\":1},\"6\":{\"text\":\"投标咨询费\",\"style\":1},\"7\":{\"text\":\"内控咨询费\",\"style\":1},\"8\":{\"text\":\"总计\",\"style\":1}}},\"17\":{\"cells\":{\"1\":{\"text\":\"#{tmp_report_data_income.biz_income}\",\"style\":0},\"2\":{\"text\":\"#{tmp_report_data_income.bx_jj_yongjin}\",\"style\":0},\"3\":{\"text\":\"#{tmp_report_data_income.bx_zx_money}\",\"style\":0},\"4\":{\"text\":\"#{tmp_report_data_income.chengbao_gz_money}\",\"style\":0},\"5\":{\"text\":\"#{tmp_report_data_income.bx_gg_moeny}\",\"style\":0},\"6\":{\"text\":\"#{tmp_report_data_income.tb_zx_money}\",\"style\":0},\"7\":{\"text\":\"#{tmp_report_data_income.neikong_zx_money}\",\"style\":0},\"8\":{\"text\":\"#{tmp_report_data_income.total}\",\"style\":0}},\"isDrag\":true,\"height\":24},\"21\":{\"cells\":{\"2\":{}}},\"len\":58},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"rpbar\":{\"show\":true,\"btnList\":[]},\"fixedPrintHeadRows\":[],\"fixedPrintTailRows\":[],\"freeze\":\"A1\",\"dataRectWidth\":701,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#33CCCC\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":15},\"1\":{\"width\":105},\"2\":{\"width\":119},\"3\":{\"width\":87},\"4\":{\"width\":61},\"5\":{\"width\":63},\"6\":{\"width\":60},\"7\":{\"width\":91},\"len\":50},\"merges\":[]}', NULL, NULL, 'admin', '2021-01-18 13:21:14', 'admin', '2022-10-24 11:51:53', 0, NULL, NULL, 0, 162, NULL, NULL, NULL);
401 INSERT INTO `jimu_report` VALUES ('f6ee801e8bdc28ba9d63f95dc65ccd79', '4556633', '采购单', '', NULL, 'printinfo', '{\"loopBlockList\":[],\"area\":false,\"excel_config_id\":\"f6ee801e8bdc28ba9d63f95dc65ccd79\",\"printConfig\":{\"paper\":\"A4\",\"width\":210,\"height\":297,\"definition\":1,\"isBackend\":false,\"marginX\":10,\"marginY\":10},\"rows\":{\"0\":{\"cells\":{\"1\":{\"text\":\"采购单\",\"style\":21,\"merge\":[0,6]}},\"height\":89},\"1\":{\"cells\":{\"1\":{\"text\":\"产品名称\",\"style\":23},\"2\":{\"text\":\"产品数量\",\"style\":23},\"3\":{\"text\":\"单价\",\"style\":23},\"4\":{\"text\":\"库存量\",\"style\":23},\"5\":{\"text\":\"库存总值\",\"style\":23},\"6\":{\"text\":\"订购量\",\"style\":23},\"7\":{\"text\":\"二次订购量\",\"style\":23}},\"height\":45},\"2\":{\"cells\":{\"1\":{\"style\":24,\"text\":\"#{caigou.cname}\"},\"2\":{\"style\":24,\"text\":\"#{caigou.cnum}\"},\"3\":{\"style\":24,\"text\":\"#{caigou.cprice}\"},\"4\":{\"style\":24,\"text\":\"#{caigou.ctotal}\"},\"5\":{\"style\":24,\"text\":\"#{caigou.tp}\"},\"6\":{\"style\":24,\"text\":\"#{caigou.dtotal}\"},\"7\":{\"style\":24,\"text\":\"#{caigou.ztotal}\"}},\"height\":26},\"5\":{\"cells\":{\"1\":{\"text\":\"\"}},\"isDrag\":true},\"6\":{\"cells\":{\"1\":{\"text\":\"\"}},\"isDrag\":true},\"7\":{\"cells\":{\"1\":{\"text\":\"\"},\"2\":{\"text\":\"\"}},\"isDrag\":true},\"len\":100},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":718,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":682,\"displayConfig\":{},\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#01b0f1\"],\"top\":[\"thin\",\"#01b0f1\"],\"left\":[\"thin\",\"#01b0f1\"],\"right\":[\"thin\",\"#01b0f1\"]},\"bgcolor\":\"#01b0f1\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#01b0f1\"},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]}},{\"align\":\"center\",\"font\":{\"size\":18}},{\"align\":\"center\",\"font\":{\"size\":18,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\"},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#9cc2e6\"},{\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#5b9cd6\"],\"top\":[\"thin\",\"#5b9cd6\"],\"left\":[\"thin\",\"#5b9cd6\"],\"right\":[\"thin\",\"#5b9cd6\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#9cc2e6\",\"font\":{\"name\":\"宋体\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#000100\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#5b9cd6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#5b9cd6\",\"font\":{\"name\":\"宋体\"}},{\"align\":\"center\",\"font\":{\"size\":16,\"bold\":true,\"name\":\"Microsoft YaHei\"}},{\"font\":{\"name\":\"Microsoft YaHei\"}},{\"align\":\"center\",\"color\":\"#ffffff\",\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"bgcolor\":\"#5b9cd6\",\"font\":{\"name\":\"Microsoft YaHei\"}},{\"border\":{\"bottom\":[\"thin\",\"#bfbfbf\"],\"top\":[\"thin\",\"#bfbfbf\"],\"left\":[\"thin\",\"#bfbfbf\"],\"right\":[\"thin\",\"#bfbfbf\"]},\"align\":\"center\",\"font\":{\"name\":\"Microsoft YaHei\"}}],\"validations\":[],\"cols\":{\"0\":{\"width\":43},\"1\":{\"width\":114},\"2\":{\"width\":109},\"3\":{\"width\":78},\"4\":{\"width\":77},\"5\":{\"width\":84},\"6\":{\"width\":82},\"7\":{\"width\":95},\"len\":50},\"merges\":[\"B1:H1\"]}', '', 'https://static.jeecg.com/designreport/images/caigou_1607310279439.png', 'jeecg', '2020-07-28 16:54:44', 'admin', '2021-04-01 03:09:41', 0, NULL, NULL, 1, 1248, NULL, NULL, NULL);
402 INSERT INTO `jimu_report` VALUES ('ff9bd143582a6dfed897ba8b6f93b175', '56696', '销售公司出库单', '', NULL, 'printinfo', '{\"area\":{\"sri\":4,\"sci\":0,\"eri\":4,\"eci\":0,\"width\":32,\"height\":25},\"printElWidth\":794,\"excel_config_id\":\"ff9bd143582a6dfed897ba8b6f93b175\",\"printElHeight\":800,\"rows\":{\"0\":{\"cells\":{\"0\":{\"style\":11,\"text\":\"医疗器械销售公司出货单\",\"merge\":[0,9]}},\"height\":83},\"1\":{\"cells\":{\"0\":{\"text\":\"供货单位:\",\"style\":20,\"merge\":[0,1]},\"1\":{\"style\":30},\"2\":{\"text\":\"${gongsi.gname}\",\"style\":19},\"3\":{\"style\":19},\"4\":{\"text\":\"供货日期:\",\"style\":19},\"5\":{\"text\":\"${gongsi.gdata}\",\"style\":19,\"merge\":[0,1]},\"6\":{\"style\":19},\"7\":{\"text\":\"编号:\",\"style\":20},\"8\":{\"text\":\"${gongsi.num}\",\"style\":19,\"merge\":[0,1]},\"9\":{\"style\":19}},\"isDrag\":true},\"2\":{\"cells\":{\"0\":{\"text\":\"行号\",\"style\":39},\"1\":{\"text\":\"产品代码\",\"style\":39},\"2\":{\"text\":\"产品名称\",\"style\":39},\"3\":{\"text\":\"规格型号\",\"style\":39},\"4\":{\"text\":\"单位\",\"style\":39},\"5\":{\"text\":\"实发数量\",\"style\":39},\"6\":{\"text\":\"销售单价(元)\",\"style\":39},\"7\":{\"text\":\"折扣率(%)\",\"style\":39},\"8\":{\"text\":\"销售金额(元)\",\"style\":39},\"9\":{\"text\":\"备注\",\"style\":39}}},\"3\":{\"cells\":{\"0\":{\"style\":35,\"text\":\"#{xiaoshou.id}\"},\"1\":{\"style\":35,\"text\":\"#{xiaoshou.hnum}\"},\"2\":{\"style\":35,\"text\":\"#{xiaoshou.hname}\"},\"3\":{\"style\":35,\"text\":\"#{xiaoshou.xinghao}\"},\"4\":{\"style\":35,\"text\":\"#{xiaoshou.danwei}\"},\"5\":{\"style\":35,\"text\":\"#{xiaoshou.num}\"},\"6\":{\"style\":35,\"text\":\"#{xiaoshou.danjia}\"},\"7\":{\"style\":35,\"text\":\"#{xiaoshou.zhekoulv}\"},\"8\":{\"style\":35,\"text\":\"#{xiaoshou.xiaoshoujine}\"},\"9\":{\"style\":35,\"text\":\"#{xiaoshou.xiaoshoujine}\"}}},\"4\":{\"cells\":{\"0\":{\"style\":4},\"1\":{}},\"isDrag\":true},\"len\":84,\"-1\":{\"cells\":{\"0\":{\"text\":\"#{gongsi.gdata}\"},\"-1\":{\"text\":\"#{gongsi.didian}\"}},\"isDrag\":true}},\"dbexps\":[],\"toolPrintSizeObj\":{\"printType\":\"A4\",\"widthPx\":794,\"heightPx\":1047},\"dicts\":[],\"freeze\":\"A1\",\"dataRectWidth\":794,\"background\":false,\"name\":\"sheet1\",\"autofilter\":{},\"styles\":[{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\"},{\"font\":{\"size\":16}},{\"font\":{\"size\":16},\"align\":\"center\"},{\"align\":\"center\"},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"]}},{\"border\":{\"top\":[\"thin\",\"#000\"],\"bottom\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]}},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"right\"},{\"align\":\"right\"},{\"align\":\"center\",\"font\":{\"size\":14}},{\"align\":\"center\",\"font\":{\"size\":14,\"bold\":true}},{\"align\":\"center\",\"font\":{\"size\":9}},{\"font\":{\"size\":9}},{\"align\":\"right\",\"font\":{\"size\":9}},{\"align\":\"center\",\"font\":{\"size\":8}},{\"font\":{\"size\":8}},{\"align\":\"right\",\"font\":{\"size\":8}},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#7f7f7f\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#3f3f3f\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#262626\"},{\"font\":{\"size\":8},\"color\":\"#262626\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#262626\"},{\"align\":\"center\",\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"align\":\"right\",\"font\":{\"size\":8},\"color\":\"#0c0c0c\"},{\"align\":\"right\",\"color\":\"#7f7f7f\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"align\":\"center\",\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#000\"],\"top\":[\"thin\",\"#000\"],\"left\":[\"thin\",\"#000\"],\"right\":[\"thin\",\"#000\"]},\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#71ae47\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]}},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#c5e0b3\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#c5e0b3\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"align\":\"center\",\"bgcolor\":\"#a7d08c\"},{\"border\":{\"bottom\":[\"thin\",\"#538136\"],\"top\":[\"thin\",\"#538136\"],\"left\":[\"thin\",\"#538136\"],\"right\":[\"thin\",\"#538136\"]},\"bgcolor\":\"#a7d08c\"}],\"validations\":[],\"cols\":{\"0\":{\"width\":32},\"1\":{\"width\":65},\"2\":{\"width\":115},\"3\":{\"width\":70},\"4\":{\"width\":52},\"5\":{\"width\":70},\"6\":{\"width\":93},\"7\":{\"width\":86},\"8\":{\"width\":75},\"9\":{\"width\":136},\"10\":{\"width\":81},\"len\":24},\"merges\":[\"F2:G2\",\"F2:G2\",\"I2:J2\",\"A2:B2\",\"C2:D2\",\"A2:B2\",\"A1:J1\"]}', '', 'https://static.jeecg.com/designreport/images/医疗器械_1607070355110.png', 'jeecg', '2020-06-16 11:54:02', 'admin', '2021-02-02 19:34:39', 0, NULL, NULL, 0, 764, NULL, NULL, NULL);
403
404 -- ----------------------------
405 -- Table structure for jimu_report_data_source
406 -- ----------------------------
407 DROP TABLE IF EXISTS `jimu_report_data_source`;
408 CREATE TABLE `jimu_report_data_source`  (
409   `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
410   `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据源名称',
411   `report_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '报表_id',
412   `code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '编码',
413   `remark` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '备注',
414   `db_type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据库类型',
415   `db_driver` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '驱动类',
416   `db_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '数据源地址',
417   `db_username` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '用户名',
418   `db_password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '密码',
419   `create_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '创建人',
420   `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期',
421   `update_by` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '更新人',
422   `update_time` datetime NULL DEFAULT NULL COMMENT '更新日期',
423   `connect_times` int(1) UNSIGNED NULL DEFAULT 0 COMMENT '连接失败次数',
424   `tenant_id` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '多租户标识',
425   `type` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '类型(report:报表;drag:仪表盘)',
426   PRIMARY KEY (`id`) USING BTREE,
427   INDEX `idx_jmdatasource_report_id`(`report_id`) USING BTREE,
428   INDEX `idx_jmdatasource_code`(`code`) USING BTREE
429 ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = DYNAMIC;
430
431 -- ----------------------------
432 -- Records of jimu_report_data_source
433 -- ----------------------------
434 INSERT INTO `jimu_report_data_source` VALUES ('1324261983692902402', 'jeewx', '1324261770294071296', '', NULL, 'MYSQL', 'com.mysql.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeewx-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root', 'root', 'jeecg', '2020-11-05 16:07:15', NULL, '2020-11-05 16:07:15', 0, NULL, 'report');
435 INSERT INTO `jimu_report_data_source` VALUES ('26d21fe4f27920d2f56abc8d90a8e527', 'oracle', '1308645288868712448', '', NULL, 'ORACLE', 'oracle.jdbc.OracleDriver', 'jdbc:oracle:thin:@192.168.1.199:1521:helowin', 'jeecgbootbpm', 'jeecg196283', 'admin', '2021-01-05 19:26:24', NULL, '2021-01-05 19:26:24', 1, NULL, 'report');
436 INSERT INTO `jimu_report_data_source` VALUES ('8f90daf47d15d35ca6cf420748b8b9ba', 'localhost', '1316944968992034816', '', NULL, 'MYSQL5.7', 'com.mysql.cj.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8', 'root', 'root', 'admin', '2021-01-13 14:34:00', NULL, '2021-01-13 14:34:00', 0, NULL, 'report');
437
438 -- ----------------------------
439 -- Table structure for jimu_report_db
440 -- ----------------------------
441 DROP TABLE IF EXISTS `jimu_report_db`;
442 CREATE TABLE `jimu_report_db`  (
443   `id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'id',
444   `jimu_report_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '主键字段',
445   `create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
446   `update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
447   `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期',
448   `update_time` datetime NULL DEFAULT NULL COMMENT '更新日期',
449   `db_code` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据集编码',
450   `db_ch_name` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据集名字',
451   `db_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据源类型',
452   `db_table_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据库表名',
453   `db_dyn_sql` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '动态查询SQL',
454   `db_key` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据源KEY',
455   `tb_db_key` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '填报数据源',
456   `tb_db_table_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '填报数据表',
457   `java_type` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'java类数据集  类型(spring:springkey,class:java类名)',
458   `java_value` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'java类数据源  数值(bean key/java类名)',
459   `api_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求地址',
460   `api_method` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求方法0-get,1-post',
461   `is_list` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT '0' COMMENT '是否是列表0否1是 默认0',
462   `is_page` varchar(10) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '是否作为分页,0:不分页,1:分页',
463   `db_source` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据源',
464   `db_source_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据库类型 MYSQL ORACLE SQLSERVER',
465   `json_data` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT 'json数据,直接解析json内容',
466   `api_convert` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'api转换器',
467   PRIMARY KEY (`id`) USING BTREE,
468   INDEX `idx_jmreportdb_db_key`(`db_key`) USING BTREE,
469   INDEX `idx_jimu_report_id`(`jimu_report_id`) USING BTREE,
470   INDEX `idx_db_source_id`(`db_source`) USING BTREE
471 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
472
473 -- ----------------------------
474 -- Records of jimu_report_db
475 -- ----------------------------
476 INSERT INTO `jimu_report_db` VALUES ('1272834687525482497', '53c82a76f837d5661dceec7d93afafec', 'admin', NULL, '2021-01-04 20:42:17', '2021-01-04 20:42:17', 'jianpiao', 'jianpiao', '0', NULL, 'select * from rep_demo_jianpiao where s_id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', NULL, 'MYSQL', NULL, NULL);
477 INSERT INTO `jimu_report_db` VALUES ('1272858455908073473', 'ff9bd143582a6dfed897ba8b6f93b175', 'admin', NULL, '2020-12-14 16:21:09', '2020-12-14 16:21:09', 'xiaoshou', 'xiaoshou', '0', NULL, 'select * from rep_demo_xiaoshou where s_id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', NULL, 'MYSQL', NULL, NULL);
478 INSERT INTO `jimu_report_db` VALUES ('1273495682564534273', 'ff9bd143582a6dfed897ba8b6f93b175', 'admin', NULL, '2020-09-28 10:18:07', '2020-12-14 16:21:09', 'gongsi', 'gongsi', '0', NULL, 'select * from rep_demo_gongsi where id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, 'MYSQL', NULL, NULL);
479 INSERT INTO `jimu_report_db` VALUES ('1283730831482937345', '6059e405dd9c66a6d38e00841d2e40cc', 'admin', NULL, '2020-12-04 16:53:38', '2020-12-04 16:53:38', 'yaopin', 'yaopin', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/chufangjian', '0', '0', '0', NULL, 'MYSQL', NULL, NULL);
480 INSERT INTO `jimu_report_db` VALUES ('1283957016150249473', '6059e405dd9c66a6d38e00841d2e40cc', NULL, NULL, '2020-07-17 10:49:42', NULL, 'yonghu', 'yonghu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/yonghu', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL);
481 INSERT INTO `jimu_report_db` VALUES ('1284070508744257537', 'a250846887abe01217aab173d3006489', NULL, NULL, '2020-07-17 15:33:53', '2020-07-20 17:50:49', 'budong', 'budong', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/budongchan', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL);
482 INSERT INTO `jimu_report_db` VALUES ('1285157606524002305', 'a9f068972508920cd4aab831814f0c04', 'admin', 'admin', '2021-04-01 02:44:48', '2021-04-01 02:44:48', 'pdaibu', 'pdaibu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/daibu', '0', '0', '0', '', 'MYSQL', NULL, NULL);
483 INSERT INTO `jimu_report_db` VALUES ('1285164420728692737', '7905022412733a0c68dc7b4ef8947489', NULL, NULL, '2020-07-20 18:47:30', NULL, 'jieshaoxin', 'jieshaoxin', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/jieshaoxin', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL);
484 INSERT INTO `jimu_report_db` VALUES ('1285178919099637762', '6d6bdcb5e820c301ea32789e3ae43c44', NULL, NULL, '2020-07-20 19:45:06', NULL, 'qiangxiu', 'qiangxiu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/qiangxiu', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL);
485 INSERT INTO `jimu_report_db` VALUES ('1288038655293661186', 'f6ee801e8bdc28ba9d63f95dc65ccd79', 'admin', 'admin', '2021-04-01 03:09:40', '2021-04-01 03:09:40', 'caigou', 'caigou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/caigou?pageNo=\'${pageNo}\'&pageSize=\'${pageSize}\'', '0', '1', '1', '', NULL, NULL, NULL);
486 INSERT INTO `jimu_report_db` VALUES ('1289140698221678593', '519c1c6f4d1f584ae8fa5b43b45acdc7', 'admin', 'admin', '2021-04-01 03:09:23', '2021-04-01 03:09:23', 'xiaoshou', 'xiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=\'${pageNo}\'&pageSize=\'${pageSize}\'', '0', '1', '1', '', NULL, NULL, NULL);
487 INSERT INTO `jimu_report_db` VALUES ('1290104038414721025', '53c82a76f837d5661dceec7d93afafec', 'admin', NULL, '2021-01-04 20:47:07', '2021-01-04 20:47:07', 'gongsi', 'gongsi', '0', NULL, 'select * from rep_demo_gongsi where id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '', 'MYSQL', NULL, NULL);
488 INSERT INTO `jimu_report_db` VALUES ('1316987047604514817', '1314846205892759552', 'admin', NULL, '2021-01-08 10:36:58', '2021-01-08 10:36:58', 'yuangongjiben', 'yuangongjiben', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/yuangongjiben', '0', '0', '0', '', NULL, NULL, NULL);
489 INSERT INTO `jimu_report_db` VALUES ('1316997232402231298', '1316944968992034816', 'admin', NULL, '2021-01-13 14:34:06', '2021-01-13 14:34:06', 'employee', 'employee', '0', NULL, 'select * from rep_demo_employee  where id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '', '', NULL, NULL);
490 INSERT INTO `jimu_report_db` VALUES ('1317006713165049858', '1314846205892759552', 'admin', NULL, '2021-01-11 14:38:14', '2021-01-11 14:38:14', 'xueli', 'xueli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xueli', '0', '1', '0', '', NULL, NULL, NULL);
491 INSERT INTO `jimu_report_db` VALUES ('1317007979484147714', '1314846205892759552', 'admin', NULL, '2021-01-08 10:40:31', '2021-01-08 10:40:31', 'uu', 'uu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/gongzuojingli', '0', '1', '0', '', NULL, NULL, NULL);
492 INSERT INTO `jimu_report_db` VALUES ('1317009166140829698', '1314846205892759552', 'admin', NULL, '2020-10-16 15:47:09', '2021-01-05 15:33:58', 'zhengshu', 'zhengshu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhengshu', '0', '0', '0', '', NULL, NULL, NULL);
493 INSERT INTO `jimu_report_db` VALUES ('1317013474634756097', '1314846205892759552', 'admin', NULL, '2020-10-16 16:04:16', '2021-01-05 15:33:58', 'jtcy', 'jtcy', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jtcy', '0', '0', '0', '', NULL, NULL, NULL);
494 INSERT INTO `jimu_report_db` VALUES ('1317015169494282241', '1314846205892759552', 'admin', NULL, '2020-10-16 16:11:00', '2021-01-05 15:33:58', 'jiangli', 'jiangli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jiangli', '0', '0', '0', '', NULL, NULL, NULL);
495 INSERT INTO `jimu_report_db` VALUES ('1331511745851731969', '1331503965770223616', 'admin', NULL, '2020-11-25 16:15:13', '2020-11-25 16:15:13', 'chengjiao', 'chengjiao', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengjiao', '0', '0', '0', '', NULL, NULL, NULL);
496 INSERT INTO `jimu_report_db` VALUES ('1331514838211407873', '1331503965770223616', 'admin', NULL, '2020-11-25 16:27:30', '2020-11-25 16:27:30', 'cjpaihang', 'cjpaihang', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/cjpaihang', '0', '0', '0', '', NULL, NULL, NULL);
497 INSERT INTO `jimu_report_db` VALUES ('1331514935028527106', '1331503965770223616', 'admin', NULL, '2020-11-25 16:27:54', '2020-11-25 16:27:54', 'cjjine', 'cjjine', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/cjjine', '0', '0', '0', '', NULL, NULL, NULL);
498 INSERT INTO `jimu_report_db` VALUES ('1331872643531526146', '1331503965770223616', 'admin', NULL, '2020-11-26 16:09:18', '2020-11-26 16:09:18', 'chengjiao1', 'chengjiao1', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengjiao1', '0', '0', '0', '', NULL, NULL, NULL);
499 INSERT INTO `jimu_report_db` VALUES ('1331878107552010242', '1331503965770223616', 'admin', NULL, '2020-11-26 16:31:01', '2020-11-26 16:31:01', 'zhuangxiu', 'zhuangxiu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhuangxiu', '0', '0', '0', '', NULL, NULL, NULL);
500 INSERT INTO `jimu_report_db` VALUES ('1331916030221602818', '1331503965770223616', 'admin', NULL, '2020-11-26 19:01:42', '2020-11-26 19:01:42', 'btchanquan', 'btchanquan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/btchanquan', '0', '0', '0', '', NULL, NULL, NULL);
501 INSERT INTO `jimu_report_db` VALUES ('1331919172472524801', '1331503965770223616', 'admin', NULL, '2020-11-26 19:14:11', '2020-11-26 19:14:11', 'huxingxiaoshou', 'huxingxiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/huxingxiaoshou', '0', '0', '0', '', NULL, NULL, NULL);
502 INSERT INTO `jimu_report_db` VALUES ('1331922734933987329', '1331503965770223616', 'admin', NULL, '2020-11-26 19:28:21', '2020-11-26 19:28:21', 'fangyuan', 'fangyuan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/fangyuan', '0', '0', '0', '', NULL, NULL, NULL);
503 INSERT INTO `jimu_report_db` VALUES ('1331926127597441025', '1331503965770223616', 'admin', NULL, '2020-11-26 19:41:49', '2020-11-26 19:41:49', 'qingkuang', 'qingkuang', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/qingkuang', '0', '0', '0', '', NULL, NULL, NULL);
504 INSERT INTO `jimu_report_db` VALUES ('1334390762455965697', '1334378897302753280', 'admin', NULL, '2021-01-06 11:43:35', '2021-01-06 11:43:35', 'quyuxiaoshou', 'quyuxiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/quyuxiaoshou', '0', '1', '1', '', NULL, NULL, NULL);
505 INSERT INTO `jimu_report_db` VALUES ('1334440263732436994', '1334420681185566722', 'admin', NULL, '2021-01-04 21:28:19', '2021-01-04 21:28:19', 'laiyuan', 'laiyuan', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/laiyuan', '0', '1', '1', '', NULL, NULL, NULL);
506 INSERT INTO `jimu_report_db` VALUES ('1334465135435063298', '1334457419857793024', 'admin', NULL, '2021-01-04 21:29:28', '2021-01-04 21:29:28', 'xiaoshou', 'xiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshou', '0', '1', '1', '', NULL, NULL, NULL);
507 INSERT INTO `jimu_report_db` VALUES ('1334708015269490689', '1334696790477377536', 'admin', NULL, '2021-01-04 21:30:29', '2021-01-04 21:30:29', 'shouru', 'shouru', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/shouru', '0', '1', '0', '', NULL, NULL, NULL);
508 INSERT INTO `jimu_report_db` VALUES ('1334763434197200897', '1334757703079301120', 'admin', NULL, '2020-12-04 15:40:31', '2020-12-04 15:40:31', 'chejian', 'chejian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chejian', '0', '0', '0', '', NULL, NULL, NULL);
509 INSERT INTO `jimu_report_db` VALUES ('1338756341933543425', '1338744112815411200', 'admin', NULL, '2021-02-02 19:20:56', '2021-02-02 19:20:56', 'jdcx', 'jdcx', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '', 'MYSQL', NULL, NULL);
510 INSERT INTO `jimu_report_db` VALUES ('22f025b781ee9fe4746438621e82674f', '01a1e07ed4b12348b29d5a47ac7f0228', 'admin', NULL, '2020-12-14 16:21:09', '2020-12-14 16:21:09', 'xiaoshou', 'xiaoshou', '0', NULL, 'select * from rep_demo_xiaoshou where s_id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', NULL, 'MYSQL', NULL, NULL);
511 INSERT INTO `jimu_report_db` VALUES ('2324fac242b35938678a05bbbba345e2', '7acddbc92bc73d06c7f62ff55dfdca19', 'admin', NULL, '2021-01-11 14:25:45', '2021-01-11 14:25:45', 'xiaoshou', 'xiaoshou', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/xiaoshou?pageNo=\'${pageNo}\'&pageSize=\'${pageSize}\'', '0', '1', '1', '', NULL, NULL, NULL);
512 INSERT INTO `jimu_report_db` VALUES ('28e0b01cc3e2b0d361107661527bfdff', '6df599d933df24de007764d0e98eb105', 'admin', NULL, '2020-12-04 16:53:38', '2020-12-04 16:53:38', 'yaopin', 'yaopin', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/chufangjian', '0', '0', '0', NULL, 'MYSQL', NULL, NULL);
513 INSERT INTO `jimu_report_db` VALUES ('4af57d343f1d6521b71b85097b580786', '1347459370216198144', 'admin', NULL, '2021-01-08 17:26:57', '2021-01-08 17:26:57', 'tmp_report_data_income', '来源收入统计', '0', NULL, 'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '', 'MYSQL', NULL, NULL);
514 INSERT INTO `jimu_report_db` VALUES ('4dc208eb92fd1a84ef7b4723251e3e51', '5485950d88c9918d03dece2ad24b4d72', 'admin', NULL, '2021-01-08 16:24:16', '2021-01-08 16:24:16', 'tmp_report_data_1', '年度佣金收入', '0', NULL, 'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '', 'MYSQL', NULL, NULL);
515 INSERT INTO `jimu_report_db` VALUES ('537477711022567424', '537446834339098624', 'admin', 'admin', '2021-04-01 05:54:42', '2021-04-01 05:54:42', 'yy', 'yy', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '', 'MYSQL', NULL, NULL);
516 INSERT INTO `jimu_report_db` VALUES ('537478337278291968', '537446834339098624', 'admin', 'admin', '2021-04-01 05:54:37', '2021-04-01 05:54:37', 'tt', 'tt', '0', NULL, 'select *  from SYS_DATA_LOG', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '26d21fe4f27920d2f56abc8d90a8e527', 'ORACLE', NULL, NULL);
517 INSERT INTO `jimu_report_db` VALUES ('537478706314129408', '537446834339098624', 'admin', 'admin', '2021-04-01 05:56:44', '2021-04-01 05:56:44', 'pp', 'pp', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/caigou', '0', '1', '0', '', NULL, NULL, NULL);
518 INSERT INTO `jimu_report_db` VALUES ('574873661957337088', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-08 10:36:58', 'yuangongjiben', 'yuangongjiben', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/yuangongjiben', '0', '0', '0', '', NULL, NULL, NULL);
519 INSERT INTO `jimu_report_db` VALUES ('574873663005913088', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-11 14:38:14', 'xueli', 'xueli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xueli', '0', '1', '0', '', NULL, NULL, NULL);
520 INSERT INTO `jimu_report_db` VALUES ('574873663161102336', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-08 10:40:31', 'uu', 'uu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/gongzuojingli', '0', '1', '0', '', NULL, NULL, NULL);
521 INSERT INTO `jimu_report_db` VALUES ('574873663341457408', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-05 15:33:58', 'zhengshu', 'zhengshu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhengshu', '0', '0', '0', '', NULL, NULL, NULL);
522 INSERT INTO `jimu_report_db` VALUES ('574873663500840960', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-05 15:33:58', 'jtcy', 'jtcy', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jtcy', '0', '0', '0', '', NULL, NULL, NULL);
523 INSERT INTO `jimu_report_db` VALUES ('574873663693778944', '574873661613404160', 'admin', NULL, '2021-07-13 10:29:32', '2021-01-05 15:33:58', 'jiangli', 'jiangli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jiangli', '0', '0', '0', '', NULL, NULL, NULL);
524 INSERT INTO `jimu_report_db` VALUES ('574875722388205568', '574875722233016320', 'admin', NULL, '2021-07-13 10:37:43', '2021-01-08 10:47:52', 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/shixi', '0', '0', '0', '', NULL, NULL, NULL);
525 INSERT INTO `jimu_report_db` VALUES ('574875730650984448', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-08 10:36:58', 'yuangongjiben', 'yuangongjiben', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/yuangongjiben', '0', '0', '0', '', NULL, NULL, NULL);
526 INSERT INTO `jimu_report_db` VALUES ('574875731594702848', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-11 14:38:14', 'xueli', 'xueli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xueli', '0', '1', '0', '', NULL, NULL, NULL);
527 INSERT INTO `jimu_report_db` VALUES ('574875731737309184', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-08 10:40:31', 'uu', 'uu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/gongzuojingli', '0', '1', '0', '', NULL, NULL, NULL);
528 INSERT INTO `jimu_report_db` VALUES ('574875731867332608', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-05 15:33:58', 'zhengshu', 'zhengshu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhengshu', '0', '0', '0', '', NULL, NULL, NULL);
529 INSERT INTO `jimu_report_db` VALUES ('574875731997356032', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-05 15:33:58', 'jtcy', 'jtcy', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jtcy', '0', '0', '0', '', NULL, NULL, NULL);
530 INSERT INTO `jimu_report_db` VALUES ('574875732131573760', '574875730525155328', 'admin', NULL, '2021-07-13 10:37:45', '2021-01-05 15:33:58', 'jiangli', 'jiangli', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/jiangli', '0', '0', '0', '', NULL, NULL, NULL);
531 INSERT INTO `jimu_report_db` VALUES ('6011955e58d89040fca52e7f962d0bf4', '961455b47c0b86dc961e90b5893bff05', 'admin', NULL, '2021-01-04 20:47:07', '2021-01-04 20:47:07', 'gongsi', 'gongsi', '0', NULL, 'select * from rep_demo_gongsi where id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '', 'MYSQL', NULL, NULL);
532 INSERT INTO `jimu_report_db` VALUES ('60b3feffadc55eb49baa5a48fdf1ff0e', '1352160857479581696', 'admin', NULL, '2021-01-29 18:36:35', '2021-01-29 18:36:35', 'infoForReport', '信息', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://localhost:8080/jeecg-boot/sys/actuator/redis/infoForReport', '0', '1', '1', '', NULL, NULL, NULL);
533 INSERT INTO `jimu_report_db` VALUES ('629609c4d540cb4675e9064af8955296', '7c02c224a2db56d0350069650033f702', 'admin', NULL, '2021-02-02 19:33:09', '2021-02-02 19:33:09', 'hecha', 'hecha', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/hecha', '0', '1', '0', '', NULL, NULL, NULL);
534 INSERT INTO `jimu_report_db` VALUES ('654609e4247a0469e0b2befbc69b00f9', '1cd9d574d0c42f3915046dc61d9f33bd', 'admin', NULL, '2020-12-17 16:42:21', '2020-12-17 19:50:14', 'xiaoshoue', '销售额', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xiaoshoue', '0', '0', '0', '', NULL, NULL, NULL);
535 INSERT INTO `jimu_report_db` VALUES ('675926009080569856', '675925078880411648', 'admin', 'admin', '2022-04-18 15:05:31', '2022-04-18 15:05:31', 'testDataJavaBean', 'testDataJavaBean', '2', NULL, NULL, NULL, NULL, NULL, 'spring-key', 'testDataJavaBean', NULL, NULL, '1', '0', NULL, NULL, NULL, NULL);
536 INSERT INTO `jimu_report_db` VALUES ('6a1d22ca4c95e8fab655d3ceed43a84d', '1352160857479581696', 'admin', NULL, '2021-01-29 18:36:42', '2021-01-29 18:36:42', 'memoryForReport', '内存', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://localhost:8080/jeecg-boot/sys/actuator/redis/memoryForReport', '0', '1', '0', '', NULL, NULL, NULL);
537 INSERT INTO `jimu_report_db` VALUES ('7911bd189c2d53e182693bd599a315a2', '1cd9d574d0c42f3915046dc61d9f33bd', 'admin', NULL, '2020-12-17 16:59:12', '2020-12-17 19:50:14', 'chengshi', '城市', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/chengshi', '0', '0', '0', '', NULL, NULL, NULL);
538 INSERT INTO `jimu_report_db` VALUES ('7b20679054449c554cde856ef24126ab', '1347454742040809472', 'admin', NULL, '2021-01-08 16:24:16', '2021-01-08 16:24:16', 'tmp_report_data_1', '年度佣金收入', '0', NULL, 'select monty,main_income,total,his_lowest,his_average,his_highest from tmp_report_data_1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '', 'MYSQL', NULL, NULL);
539 INSERT INTO `jimu_report_db` VALUES ('94bcd8202bc6bc467efd0d679dadd7bb', '1338370016550195200', 'admin', 'admin', '2021-07-12 12:15:08', '2021-07-12 12:15:08', 'tm', 'tm', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/tiaoma1', '0', '0', '0', '', NULL, NULL, NULL);
540 INSERT INTO `jimu_report_db` VALUES ('9b75c161322e0b7e29b3ffc84239a72c', '1cd9d574d0c42f3915046dc61d9f33bd', 'admin', NULL, '2020-12-17 17:13:21', '2020-12-17 19:50:14', 'xsjd', '销售进度', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/xsjd', '0', '0', '0', '', NULL, NULL, NULL);
541 INSERT INTO `jimu_report_db` VALUES ('9b7d28336b01f9a6b1a613957c3d7cda', '1338769064067076098', 'admin', NULL, '2021-02-02 19:12:55', '2021-02-02 19:12:55', 'pop', 'pop', '0', NULL, 'select * from rep_demo_dxtj', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '0', '', 'MYSQL', NULL, NULL);
542 INSERT INTO `jimu_report_db` VALUES ('a543d8dd40f4d26839b78bd604be659e', 'f5f275b5e28b45256ef24587ec792f0c', 'admin', 'admin', '2022-03-19 16:10:56', '2022-03-19 16:10:56', 'tmp_report_data_income', '来源收入统计', '0', NULL, 'select * from tmp_report_data_income', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', '', 'mysql', NULL, NULL);
543 INSERT INTO `jimu_report_db` VALUES ('bbc5d5ab143d59f0beab484682361aa5', 'dd482bfd6ca470a0f49d9bb4e61ec694', 'admin', NULL, '2021-01-08 10:47:52', '2021-01-08 10:47:52', 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/shixi', '0', '0', '0', '', NULL, NULL, NULL);
544 INSERT INTO `jimu_report_db` VALUES ('c9bdb6b7ac68accfecb366718bf78f79', '01a1e07ed4b12348b29d5a47ac7f0228', 'admin', NULL, '2020-09-28 10:18:07', '2020-12-14 16:21:09', 'gongsi', 'gongsi', '0', NULL, 'select * from rep_demo_gongsi where id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, 'MYSQL', NULL, NULL);
545 INSERT INTO `jimu_report_db` VALUES ('d4a29dfda94357308faf62be2b94db08', '1352160857479581696', 'admin', NULL, '2021-01-29 18:36:47', '2021-01-29 18:36:47', 'keysSizeForReport', '数量', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://localhost:8080/jeecg-boot/sys/actuator/redis/keysSizeForReport', '0', '1', '0', '', NULL, NULL, NULL);
546 INSERT INTO `jimu_report_db` VALUES ('e0fe1d693625c906c1171d7de706a47c', '6df599d933df24de007764d0e98eb105', NULL, NULL, '2020-07-17 10:49:42', NULL, 'yonghu', 'yonghu', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/yonghu', '0', '0', NULL, NULL, 'MYSQL', NULL, NULL);
547 INSERT INTO `jimu_report_db` VALUES ('e4cec9ff15bc0ea42f536a442a6d1335', '961455b47c0b86dc961e90b5893bff05', 'admin', NULL, '2021-01-04 20:42:17', '2021-01-04 20:42:17', 'jianpiao', 'jianpiao', '0', NULL, 'select * from rep_demo_jianpiao where s_id=\'${id}\'', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', '1', NULL, 'MYSQL', NULL, NULL);
548 INSERT INTO `jimu_report_db` VALUES ('f7649b77cfc9e0a9dacdac370cd4036b', '1347373863746539520', 'admin', NULL, '2021-01-08 10:47:52', '2021-01-08 10:47:52', 'tt', 'tt', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/baobiao/shixi', '0', '0', '0', '', NULL, NULL, NULL);
549 INSERT INTO `jimu_report_db` VALUES ('fb70a91730f087f8023afd88d24f9697', '1cd9d574d0c42f3915046dc61d9f33bd', 'admin', NULL, '2020-12-17 19:50:14', '2020-12-17 19:50:14', 'zhexian', 'zhexian', '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'http://api.jeecg.com/mock/26/zhexian', '0', '1', '1', '', NULL, NULL, NULL);
550
551 -- ----------------------------
552 -- Table structure for jimu_report_db_field
553 -- ----------------------------
554 DROP TABLE IF EXISTS `jimu_report_db_field`;
555 CREATE TABLE `jimu_report_db_field`  (
556   `id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT 'id',
557   `create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
558   `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期',
559   `update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
560   `update_time` datetime NULL DEFAULT NULL COMMENT '更新日期',
561   `jimu_report_db_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '数据源ID',
562   `field_name` varchar(80) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段名',
563   `field_text` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字段文本',
564   `widget_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '控件类型',
565   `widget_width` int(10) NULL DEFAULT NULL COMMENT '控件宽度',
566   `order_num` int(3) NULL DEFAULT NULL COMMENT '排序',
567   `search_flag` int(3) NULL DEFAULT 0 COMMENT '查询标识0否1是 默认0',
568   `search_mode` int(3) NULL DEFAULT NULL COMMENT '查询模式1简单2范围',
569   `dict_code` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典编码支持从表中取数据',
570   `search_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询默认值',
571   `search_format` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询时间格式化表达式',
572   `ext_json` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '参数配置',
573   PRIMARY KEY (`id`) USING BTREE,
574   INDEX `idx_jrdf_jimu_report_db_id`(`jimu_report_db_id`) USING BTREE,
575   INDEX `idx_dbfield_order_num`(`order_num`) USING BTREE
576 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
577
578 -- ----------------------------
579 -- Records of jimu_report_db_field
580 -- ----------------------------
581 INSERT INTO `jimu_report_db_field` VALUES ('00a67b539ac15446c1bd658104e1020a', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
582 INSERT INTO `jimu_report_db_field` VALUES ('014179e260e0adf1706c616a3ad6e552', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'main_income', 'main_income', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
583 INSERT INTO `jimu_report_db_field` VALUES ('01cb1f61f836aae43bca333dbaf293be', NULL, '2021-01-11 14:38:14', NULL, NULL, '1317006713165049858', 'zhuanye', 'zhuanye', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
584 INSERT INTO `jimu_report_db_field` VALUES ('0470c07d386940053253fe8a8c200225', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'chengbao_gz_money', 'chengbao_gz_money', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
585 INSERT INTO `jimu_report_db_field` VALUES ('0680555456f0e579a0065c4ca5dd8d06', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
586 INSERT INTO `jimu_report_db_field` VALUES ('06b24135f3670ea4f4c7f554d2521a39', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'biz_income', 'biz_income', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
587 INSERT INTO `jimu_report_db_field` VALUES ('08e22bbf63e81198c0d2585dce8ee8f9', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'jperson', 'jperson', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
588 INSERT INTO `jimu_report_db_field` VALUES ('0c82931edb766ad89ead9e98a998d43f', NULL, '2021-01-11 14:38:14', NULL, NULL, '1317006713165049858', 'kdate', 'kdate', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
589 INSERT INTO `jimu_report_db_field` VALUES ('0c9f65f5f754f1251070f51a2a19905d', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'hname', 'hname', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
590 INSERT INTO `jimu_report_db_field` VALUES ('0fb03c8e2330e051564f3dd1de54512f', NULL, '2021-01-11 14:38:14', NULL, NULL, '1317006713165049858', 'jstudent', 'jstudent', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
591 INSERT INTO `jimu_report_db_field` VALUES ('10e61155dcf655d7843ebc01cc90c8b1', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'total', 'total', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
592 INSERT INTO `jimu_report_db_field` VALUES ('115c1ac01462ca1fbecb3c0a55218395', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'his_highest', 'his_highest', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
593 INSERT INTO `jimu_report_db_field` VALUES ('11713370900fa3c1455cac7e8db61fe1', NULL, '2021-01-08 10:47:52', NULL, NULL, 'bbc5d5ab143d59f0beab484682361aa5', 'pingjia', 'pingjia', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
594 INSERT INTO `jimu_report_db_field` VALUES ('11d3a082d297adeffecd86690e28cf39', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'ctotal', 'ctotal', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
595 INSERT INTO `jimu_report_db_field` VALUES ('1260eb03ab66bd12766b2102e343d280', NULL, '2021-01-21 17:07:16', NULL, NULL, '6a1d22ca4c95e8fab655d3ceed43a84d', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
596 INSERT INTO `jimu_report_db_field` VALUES ('1272834907562864641', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
597 INSERT INTO `jimu_report_db_field` VALUES ('1272834907567058946', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'bnum', 'bnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
598 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253250', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'ftime', 'ftime', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
599 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253251', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'sfkong', 'sfkong', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
600 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253252', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'kaishi', 'kaishi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
601 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253253', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'jieshu', 'jieshu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
602 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253254', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'hezairen', 'hezairen', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
603 INSERT INTO `jimu_report_db_field` VALUES ('1272834907571253255', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'jpnum', 'jpnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
604 INSERT INTO `jimu_report_db_field` VALUES ('1272834907575447554', NULL, '2020-06-16 18:14:25', NULL, NULL, '1272834687525482497', 'shihelv', 'shihelv', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
605 INSERT INTO `jimu_report_db_field` VALUES ('1283957016175415297', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yphone', 'yphone', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
606 INSERT INTO `jimu_report_db_field` VALUES ('1283957016183803906', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yzhenliao', 'yzhenliao', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
607 INSERT INTO `jimu_report_db_field` VALUES ('1283957016187998209', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'ysex', 'ysex', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
608 INSERT INTO `jimu_report_db_field` VALUES ('1283957016192192513', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'danwei', 'danwei', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
609 INSERT INTO `jimu_report_db_field` VALUES ('1283957016196386818', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'kdata', 'kdata', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
610 INSERT INTO `jimu_report_db_field` VALUES ('1283957016204775425', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yname', 'yname', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
611 INSERT INTO `jimu_report_db_field` VALUES ('1283957016208969729', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yprice', 'yprice', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
612 INSERT INTO `jimu_report_db_field` VALUES ('1283957016213164033', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'ytotal', 'ytotal', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
613 INSERT INTO `jimu_report_db_field` VALUES ('1283957016217358337', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yishe', 'yishe', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
614 INSERT INTO `jimu_report_db_field` VALUES ('1283957016221552641', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yizhu', 'yizhu', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
615 INSERT INTO `jimu_report_db_field` VALUES ('1283957016225746946', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yage', 'yage', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
616 INSERT INTO `jimu_report_db_field` VALUES ('1283957016229941249', NULL, '2020-07-17 10:49:42', NULL, NULL, '1283957016150249473', 'yjieguo', 'yjieguo', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
617 INSERT INTO `jimu_report_db_field` VALUES ('1285150155649130497', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'xtype', 'xtype', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
618 INSERT INTO `jimu_report_db_field` VALUES ('1285150155686879234', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'danyuan', 'danyuan', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
619 INSERT INTO `jimu_report_db_field` VALUES ('1285150155691073538', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'chanquan', 'chanquan', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
620 INSERT INTO `jimu_report_db_field` VALUES ('1285150155695267841', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'zhuzhi', 'zhuzhi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
621 INSERT INTO `jimu_report_db_field` VALUES ('1285150155699462145', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'fujian', 'fujian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
622 INSERT INTO `jimu_report_db_field` VALUES ('1285150155707850754', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
623 INSERT INTO `jimu_report_db_field` VALUES ('1285150155707850755', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'type', 'type', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
624 INSERT INTO `jimu_report_db_field` VALUES ('1285150155712045058', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'suoyou', 'suoyou', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
625 INSERT INTO `jimu_report_db_field` VALUES ('1285150155716239361', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
626 INSERT INTO `jimu_report_db_field` VALUES ('1285150155716239362', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'bianhao', 'bianhao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
627 INSERT INTO `jimu_report_db_field` VALUES ('1285150155720433666', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'yname', 'yname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
628 INSERT INTO `jimu_report_db_field` VALUES ('1285150155720433667', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'riqi', 'riqi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
629 INSERT INTO `jimu_report_db_field` VALUES ('1285150155724627969', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
630 INSERT INTO `jimu_report_db_field` VALUES ('1285150155728822274', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'time', 'time', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
631 INSERT INTO `jimu_report_db_field` VALUES ('1285150155728822275', NULL, '2020-07-20 17:50:49', NULL, NULL, '1284070508744257537', 'mianji', 'mianji', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
632 INSERT INTO `jimu_report_db_field` VALUES ('1285159608326889474', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'fsex', 'fsex', 'string', NULL, NULL, 0, NULL, 'sex', NULL, NULL, NULL);
633 INSERT INTO `jimu_report_db_field` VALUES ('1285159608335278082', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'fname', 'fname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
634 INSERT INTO `jimu_report_db_field` VALUES ('1285159608339472385', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'shiqing', 'shiqing', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
635 INSERT INTO `jimu_report_db_field` VALUES ('1285159608339472386', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'pname', 'pname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
636 INSERT INTO `jimu_report_db_field` VALUES ('1285159608339472387', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'zhuzhi', 'zhuzhi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
637 INSERT INTO `jimu_report_db_field` VALUES ('1285159608339472388', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
638 INSERT INTO `jimu_report_db_field` VALUES ('1285159608343666690', 'admin', '2021-04-01 02:44:48', NULL, NULL, '1285157606524002305', 'cdata', 'cdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
639 INSERT INTO `jimu_report_db_field` VALUES ('1285164420749664258', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'shiqing', 'shiqing', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
640 INSERT INTO `jimu_report_db_field` VALUES ('1285164420753858561', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
641 INSERT INTO `jimu_report_db_field` VALUES ('1285164420758052866', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
642 INSERT INTO `jimu_report_db_field` VALUES ('1285164420758052867', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'value', 'value', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
643 INSERT INTO `jimu_report_db_field` VALUES ('1285164420758052868', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'percent', 'percent', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
644 INSERT INTO `jimu_report_db_field` VALUES ('1285164420762247169', NULL, '2020-07-20 18:47:30', NULL, NULL, '1285164420728692737', 'tdata', 'tdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
645 INSERT INTO `jimu_report_db_field` VALUES ('1285178919124803585', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'ktime', 'ktime', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
646 INSERT INTO `jimu_report_db_field` VALUES ('1285178919133192193', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
647 INSERT INTO `jimu_report_db_field` VALUES ('1285178919133192194', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'wtime', 'wtime', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
648 INSERT INTO `jimu_report_db_field` VALUES ('1285178919133192195', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'yusuan', 'yusuan', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
649 INSERT INTO `jimu_report_db_field` VALUES ('1285178919133192196', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'dshenhe', 'dshenhe', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
650 INSERT INTO `jimu_report_db_field` VALUES ('1285178919133192197', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'zhuren', 'zhuren', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
651 INSERT INTO `jimu_report_db_field` VALUES ('1285178919137386498', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'neirong', 'neirong', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
652 INSERT INTO `jimu_report_db_field` VALUES ('1285178919137386499', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'yijian', 'yijian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
653 INSERT INTO `jimu_report_db_field` VALUES ('1285178919137386500', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'time1', 'time1', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
654 INSERT INTO `jimu_report_db_field` VALUES ('1285178919137386501', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'time2', 'time2', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
655 INSERT INTO `jimu_report_db_field` VALUES ('1285178919137386502', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'time3', 'time3', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
656 INSERT INTO `jimu_report_db_field` VALUES ('1285178919141580801', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'time4', 'time4', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
657 INSERT INTO `jimu_report_db_field` VALUES ('1285178919141580802', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'pingjia', 'pingjia', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
658 INSERT INTO `jimu_report_db_field` VALUES ('1285178919141580803', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
659 INSERT INTO `jimu_report_db_field` VALUES ('1285178919141580804', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'bianhao', 'bianhao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
660 INSERT INTO `jimu_report_db_field` VALUES ('1285178919141580805', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'zongjie', 'zongjie', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
661 INSERT INTO `jimu_report_db_field` VALUES ('1285178919145775105', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'nengli', 'nengli', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
662 INSERT INTO `jimu_report_db_field` VALUES ('1285178919145775106', NULL, '2020-07-20 19:45:06', NULL, NULL, '1285178919099637762', 'time', 'time', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
663 INSERT INTO `jimu_report_db_field` VALUES ('1285473875810967553', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
664 INSERT INTO `jimu_report_db_field` VALUES ('1285473875823550466', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'gname', 'gname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
665 INSERT INTO `jimu_report_db_field` VALUES ('1285473875823550467', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
666 INSERT INTO `jimu_report_db_field` VALUES ('1285473875823550468', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'tdata', 'tdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
667 INSERT INTO `jimu_report_db_field` VALUES ('1285473875827744769', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
668 INSERT INTO `jimu_report_db_field` VALUES ('1285473875827744770', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'zhaiyao', 'zhaiyao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
669 INSERT INTO `jimu_report_db_field` VALUES ('1285473875827744771', NULL, '2020-07-21 15:17:10', NULL, NULL, '1273495682564534273', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
670 INSERT INTO `jimu_report_db_field` VALUES ('1288038655394324482', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'ctotal', '库存量', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
671 INSERT INTO `jimu_report_db_field` VALUES ('1288038655402713090', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'cname', '产品名称', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
672 INSERT INTO `jimu_report_db_field` VALUES ('1288038655406907393', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'cprice', '单价', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
673 INSERT INTO `jimu_report_db_field` VALUES ('1288038655411101697', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'dtotal', '订购量', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
674 INSERT INTO `jimu_report_db_field` VALUES ('1288038655411101698', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'tp', '库存总值', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
675 INSERT INTO `jimu_report_db_field` VALUES ('1288038655415296002', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'ztotal', '二次订购量', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
676 INSERT INTO `jimu_report_db_field` VALUES ('1288038655415296003', 'admin', '2021-04-01 03:09:40', NULL, NULL, '1288038655293661186', 'cnum', '产品数量', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
677 INSERT INTO `jimu_report_db_field` VALUES ('1288048290843074561', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
678 INSERT INTO `jimu_report_db_field` VALUES ('1288048290847268865', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'hnum', 'hnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
679 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463170', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'hname', 'hname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
680 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463171', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'xinghao', 'xinghao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
681 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463172', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'fahuocangku', 'fahuocangku', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
682 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463173', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
683 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463174', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
684 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463175', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'danjia', 'danjia', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
685 INSERT INTO `jimu_report_db_field` VALUES ('1288048290851463176', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'zhekoulv', 'zhekoulv', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
686 INSERT INTO `jimu_report_db_field` VALUES ('1288048290855657473', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'xiaoshoujine', 'xiaoshoujine', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
687 INSERT INTO `jimu_report_db_field` VALUES ('1288048290859851778', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
688 INSERT INTO `jimu_report_db_field` VALUES ('1288048290859851779', NULL, '2020-07-28 17:46:58', NULL, NULL, '1272858455908073473', 's_id', 's_id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
689 INSERT INTO `jimu_report_db_field` VALUES ('1290104038439886849', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
690 INSERT INTO `jimu_report_db_field` VALUES ('1290104038448275458', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'gname', 'gname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
691 INSERT INTO `jimu_report_db_field` VALUES ('1290104038448275459', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
692 INSERT INTO `jimu_report_db_field` VALUES ('1290104038448275460', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'tdata', 'tdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
693 INSERT INTO `jimu_report_db_field` VALUES ('1290104038452469761', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
694 INSERT INTO `jimu_report_db_field` VALUES ('1290104038452469762', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'zhaiyao', 'zhaiyao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
695 INSERT INTO `jimu_report_db_field` VALUES ('1290104038452469763', NULL, '2020-08-03 09:55:46', NULL, NULL, '1290104038414721025', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
696 INSERT INTO `jimu_report_db_field` VALUES ('1317007979534479361', NULL, '2020-10-16 15:42:26', NULL, NULL, '1317007979484147714', 'zmphone', 'zmphone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
697 INSERT INTO `jimu_report_db_field` VALUES ('1317007979534479362', NULL, '2020-10-16 15:42:26', NULL, NULL, '1317007979484147714', 'jstudent', 'jstudent', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
698 INSERT INTO `jimu_report_db_field` VALUES ('1317007979534479363', NULL, '2020-10-16 15:42:26', NULL, NULL, '1317007979484147714', 'kdate', 'kdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
699 INSERT INTO `jimu_report_db_field` VALUES ('1317007979534479364', NULL, '2020-10-16 15:42:26', NULL, NULL, '1317007979484147714', 'jdate', 'jdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
700 INSERT INTO `jimu_report_db_field` VALUES ('1317007979534479365', NULL, '2020-10-16 15:42:26', NULL, NULL, '1317007979484147714', 'zmname', 'zmname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
701 INSERT INTO `jimu_report_db_field` VALUES ('1317009166149218305', NULL, '2020-10-16 15:47:09', NULL, NULL, '1317009166140829698', 'zcname', 'zcname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
702 INSERT INTO `jimu_report_db_field` VALUES ('1317009166149218306', NULL, '2020-10-16 15:47:09', NULL, NULL, '1317009166140829698', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
703 INSERT INTO `jimu_report_db_field` VALUES ('1317009166149218307', NULL, '2020-10-16 15:47:09', NULL, NULL, '1317009166140829698', 'fdate', 'fdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
704 INSERT INTO `jimu_report_db_field` VALUES ('1317009166149218308', NULL, '2020-10-16 15:47:09', NULL, NULL, '1317009166140829698', 'jibie', 'jibie', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
705 INSERT INTO `jimu_report_db_field` VALUES ('1317009166149218309', NULL, '2020-10-16 15:47:09', NULL, NULL, '1317009166140829698', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
706 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144706', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
707 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144707', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'phone', 'phone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
708 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144708', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
709 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144709', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'zzmm', 'zzmm', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
710 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144710', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'guanxi', 'guanxi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
711 INSERT INTO `jimu_report_db_field` VALUES ('1317013474643144711', NULL, '2020-10-16 16:04:16', NULL, NULL, '1317013474634756097', 'age', 'age', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
712 INSERT INTO `jimu_report_db_field` VALUES ('1317015169502670849', NULL, '2020-10-16 16:11:00', NULL, NULL, '1317015169494282241', 'date', 'date', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
713 INSERT INTO `jimu_report_db_field` VALUES ('1317015169502670850', NULL, '2020-10-16 16:11:00', NULL, NULL, '1317015169494282241', 'mingcheng', 'mingcheng', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
714 INSERT INTO `jimu_report_db_field` VALUES ('1317015169502670851', NULL, '2020-10-16 16:11:00', NULL, NULL, '1317015169494282241', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
715 INSERT INTO `jimu_report_db_field` VALUES ('1331511745855926274', NULL, '2020-11-25 16:15:13', NULL, NULL, '1331511745851731969', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
716 INSERT INTO `jimu_report_db_field` VALUES ('1331511745855926275', NULL, '2020-11-25 16:15:13', NULL, NULL, '1331511745851731969', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
717 INSERT INTO `jimu_report_db_field` VALUES ('1331511745855926276', NULL, '2020-11-25 16:15:13', NULL, NULL, '1331511745851731969', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
718 INSERT INTO `jimu_report_db_field` VALUES ('1331514838215602178', NULL, '2020-11-25 16:27:30', NULL, NULL, '1331514838211407873', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
719 INSERT INTO `jimu_report_db_field` VALUES ('1331514838215602179', NULL, '2020-11-25 16:27:30', NULL, NULL, '1331514838211407873', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
720 INSERT INTO `jimu_report_db_field` VALUES ('1331514838215602180', NULL, '2020-11-25 16:27:30', NULL, NULL, '1331514838211407873', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
721 INSERT INTO `jimu_report_db_field` VALUES ('1331514935032721409', NULL, '2020-11-25 16:27:54', NULL, NULL, '1331514935028527106', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
722 INSERT INTO `jimu_report_db_field` VALUES ('1331514935032721410', NULL, '2020-11-25 16:27:54', NULL, NULL, '1331514935028527106', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
723 INSERT INTO `jimu_report_db_field` VALUES ('1331514935032721411', NULL, '2020-11-25 16:27:54', NULL, NULL, '1331514935028527106', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
724 INSERT INTO `jimu_report_db_field` VALUES ('1331872643539914754', NULL, '2020-11-26 16:09:18', NULL, NULL, '1331872643531526146', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
725 INSERT INTO `jimu_report_db_field` VALUES ('1331872643539914755', NULL, '2020-11-26 16:09:18', NULL, NULL, '1331872643531526146', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
726 INSERT INTO `jimu_report_db_field` VALUES ('1331872643539914756', NULL, '2020-11-26 16:09:18', NULL, NULL, '1331872643531526146', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
727 INSERT INTO `jimu_report_db_field` VALUES ('1331878107560398849', NULL, '2020-11-26 16:31:01', NULL, NULL, '1331878107552010242', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
728 INSERT INTO `jimu_report_db_field` VALUES ('1331878107560398850', NULL, '2020-11-26 16:31:01', NULL, NULL, '1331878107552010242', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
729 INSERT INTO `jimu_report_db_field` VALUES ('1331916030229991425', NULL, '2020-11-26 19:01:42', NULL, NULL, '1331916030221602818', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
730 INSERT INTO `jimu_report_db_field` VALUES ('1331916030229991426', NULL, '2020-11-26 19:01:42', NULL, NULL, '1331916030221602818', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
731 INSERT INTO `jimu_report_db_field` VALUES ('1331916030229991427', NULL, '2020-11-26 19:01:42', NULL, NULL, '1331916030221602818', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
732 INSERT INTO `jimu_report_db_field` VALUES ('1331919172480913409', NULL, '2020-11-26 19:14:11', NULL, NULL, '1331919172472524801', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
733 INSERT INTO `jimu_report_db_field` VALUES ('1331919172480913410', NULL, '2020-11-26 19:14:11', NULL, NULL, '1331919172472524801', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
734 INSERT INTO `jimu_report_db_field` VALUES ('1331922734942375938', NULL, '2020-11-26 19:28:21', NULL, NULL, '1331922734933987329', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
735 INSERT INTO `jimu_report_db_field` VALUES ('1331922734942375939', NULL, '2020-11-26 19:28:21', NULL, NULL, '1331922734933987329', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
736 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829634', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'cjl', 'cjl', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
737 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829635', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'cjje', 'cjje', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
738 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829636', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'xsmj', 'xsmj', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
739 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829637', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'cjjj', 'cjjj', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
740 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829638', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'sfyj', 'sfyj', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
741 INSERT INTO `jimu_report_db_field` VALUES ('1331926127605829639', NULL, '2020-11-26 19:41:49', NULL, NULL, '1331926127597441025', 'ydkh', 'ydkh', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
742 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825602', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'class', 'class', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
743 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825603', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'school', 'school', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
744 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825604', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'lv', 'lv', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
745 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825605', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'renyuan_jy', 'renyuan_jy', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
746 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825606', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'richang_jy', 'richang_jy', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
747 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825607', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'biaozhun_jy', 'biaozhun_jy', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
748 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825608', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'xinxi_jy', 'xinxi_jy', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
749 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825609', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'jichubokuan_jy', 'jichubokuan_jy', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
750 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825610', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'renyuan_ct', 'renyuan_ct', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
751 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825611', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'richang_ct', 'richang_ct', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
752 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825612', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'xiangmu_ct', 'xiangmu_ct', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
753 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825613', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'jichubokuan_ct', 'jichubokuan_ct', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
754 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825614', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'xiangmu_sh', 'xiangmu_sh', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
755 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825615', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'jichubokuan_sh', 'jichubokuan_sh', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
756 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825616', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'diannao', 'diannao', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
757 INSERT INTO `jimu_report_db_field` VALUES ('1334440263740825617', NULL, '2020-12-03 18:12:06', NULL, NULL, '1334440263732436994', 'xiaoyuanwang', 'xiaoyuanwang', 'String', NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
758 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451905', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'diqu', 'diqu', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
759 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451906', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'class', 'class', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
760 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451907', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_11', 'sales_11', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
761 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451908', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_12', 'sales_12', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
762 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451909', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_13', 'sales_13', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
763 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451910', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_14', 'sales_14', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
764 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451911', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_15', 'sales_15', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
765 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451912', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_16', 'sales_16', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
766 INSERT INTO `jimu_report_db_field` VALUES ('1334465135443451913', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_17', 'sales_17', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
767 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646210', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_18', 'sales_18', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
768 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646211', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_19', 'sales_19', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
769 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646212', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_20', 'sales_20', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
770 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646213', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_21', 'sales_21', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
771 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646214', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_22', 'sales_22', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
772 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646215', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_31', 'sales_31', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
773 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646216', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_32', 'sales_32', 'String', NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
774 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646217', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_33', 'sales_33', 'String', NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
775 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646218', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_34', 'sales_34', 'String', NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
776 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646219', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_35', 'sales_35', 'String', NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
777 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646220', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_36', 'sales_36', 'String', NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
778 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646221', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_37', 'sales_37', 'String', NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
779 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646222', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_38', 'sales_38', 'String', NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
780 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646223', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_39', 'sales_39', 'String', NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
781 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646224', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_40', 'sales_40', 'String', NULL, 24, 0, NULL, NULL, NULL, NULL, NULL);
782 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646225', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_41', 'sales_41', 'String', NULL, 25, 0, NULL, NULL, NULL, NULL, NULL);
783 INSERT INTO `jimu_report_db_field` VALUES ('1334465135447646226', NULL, '2020-12-03 19:50:56', NULL, NULL, '1334465135435063298', 'sales_42', 'sales_42', 'String', NULL, 26, 0, NULL, NULL, NULL, NULL, NULL);
784 INSERT INTO `jimu_report_db_field` VALUES ('1334708015277879297', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'city', 'city', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
785 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073601', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'school', 'school', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
786 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073602', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'ncnum', 'ncnum', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
787 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073603', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'num', 'num', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
788 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073604', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'name', 'name', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
789 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073605', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'class', 'class', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
790 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073606', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'pay', 'pay', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
791 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073607', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'paytime', 'paytime', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
792 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073608', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'payclass', 'payclass', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
793 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073609', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'pay1', 'pay1', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
794 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073610', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'paymoth', 'paymoth', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
795 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073611', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'pay2', 'pay2', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
796 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073612', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'tuition_09', 'tuition_09', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
797 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073613', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'meals_09', 'meals_09', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
798 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073614', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'busfee_09', 'busfee_09', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
799 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073615', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'tuition_10', 'tuition_10', 'String', NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
800 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073616', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'meals_10', 'meals_10', 'String', NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
801 INSERT INTO `jimu_report_db_field` VALUES ('1334708015282073617', NULL, '2020-12-04 11:56:03', NULL, NULL, '1334708015269490689', 'busfee_10', 'busfee_10', 'String', NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
802 INSERT INTO `jimu_report_db_field` VALUES ('1334764504126402561', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'city', 'city', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
803 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596866', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'finish', 'finish', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
804 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596867', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'semifinish', 'semifinish', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
805 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596868', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'time', 'time', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
806 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596869', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'state', 'state', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
807 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596870', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'attribute', 'attribute', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
808 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596871', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'num', 'num', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
809 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596872', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'gnum', 'gnum', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
810 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596873', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'jnum', 'jnum', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
811 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596874', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'wnum', 'wnum', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
812 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596875', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'uph', 'uph', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
813 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596876', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'hc', 'hc', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
814 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596877', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'jtime', 'jtime', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
815 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596878', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'yield', 'yield', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
816 INSERT INTO `jimu_report_db_field` VALUES ('1334764504130596879', NULL, '2020-12-04 15:40:31', NULL, NULL, '1334763434197200897', 'beizhu', 'beizhu', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
817 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754305', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
818 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754306', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
819 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754307', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key1', 'key1', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
820 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754308', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key2', 'key2', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
821 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754309', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key3', 'key3', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
822 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754310', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key4', 'key4', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
823 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754311', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key5', 'key5', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
824 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754312', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key6', 'key6', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
825 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754313', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'key7', 'key7', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
826 INSERT INTO `jimu_report_db_field` VALUES ('1334782903430754314', NULL, '2020-12-04 16:53:38', NULL, NULL, '1283730831482937345', 'percent', 'percent', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
827 INSERT INTO `jimu_report_db_field` VALUES ('141dc952421a55e66fcddb94adddc48b', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'sex', '性别', 'String', NULL, 10, 1, 1, 'sex', NULL, NULL, NULL);
828 INSERT INTO `jimu_report_db_field` VALUES ('15eb0c90635e9b9427a6e0a2d87f31b6', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'chengbao_gz_money', 'chengbao_gz_money', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
829 INSERT INTO `jimu_report_db_field` VALUES ('16cca55134a7951fe6724e5d98787498', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'yprice', 'yprice', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
830 INSERT INTO `jimu_report_db_field` VALUES ('175e76d9da7c88d8c2c0d7708b308e6c', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key7', 'key7', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
831 INSERT INTO `jimu_report_db_field` VALUES ('17a278c53299d1342c56a8eb1614a44e', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'ctime', 'ctime', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
832 INSERT INTO `jimu_report_db_field` VALUES ('19e6fe3dc95b352d97f460648dc93e15', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_z', 'proportion_z', 'String', NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
833 INSERT INTO `jimu_report_db_field` VALUES ('1a1487eb23cc0008b933537c69d51bd9', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'cname', 'cname', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
834 INSERT INTO `jimu_report_db_field` VALUES ('1aee61147ee0eb946574db960bc77aec', NULL, '2021-01-08 10:47:52', NULL, NULL, 'bbc5d5ab143d59f0beab484682361aa5', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
835 INSERT INTO `jimu_report_db_field` VALUES ('1b09540b3d8deddc06ebdbec26f6ae87', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'political', 'political', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
836 INSERT INTO `jimu_report_db_field` VALUES ('1b6fbe11728a1c4633eeea8ffb12bc25', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'update_by', 'update_by', 'String', NULL, 30, 0, NULL, NULL, NULL, NULL, NULL);
837 INSERT INTO `jimu_report_db_field` VALUES ('1c649cbddf0506464e08ae84c20ea20d', NULL, '2021-01-21 18:00:57', NULL, NULL, '60b3feffadc55eb49baa5a48fdf1ff0e', 'key', 'key', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
838 INSERT INTO `jimu_report_db_field` VALUES ('1d21c72184f2e06ca1be3dc95fbcc259', NULL, '2021-01-11 14:38:14', NULL, NULL, '1317006713165049858', 'zhiwu', 'zhiwu', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
839 INSERT INTO `jimu_report_db_field` VALUES ('1d4cc138f277f5d78e1fe3f5241db7f2', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'tb_zx_money', 'tb_zx_money', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
840 INSERT INTO `jimu_report_db_field` VALUES ('1ee3018b4d0c305e2c06f77e1e5f3c4c', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_3', 'sales_3', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
841 INSERT INTO `jimu_report_db_field` VALUES ('1fac3f8219222b8963dc6b85870ffd86', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'telphone', 'telphone', NULL, NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
842 INSERT INTO `jimu_report_db_field` VALUES ('21f7de0326129dbbbc03d64aceb4d3f7', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'yprice', 'yprice', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
843 INSERT INTO `jimu_report_db_field` VALUES ('2309090975648b8765ef36ff16c09270', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'danwei', 'danwei', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
844 INSERT INTO `jimu_report_db_field` VALUES ('2330620c6a26ff9e2840fcdcb2fd22af', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yphone', 'yphone', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
845 INSERT INTO `jimu_report_db_field` VALUES ('240f3415fa8e7b3876c0b422d468c90d', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'gname', 'gname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
846 INSERT INTO `jimu_report_db_field` VALUES ('26ee0ad4aea9dcd4604f98ea168aa1be', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'xiaoshoujine', 'xiaoshoujine', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
847 INSERT INTO `jimu_report_db_field` VALUES ('27bd70e2e4a08009edf64fac0fba5119', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yizhu', 'yizhu', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
848 INSERT INTO `jimu_report_db_field` VALUES ('284f03aead3848cf0994f71a64ce1eba', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key1', 'key1', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
849 INSERT INTO `jimu_report_db_field` VALUES ('29fcb4292d4782888e9fd0496bd8ddc8', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
850 INSERT INTO `jimu_report_db_field` VALUES ('2a20af47c214fc8ad9570c9c6ba585c2', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yzhenliao', 'yzhenliao', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
851 INSERT INTO `jimu_report_db_field` VALUES ('2a3b35b4830f1b1eff84a5a9bceed0b6', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_z', 'gift_z', 'String', NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
852 INSERT INTO `jimu_report_db_field` VALUES ('2a613408420925ed9cf9618eb77a05cf', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yage', 'yage', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
853 INSERT INTO `jimu_report_db_field` VALUES ('2baefff331206f29a9c3bf895982473a', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'kdata', 'kdata', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
854 INSERT INTO `jimu_report_db_field` VALUES ('2be25d6c7e3ac28abec99854618d0e3d', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'birthday', 'birthday', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
855 INSERT INTO `jimu_report_db_field` VALUES ('2f94a4be25426f3f4013c50103559969', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_4', 'sales_4', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
856 INSERT INTO `jimu_report_db_field` VALUES ('30034c384d47b0193e04b19b3068b89b', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key4', 'key4', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
857 INSERT INTO `jimu_report_db_field` VALUES ('30f8183ff4ec5a6b30724a1da7fbbed0', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'pworktime', 'pworktime', NULL, NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
858 INSERT INTO `jimu_report_db_field` VALUES ('30fc020c8d14776e96350edb479f40ac', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'zhuzhi', 'zhuzhi', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
859 INSERT INTO `jimu_report_db_field` VALUES ('31649efb1fbc69009bdbb41f388c7d7f', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'ysex', 'ysex', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
860 INSERT INTO `jimu_report_db_field` VALUES ('31bd06f8bc201628d8c9c56b29f0621e', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yjieguo', 'yjieguo', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
861 INSERT INTO `jimu_report_db_field` VALUES ('32545e398eea7bf89791cc78dd16ab12', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'yhnum', 'yhnum', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
862 INSERT INTO `jimu_report_db_field` VALUES ('334ffa2aec9300ff712a1f3f3143a4cd', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'bx_gg_moeny', 'bx_gg_moeny', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
863 INSERT INTO `jimu_report_db_field` VALUES ('34c933903ddf6ba5bad588d913c487c5', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_4', 'gift_4', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
864 INSERT INTO `jimu_report_db_field` VALUES ('350be7312c299482acfe44fb086f91c1', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_5', 'sales_5', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
865 INSERT INTO `jimu_report_db_field` VALUES ('35c224f8acfb063af6828b31e31f3967', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'percent', 'percent', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
866 INSERT INTO `jimu_report_db_field` VALUES ('35d9204189dd1d1f142a7587f89ab46c', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'email', 'email', 'String', NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
867 INSERT INTO `jimu_report_db_field` VALUES ('37868bf0bad09f6d2084340e0b05333d', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'sf4', 'sf4', 'String', NULL, 18, 0, NULL, 'ttype', NULL, NULL, NULL);
868 INSERT INTO `jimu_report_db_field` VALUES ('38b2955e0ef75d384d0d9ff8417e4945', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'sf3', 'sf3', 'String', NULL, 17, 0, NULL, 'ttype', NULL, NULL, NULL);
869 INSERT INTO `jimu_report_db_field` VALUES ('3c2a8313af79dbecba4c5687b65a66ab', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'cnum', 'cnum', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
870 INSERT INTO `jimu_report_db_field` VALUES ('3c71c10a0d27796808cb201e30024fe8', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'school', 'school', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
871 INSERT INTO `jimu_report_db_field` VALUES ('3c7597c1efa73ca9400cdc36a9a48e23', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_1', 'gift_1', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
872 INSERT INTO `jimu_report_db_field` VALUES ('3cd9d09176d10d3225e4fe86b4538739', NULL, '2020-12-17 16:59:12', NULL, NULL, '7911bd189c2d53e182693bd599a315a2', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
873 INSERT INTO `jimu_report_db_field` VALUES ('3d0f4b223f7ada50a7363235ae39e675', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'hnum', 'hnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
874 INSERT INTO `jimu_report_db_field` VALUES ('3ec76a981ff5353d4a65052963166477', NULL, '2020-12-17 17:13:21', NULL, NULL, '9b75c161322e0b7e29b3ffc84239a72c', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
875 INSERT INTO `jimu_report_db_field` VALUES ('3f5a04060285392287f4e7f6d59988c6', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'tdata', 'tdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
876 INSERT INTO `jimu_report_db_field` VALUES ('3f7ce1ee2ad20770e64016384f2c1cd5', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'homephone', 'homephone', NULL, NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
877 INSERT INTO `jimu_report_db_field` VALUES ('42225abb0677e51111a8e9e7b001332c', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'yjine', 'yjine', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
878 INSERT INTO `jimu_report_db_field` VALUES ('445c1d5a76a45fb0137425d1a51be6d7', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'main_income', 'main_income', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
879 INSERT INTO `jimu_report_db_field` VALUES ('450316da5f9b7d8505944e16f1284a38', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'monty', 'monty', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
880 INSERT INTO `jimu_report_db_field` VALUES ('467edbfc6ca934a7a4d600391ed0fb75', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'bx_jj_yongjin', 'bx_jj_yongjin', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
881 INSERT INTO `jimu_report_db_field` VALUES ('468acf3a75a559a283e8f424db3ac4a8', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
882 INSERT INTO `jimu_report_db_field` VALUES ('46f68d27013cff9b09c5d059c79fbf28', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'gtime', '雇佣时间', 'date', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
883 INSERT INTO `jimu_report_db_field` VALUES ('472e430a024d9648a7ab8a125419b161', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'cprice', 'cprice', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
884 INSERT INTO `jimu_report_db_field` VALUES ('48b03a60cab1f280d4b304da6b27dae2', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'ctime', 'ctime', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
885 INSERT INTO `jimu_report_db_field` VALUES ('4942cc4d04ac7330799ecc3fec48ac8b', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'id_card', 'id_card', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
886 INSERT INTO `jimu_report_db_field` VALUES ('49def4afc641cb52775ff03fdba3007a', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'his_lowest', 'his_lowest', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
887 INSERT INTO `jimu_report_db_field` VALUES ('49fa04e98f2ed62966d7f6141611dd7e', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'children', 'children', NULL, NULL, 24, 0, NULL, NULL, NULL, NULL, NULL);
888 INSERT INTO `jimu_report_db_field` VALUES ('49febadfe1eb3a59bfbe802d506aa590', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'data', 'data', NULL, NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
889 INSERT INTO `jimu_report_db_field` VALUES ('4b9e347c71a67de7a7a466b07109a101', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'zhaiyao', 'zhaiyao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
890 INSERT INTO `jimu_report_db_field` VALUES ('4d782de2bf10be3a79f04e8841053f00', NULL, '2021-01-08 10:47:52', NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'pingjia', 'pingjia', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
891 INSERT INTO `jimu_report_db_field` VALUES ('4d7dd94ecf26b5fa69f9a1f811583340', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'address', 'address', 'String', NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
892 INSERT INTO `jimu_report_db_field` VALUES ('502a0a66b4dbf8689ed36e56ab272c2f', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'birth', '出生日期', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
893 INSERT INTO `jimu_report_db_field` VALUES ('52444b20f2fcdfe43461a5a49079e4dc', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'health', 'health', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
894 INSERT INTO `jimu_report_db_field` VALUES ('537477711047733248', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
895 INSERT INTO `jimu_report_db_field` VALUES ('537477711056121856', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'name', 'name', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
896 INSERT INTO `jimu_report_db_field` VALUES ('537477711064510464', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'gtime', 'gtime', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
897 INSERT INTO `jimu_report_db_field` VALUES ('537477711072899072', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'update_by', 'update_by', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
898 INSERT INTO `jimu_report_db_field` VALUES ('537477711077093376', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'jphone', 'jphone', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
899 INSERT INTO `jimu_report_db_field` VALUES ('537477711085481984', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'birth', 'birth', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
900 INSERT INTO `jimu_report_db_field` VALUES ('537477711093870592', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'hukou', 'hukou', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
901 INSERT INTO `jimu_report_db_field` VALUES ('537477711102259200', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'laddress', 'laddress', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
902 INSERT INTO `jimu_report_db_field` VALUES ('537477711106453504', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'jperson', 'jperson', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
903 INSERT INTO `jimu_report_db_field` VALUES ('537477711110647808', 'admin', '2021-04-01 05:54:42', NULL, NULL, '537477711022567424', 'sex', 'sex', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
904 INSERT INTO `jimu_report_db_field` VALUES ('537478337303457792', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
905 INSERT INTO `jimu_report_db_field` VALUES ('537478337320235008', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'create_by', 'create_by', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
906 INSERT INTO `jimu_report_db_field` VALUES ('537478337328623616', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'create_time', 'create_time', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
907 INSERT INTO `jimu_report_db_field` VALUES ('537478337332817920', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'update_by', 'update_by', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
908 INSERT INTO `jimu_report_db_field` VALUES ('537478337341206528', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'update_time', 'update_time', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
909 INSERT INTO `jimu_report_db_field` VALUES ('537478337349595136', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'data_table', 'data_table', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
910 INSERT INTO `jimu_report_db_field` VALUES ('537478337353789440', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'data_id', 'data_id', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
911 INSERT INTO `jimu_report_db_field` VALUES ('537478337362178048', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'data_content', 'data_content', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
912 INSERT INTO `jimu_report_db_field` VALUES ('537478337370566656', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'data_version', 'data_version', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
913 INSERT INTO `jimu_report_db_field` VALUES ('537478337378955264', 'admin', '2021-04-01 05:54:37', NULL, NULL, '537478337278291968', 'rownum_', 'rownum_', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
914 INSERT INTO `jimu_report_db_field` VALUES ('537478706330906624', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
915 INSERT INTO `jimu_report_db_field` VALUES ('537478706343489536', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'cname', 'cname', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
916 INSERT INTO `jimu_report_db_field` VALUES ('537478706351878144', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'cnum', 'cnum', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
917 INSERT INTO `jimu_report_db_field` VALUES ('537478706356072448', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'cprice', 'cprice', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
918 INSERT INTO `jimu_report_db_field` VALUES ('537478706360266752', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'ctotal', 'ctotal', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
919 INSERT INTO `jimu_report_db_field` VALUES ('537478706368655360', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'tp', 'tp', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
920 INSERT INTO `jimu_report_db_field` VALUES ('537478706377043968', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'dtotal', 'dtotal', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
921 INSERT INTO `jimu_report_db_field` VALUES ('537478706381238272', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'ztotal', 'ztotal', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
922 INSERT INTO `jimu_report_db_field` VALUES ('537478706389626880', 'admin', '2021-04-01 05:56:44', NULL, NULL, '537478706314129408', 'd_id', 'd_id', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
923 INSERT INTO `jimu_report_db_field` VALUES ('538563757aa1a49935824ce14568f27c', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'archivesdi', 'archivesdi', NULL, NULL, 34, 0, NULL, NULL, NULL, NULL, NULL);
924 INSERT INTO `jimu_report_db_field` VALUES ('53bb8b7ef4c8d8dc9b151f07929fb587', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'xinghao', 'xinghao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
925 INSERT INTO `jimu_report_db_field` VALUES ('5406c33ff49384c2bcad5b85a9701355', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'province', 'province', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
926 INSERT INTO `jimu_report_db_field` VALUES ('558e3bb304d51582f225ec1d911cb4b8', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
927 INSERT INTO `jimu_report_db_field` VALUES ('574537851944955904', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'name', 'name', 'String', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
928 INSERT INTO `jimu_report_db_field` VALUES ('574537852028841984', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'sex', 'sex', 'String', NULL, 1, NULL, NULL, 'sex', NULL, NULL, NULL);
929 INSERT INTO `jimu_report_db_field` VALUES ('574537852054007808', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'tp', 'tp', 'String', NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL);
930 INSERT INTO `jimu_report_db_field` VALUES ('574537852070785024', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'tm', 'tm', 'String', NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL);
931 INSERT INTO `jimu_report_db_field` VALUES ('574537852079173632', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'nation', 'nation', 'String', NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL);
932 INSERT INTO `jimu_report_db_field` VALUES ('574537852095950848', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'birth', 'birth', 'String', NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL);
933 INSERT INTO `jimu_report_db_field` VALUES ('574537852108533760', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'zhuzhi', 'zhuzhi', 'String', NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL);
934 INSERT INTO `jimu_report_db_field` VALUES ('574537852125310976', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'card', 'card', 'String', NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL);
935 INSERT INTO `jimu_report_db_field` VALUES ('574537852137893888', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'ydate', 'ydate', 'String', NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL);
936 INSERT INTO `jimu_report_db_field` VALUES ('574537852150476800', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'qfjg', 'qfjg', 'String', NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL);
937 INSERT INTO `jimu_report_db_field` VALUES ('574537852163059712', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'slyy', 'slyy', 'String', NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL);
938 INSERT INTO `jimu_report_db_field` VALUES ('574537852175642624', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'sdate', 'sdate', 'String', NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL);
939 INSERT INTO `jimu_report_db_field` VALUES ('574537852192419840', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'shao', 'shao', 'String', NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL);
940 INSERT INTO `jimu_report_db_field` VALUES ('574537852209197056', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'cbr', 'cbr', 'String', NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL);
941 INSERT INTO `jimu_report_db_field` VALUES ('574537852221779968', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'sld', 'sld', 'String', NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL);
942 INSERT INTO `jimu_report_db_field` VALUES ('574537852238557184', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'sr', 'sr', 'String', NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL);
943 INSERT INTO `jimu_report_db_field` VALUES ('574537852272111616', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'jphone', 'jphone', 'String', NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL);
944 INSERT INTO `jimu_report_db_field` VALUES ('574537852288888832', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'lzr', 'lzr', 'String', NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL);
945 INSERT INTO `jimu_report_db_field` VALUES ('574537852305666048', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'ldate', 'ldate', 'String', NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL);
946 INSERT INTO `jimu_report_db_field` VALUES ('574537852318248960', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'sk', 'sk', 'String', NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL);
947 INSERT INTO `jimu_report_db_field` VALUES ('574537852335026176', 'admin', '2021-07-12 12:15:09', NULL, NULL, '94bcd8202bc6bc467efd0d679dadd7bb', 'dizhi', 'dizhi', 'String', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL);
948 INSERT INTO `jimu_report_db_field` VALUES ('574873662045417472', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'department', 'department', NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
949 INSERT INTO `jimu_report_db_field` VALUES ('574873662129303552', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'post', 'post', NULL, NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
950 INSERT INTO `jimu_report_db_field` VALUES ('574873662183829504', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'data', 'data', NULL, NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
951 INSERT INTO `jimu_report_db_field` VALUES ('574873662238355456', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'name', 'name', NULL, NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
952 INSERT INTO `jimu_report_db_field` VALUES ('574873662263521280', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'sex', 'sex', NULL, NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
953 INSERT INTO `jimu_report_db_field` VALUES ('574873662368378880', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'birth', 'birth', NULL, NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
954 INSERT INTO `jimu_report_db_field` VALUES ('574873662393544704', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'political', 'political', NULL, NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
955 INSERT INTO `jimu_report_db_field` VALUES ('574873662418710528', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'office', 'office', NULL, NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
956 INSERT INTO `jimu_report_db_field` VALUES ('574873662443876352', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'nation', 'nation', NULL, NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
957 INSERT INTO `jimu_report_db_field` VALUES ('574873662464847872', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'health', 'health', NULL, NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
958 INSERT INTO `jimu_report_db_field` VALUES ('574873662490013696', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'register', 'register', NULL, NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
959 INSERT INTO `jimu_report_db_field` VALUES ('574873662510985216', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'education', 'education', NULL, NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
960 INSERT INTO `jimu_report_db_field` VALUES ('574873662531956736', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'major', 'major', NULL, NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
961 INSERT INTO `jimu_report_db_field` VALUES ('574873662557122560', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'gdata', 'gdata', NULL, NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
962 INSERT INTO `jimu_report_db_field` VALUES ('574873662590676992', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'mailbox', 'mailbox', NULL, NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
963 INSERT INTO `jimu_report_db_field` VALUES ('574873662611648512', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'telphone', 'telphone', NULL, NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
964 INSERT INTO `jimu_report_db_field` VALUES ('574873662645202944', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'homephone', 'homephone', NULL, NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
965 INSERT INTO `jimu_report_db_field` VALUES ('574873662661980160', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'pworktime', 'pworktime', NULL, NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
966 INSERT INTO `jimu_report_db_field` VALUES ('574873662678757376', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'entrytime', 'entrytime', NULL, NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
967 INSERT INTO `jimu_report_db_field` VALUES ('574873662695534592', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'school', 'school', NULL, NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
968 INSERT INTO `jimu_report_db_field` VALUES ('574873662716506112', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'idcard', 'idcard', NULL, NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
969 INSERT INTO `jimu_report_db_field` VALUES ('574873662733283328', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'party', 'party', NULL, NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
970 INSERT INTO `jimu_report_db_field` VALUES ('574873662745866240', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'marital', 'marital', NULL, NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
971 INSERT INTO `jimu_report_db_field` VALUES ('574873662762643456', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'children', 'children', NULL, NULL, 24, 0, NULL, NULL, NULL, NULL, NULL);
972 INSERT INTO `jimu_report_db_field` VALUES ('574873662779420672', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'hukoustreet', 'hukoustreet', NULL, NULL, 25, 0, NULL, NULL, NULL, NULL, NULL);
973 INSERT INTO `jimu_report_db_field` VALUES ('574873662796197888', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'hukounum', 'hukounum', NULL, NULL, 26, 0, NULL, NULL, NULL, NULL, NULL);
974 INSERT INTO `jimu_report_db_field` VALUES ('574873662812975104', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'hukoudi', 'hukoudi', NULL, NULL, 27, 0, NULL, NULL, NULL, NULL, NULL);
975 INSERT INTO `jimu_report_db_field` VALUES ('574873662829752320', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'currentdi', 'currentdi', NULL, NULL, 28, 0, NULL, NULL, NULL, NULL, NULL);
976 INSERT INTO `jimu_report_db_field` VALUES ('574873662854918144', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'currentnum', 'currentnum', NULL, NULL, 29, 0, NULL, NULL, NULL, NULL, NULL);
977 INSERT INTO `jimu_report_db_field` VALUES ('574873662884278272', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'socialsecurity', 'socialsecurity', NULL, NULL, 30, 0, NULL, NULL, NULL, NULL, NULL);
978 INSERT INTO `jimu_report_db_field` VALUES ('574873662905249792', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'providentfund', 'providentfund', NULL, NULL, 31, 0, NULL, NULL, NULL, NULL, NULL);
979 INSERT INTO `jimu_report_db_field` VALUES ('574873662926221312', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'hobby', 'hobby', NULL, NULL, 32, 0, NULL, NULL, NULL, NULL, NULL);
980 INSERT INTO `jimu_report_db_field` VALUES ('574873662942998528', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'sbtype', 'sbtype', NULL, NULL, 33, 0, NULL, NULL, NULL, NULL, NULL);
981 INSERT INTO `jimu_report_db_field` VALUES ('574873662959775744', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873661957337088', 'archivesdi', 'archivesdi', NULL, NULL, 34, 0, NULL, NULL, NULL, NULL, NULL);
982 INSERT INTO `jimu_report_db_field` VALUES ('574873663035273216', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663005913088', 'kdate', 'kdate', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
983 INSERT INTO `jimu_report_db_field` VALUES ('574873663052050432', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663005913088', 'jdate', 'jdate', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
984 INSERT INTO `jimu_report_db_field` VALUES ('574873663077216256', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663005913088', 'jstudent', 'jstudent', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
985 INSERT INTO `jimu_report_db_field` VALUES ('574873663093993472', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663005913088', 'zhuanye', 'zhuanye', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
986 INSERT INTO `jimu_report_db_field` VALUES ('574873663114964992', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663005913088', 'zhiwu', 'zhiwu', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
987 INSERT INTO `jimu_report_db_field` VALUES ('574873663194656768', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663161102336', 'zmphone', 'zmphone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
988 INSERT INTO `jimu_report_db_field` VALUES ('574873663211433984', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663161102336', 'jstudent', 'jstudent', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
989 INSERT INTO `jimu_report_db_field` VALUES ('574873663236599808', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663161102336', 'kdate', 'kdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
990 INSERT INTO `jimu_report_db_field` VALUES ('574873663261765632', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663161102336', 'jdate', 'jdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
991 INSERT INTO `jimu_report_db_field` VALUES ('574873663291125760', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663161102336', 'zmname', 'zmname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
992 INSERT INTO `jimu_report_db_field` VALUES ('574873663370817536', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663341457408', 'zcname', 'zcname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
993 INSERT INTO `jimu_report_db_field` VALUES ('574873663391789056', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663341457408', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
994 INSERT INTO `jimu_report_db_field` VALUES ('574873663408566272', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663341457408', 'fdate', 'fdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
995 INSERT INTO `jimu_report_db_field` VALUES ('574873663429537792', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663341457408', 'jibie', 'jibie', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
996 INSERT INTO `jimu_report_db_field` VALUES ('574873663450509312', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663341457408', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
997 INSERT INTO `jimu_report_db_field` VALUES ('574873663538589696', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
998 INSERT INTO `jimu_report_db_field` VALUES ('574873663563755520', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'phone', 'phone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
999 INSERT INTO `jimu_report_db_field` VALUES ('574873663584727040', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1000 INSERT INTO `jimu_report_db_field` VALUES ('574873663609892864', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'zzmm', 'zzmm', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1001 INSERT INTO `jimu_report_db_field` VALUES ('574873663626670080', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'guanxi', 'guanxi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1002 INSERT INTO `jimu_report_db_field` VALUES ('574873663656030208', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663500840960', 'age', 'age', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1003 INSERT INTO `jimu_report_db_field` VALUES ('574873663714750464', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663693778944', 'date', 'date', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1004 INSERT INTO `jimu_report_db_field` VALUES ('574873663731527680', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663693778944', 'mingcheng', 'mingcheng', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1005 INSERT INTO `jimu_report_db_field` VALUES ('574873663756693504', 'admin', '2021-07-13 10:29:32', NULL, NULL, '574873663693778944', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1006 INSERT INTO `jimu_report_db_field` VALUES ('574875722493063168', 'admin', '2021-07-13 10:37:43', NULL, NULL, '574875722388205568', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1007 INSERT INTO `jimu_report_db_field` VALUES ('574875722530811904', 'admin', '2021-07-13 10:37:43', NULL, NULL, '574875722388205568', 'pingjia', 'pingjia', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1008 INSERT INTO `jimu_report_db_field` VALUES ('574875722551783424', 'admin', '2021-07-13 10:37:43', NULL, NULL, '574875722388205568', 'lingdao', 'lingdao', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1009 INSERT INTO `jimu_report_db_field` VALUES ('574875722581143552', 'admin', '2021-07-13 10:37:43', NULL, NULL, '574875722388205568', 'shijian', 'shijian', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1010 INSERT INTO `jimu_report_db_field` VALUES ('574875730747453440', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'department', 'department', NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1011 INSERT INTO `jimu_report_db_field` VALUES ('574875730768424960', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'post', 'post', NULL, NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1012 INSERT INTO `jimu_report_db_field` VALUES ('574875730785202176', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'data', 'data', NULL, NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1013 INSERT INTO `jimu_report_db_field` VALUES ('574875730818756608', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'name', 'name', NULL, NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1014 INSERT INTO `jimu_report_db_field` VALUES ('574875730835533824', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'sex', 'sex', NULL, NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1015 INSERT INTO `jimu_report_db_field` VALUES ('574875730856505344', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'birth', 'birth', NULL, NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1016 INSERT INTO `jimu_report_db_field` VALUES ('574875730885865472', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'political', 'political', NULL, NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1017 INSERT INTO `jimu_report_db_field` VALUES ('574875730906836992', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'office', 'office', NULL, NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1018 INSERT INTO `jimu_report_db_field` VALUES ('574875730932002816', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'nation', 'nation', NULL, NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
1019 INSERT INTO `jimu_report_db_field` VALUES ('574875730961362944', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'health', 'health', NULL, NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
1020 INSERT INTO `jimu_report_db_field` VALUES ('574875730986528768', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'register', 'register', NULL, NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
1021 INSERT INTO `jimu_report_db_field` VALUES ('574875731011694592', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'education', 'education', NULL, NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
1022 INSERT INTO `jimu_report_db_field` VALUES ('574875731070414848', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'major', 'major', NULL, NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
1023 INSERT INTO `jimu_report_db_field` VALUES ('574875731095580672', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'gdata', 'gdata', NULL, NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
1024 INSERT INTO `jimu_report_db_field` VALUES ('574875731116552192', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'mailbox', 'mailbox', NULL, NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
1025 INSERT INTO `jimu_report_db_field` VALUES ('574875731137523712', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'telphone', 'telphone', NULL, NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
1026 INSERT INTO `jimu_report_db_field` VALUES ('574875731166883840', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'homephone', 'homephone', NULL, NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
1027 INSERT INTO `jimu_report_db_field` VALUES ('574875731187855360', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'pworktime', 'pworktime', NULL, NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
1028 INSERT INTO `jimu_report_db_field` VALUES ('574875731213021184', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'entrytime', 'entrytime', NULL, NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
1029 INSERT INTO `jimu_report_db_field` VALUES ('574875731242381312', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'school', 'school', NULL, NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
1030 INSERT INTO `jimu_report_db_field` VALUES ('574875731259158528', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'idcard', 'idcard', NULL, NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
1031 INSERT INTO `jimu_report_db_field` VALUES ('574875731280130048', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'party', 'party', NULL, NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
1032 INSERT INTO `jimu_report_db_field` VALUES ('574875731305295872', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'marital', 'marital', NULL, NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
1033 INSERT INTO `jimu_report_db_field` VALUES ('574875731326267392', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'children', 'children', NULL, NULL, 24, 0, NULL, NULL, NULL, NULL, NULL);
1034 INSERT INTO `jimu_report_db_field` VALUES ('574875731343044608', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'hukoustreet', 'hukoustreet', NULL, NULL, 25, 0, NULL, NULL, NULL, NULL, NULL);
1035 INSERT INTO `jimu_report_db_field` VALUES ('574875731364016128', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'hukounum', 'hukounum', NULL, NULL, 26, 0, NULL, NULL, NULL, NULL, NULL);
1036 INSERT INTO `jimu_report_db_field` VALUES ('574875731389181952', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'hukoudi', 'hukoudi', NULL, NULL, 27, 0, NULL, NULL, NULL, NULL, NULL);
1037 INSERT INTO `jimu_report_db_field` VALUES ('574875731414347776', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'currentdi', 'currentdi', NULL, NULL, 28, 0, NULL, NULL, NULL, NULL, NULL);
1038 INSERT INTO `jimu_report_db_field` VALUES ('574875731443707904', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'currentnum', 'currentnum', NULL, NULL, 29, 0, NULL, NULL, NULL, NULL, NULL);
1039 INSERT INTO `jimu_report_db_field` VALUES ('574875731460485120', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'socialsecurity', 'socialsecurity', NULL, NULL, 30, 0, NULL, NULL, NULL, NULL, NULL);
1040 INSERT INTO `jimu_report_db_field` VALUES ('574875731489845248', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'providentfund', 'providentfund', NULL, NULL, 31, 0, NULL, NULL, NULL, NULL, NULL);
1041 INSERT INTO `jimu_report_db_field` VALUES ('574875731506622464', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'hobby', 'hobby', NULL, NULL, 32, 0, NULL, NULL, NULL, NULL, NULL);
1042 INSERT INTO `jimu_report_db_field` VALUES ('574875731527593984', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'sbtype', 'sbtype', NULL, NULL, 33, 0, NULL, NULL, NULL, NULL, NULL);
1043 INSERT INTO `jimu_report_db_field` VALUES ('574875731548565504', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875730650984448', 'archivesdi', 'archivesdi', NULL, NULL, 34, 0, NULL, NULL, NULL, NULL, NULL);
1044 INSERT INTO `jimu_report_db_field` VALUES ('574875731619868672', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731594702848', 'kdate', 'kdate', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1045 INSERT INTO `jimu_report_db_field` VALUES ('574875731640840192', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731594702848', 'jdate', 'jdate', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1046 INSERT INTO `jimu_report_db_field` VALUES ('574875731661811712', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731594702848', 'jstudent', 'jstudent', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1047 INSERT INTO `jimu_report_db_field` VALUES ('574875731678588928', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731594702848', 'zhuanye', 'zhuanye', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1048 INSERT INTO `jimu_report_db_field` VALUES ('574875731699560448', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731594702848', 'zhiwu', 'zhiwu', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1049 INSERT INTO `jimu_report_db_field` VALUES ('574875731762475008', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731737309184', 'zmphone', 'zmphone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1050 INSERT INTO `jimu_report_db_field` VALUES ('574875731779252224', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731737309184', 'jstudent', 'jstudent', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1051 INSERT INTO `jimu_report_db_field` VALUES ('574875731800223744', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731737309184', 'kdate', 'kdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1052 INSERT INTO `jimu_report_db_field` VALUES ('574875731812806656', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731737309184', 'jdate', 'jdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1053 INSERT INTO `jimu_report_db_field` VALUES ('574875731833778176', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731737309184', 'zmname', 'zmname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1054 INSERT INTO `jimu_report_db_field` VALUES ('574875731892498432', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731867332608', 'zcname', 'zcname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1055 INSERT INTO `jimu_report_db_field` VALUES ('574875731909275648', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731867332608', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1056 INSERT INTO `jimu_report_db_field` VALUES ('574875731926052864', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731867332608', 'fdate', 'fdate', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1057 INSERT INTO `jimu_report_db_field` VALUES ('574875731942830080', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731867332608', 'jibie', 'jibie', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1058 INSERT INTO `jimu_report_db_field` VALUES ('574875731959607296', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731867332608', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1059 INSERT INTO `jimu_report_db_field` VALUES ('574875732018327552', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1060 INSERT INTO `jimu_report_db_field` VALUES ('574875732030910464', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'phone', 'phone', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1061 INSERT INTO `jimu_report_db_field` VALUES ('574875732047687680', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'name', 'name', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1062 INSERT INTO `jimu_report_db_field` VALUES ('574875732068659200', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'zzmm', 'zzmm', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1063 INSERT INTO `jimu_report_db_field` VALUES ('574875732085436416', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'guanxi', 'guanxi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1064 INSERT INTO `jimu_report_db_field` VALUES ('574875732102213632', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875731997356032', 'age', 'age', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1065 INSERT INTO `jimu_report_db_field` VALUES ('574875732148350976', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875732131573760', 'date', 'date', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1066 INSERT INTO `jimu_report_db_field` VALUES ('574875732165128192', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875732131573760', 'mingcheng', 'mingcheng', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1067 INSERT INTO `jimu_report_db_field` VALUES ('574875732181905408', 'admin', '2021-07-13 10:37:45', NULL, NULL, '574875732131573760', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1068 INSERT INTO `jimu_report_db_field` VALUES ('57ee0e6ffe7135a943dde2408d424c97', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_1', 'proportion_1', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1069 INSERT INTO `jimu_report_db_field` VALUES ('589a5a4fe61fc71aa1bf45d3bd73974b', NULL, '2020-12-17 19:50:14', NULL, NULL, 'fb70a91730f087f8023afd88d24f9697', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1070 INSERT INTO `jimu_report_db_field` VALUES ('5a88459afcf01cc20ac5a50322b35fd6', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'hukounum', 'hukounum', NULL, NULL, 26, 0, NULL, NULL, NULL, NULL, NULL);
1071 INSERT INTO `jimu_report_db_field` VALUES ('5b7f7bebf0c3951b891026e7c2ac90cb', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1072 INSERT INTO `jimu_report_db_field` VALUES ('5bc99af9cfddd240794167a6765a1517', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'neikong_zx_money', 'neikong_zx_money', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1073 INSERT INTO `jimu_report_db_field` VALUES ('5bf6aee0bd8f676a218e0210e9e6fa0e', NULL, '2020-12-17 16:59:12', NULL, NULL, '7911bd189c2d53e182693bd599a315a2', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1074 INSERT INTO `jimu_report_db_field` VALUES ('5cf4a1ca15691d6340e522e1831dc3ac', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_6', 'sales_6', 'String', NULL, 18, 0, NULL, NULL, NULL, NULL, NULL);
1075 INSERT INTO `jimu_report_db_field` VALUES ('5e4e8b7531a88f4db1a0d133de159494', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1076 INSERT INTO `jimu_report_db_field` VALUES ('6020e457162b86b75a2d335999ab06ec', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'nation', 'nation', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1077 INSERT INTO `jimu_report_db_field` VALUES ('631632bc2243018788d11d4f8348bfd2', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'socialsecurity', 'socialsecurity', NULL, NULL, 30, 0, NULL, NULL, NULL, NULL, NULL);
1078 INSERT INTO `jimu_report_db_field` VALUES ('6394ea45a090ca79cfbfdbbfe2016d95', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yprice', 'yprice', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1079 INSERT INTO `jimu_report_db_field` VALUES ('64ff8b4e61a58a0ca3e34108c9bd97c0', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'bx_gg_moeny', 'bx_gg_moeny', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1080 INSERT INTO `jimu_report_db_field` VALUES ('665f13c7fcebac6c35c894d885c4b344', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_6', 'proportion_6', 'String', NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
1081 INSERT INTO `jimu_report_db_field` VALUES ('675928535574110208', 'admin', '2022-04-18 15:05:31', NULL, NULL, '675926009080569856', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, '');
1082 INSERT INTO `jimu_report_db_field` VALUES ('675928535641219072', 'admin', '2022-04-18 15:05:31', NULL, NULL, '675926009080569856', 'age', 'age', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, '');
1083 INSERT INTO `jimu_report_db_field` VALUES ('677bf4d6400fc465067b0d5bd6ad2a58', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_2', 'gift_2', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1084 INSERT INTO `jimu_report_db_field` VALUES ('6a3544cc8c028e94692bb1b448620ec2', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yname', 'yname', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1085 INSERT INTO `jimu_report_db_field` VALUES ('6c2b1c9e4cfd3f6b79d0fb26fea72cec', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'zhaiyao', 'zhaiyao', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1086 INSERT INTO `jimu_report_db_field` VALUES ('6c8250304aa25753f64c6f4723e6d2d8', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'fahuocangku', 'fahuocangku', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1087 INSERT INTO `jimu_report_db_field` VALUES ('6d4b24ab2f685556d6161a86658329c8', NULL, '2021-01-21 16:25:09', NULL, NULL, 'd4a29dfda94357308faf62be2b94db08', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1088 INSERT INTO `jimu_report_db_field` VALUES ('6dae70a5323b3d517c8f13278f0e1d5f', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_5', 'proportion_5', 'String', NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
1089 INSERT INTO `jimu_report_db_field` VALUES ('6ec41a06e2dee9ec8f07a894ddcaaae5', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'jphone', 'jphone', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1090 INSERT INTO `jimu_report_db_field` VALUES ('70abaf24c413f38ff6a3c315ad8824b2', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'height', 'height', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
1091 INSERT INTO `jimu_report_db_field` VALUES ('710104c3e0541602a151d5e00fc2ee29', NULL, '2020-12-17 16:42:21', NULL, NULL, '654609e4247a0469e0b2befbc69b00f9', 'type', 'type', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1092 INSERT INTO `jimu_report_db_field` VALUES ('718a062a1e42276c1913c7d7836b1bee', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'hobby', 'hobby', NULL, NULL, 32, 0, NULL, NULL, NULL, NULL, NULL);
1093 INSERT INTO `jimu_report_db_field` VALUES ('71cb567cd27fda05d55d80324c7b59e1', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'del_flag', 'del_flag', 'String', NULL, 32, 0, NULL, NULL, NULL, NULL, NULL);
1094 INSERT INTO `jimu_report_db_field` VALUES ('729c2d2c70da0f3bc092f4aab4432244', NULL, '2020-12-17 16:42:21', NULL, NULL, '654609e4247a0469e0b2befbc69b00f9', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1095 INSERT INTO `jimu_report_db_field` VALUES ('732c8b168ade2e34974c9db6396df61f', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'type', 'type', 'String', NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
1096 INSERT INTO `jimu_report_db_field` VALUES ('742954cf518d8026db68cc87c017ad2a', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'bz', 'bz', 'String', NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
1097 INSERT INTO `jimu_report_db_field` VALUES ('765d95a760a36d0c853bec639af85302', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'bianma', 'bianma', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1098 INSERT INTO `jimu_report_db_field` VALUES ('768fb670937ab4aadde39842df36bfd3', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'cprice', 'cprice', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1099 INSERT INTO `jimu_report_db_field` VALUES ('79f29ea3b1c7ec966077941fdd004e4d', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'bx_zx_money', 'bx_zx_money', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1100 INSERT INTO `jimu_report_db_field` VALUES ('7b794ecee6f61f64839eb1094a7c20bb', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'region', 'region', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1101 INSERT INTO `jimu_report_db_field` VALUES ('7c2c06cc52978c4e5665deac1784535d', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'yren', 'yren', 'String', NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
1102 INSERT INTO `jimu_report_db_field` VALUES ('7df83cf21e083451a47f2f731a225a7e', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1103 INSERT INTO `jimu_report_db_field` VALUES ('7e564f212697079394030ac0563df496', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1104 INSERT INTO `jimu_report_db_field` VALUES ('7f5570e3056d82210d7d4e79b861560c', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'laddress', 'laddress', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1105 INSERT INTO `jimu_report_db_field` VALUES ('80017f23232ea91ae32e4718eb10e8c3', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_4', 'proportion_4', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
1106 INSERT INTO `jimu_report_db_field` VALUES ('80b5e3fd550d9be1a8c8ea69a2a593f8', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'birth', 'birth', NULL, NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1107 INSERT INTO `jimu_report_db_field` VALUES ('81dea8f0ccba2b3530038ebcf92b36b1', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'name', 'name', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1108 INSERT INTO `jimu_report_db_field` VALUES ('81f2de244fa1e6b5f28419f60c4db169', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'bnum', 'bnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1109 INSERT INTO `jimu_report_db_field` VALUES ('83da395758d9bca23b2c5b9f54e79eed', NULL, '2021-01-21 16:25:09', NULL, NULL, 'd4a29dfda94357308faf62be2b94db08', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1110 INSERT INTO `jimu_report_db_field` VALUES ('84391d55c9bd4185c4abbc0d9a8a3f9b', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'native_place', 'native_place', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1111 INSERT INTO `jimu_report_db_field` VALUES ('85263a305fba4c7e7a991ed3b416e006', NULL, '2020-12-17 16:42:21', NULL, NULL, '654609e4247a0469e0b2befbc69b00f9', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1112 INSERT INTO `jimu_report_db_field` VALUES ('865ca077977b78934e5e82e733ef4e47', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'major', 'major', 'String', NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
1113 INSERT INTO `jimu_report_db_field` VALUES ('8749d00c6c3cf873841a227a5206478a', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_1', 'sales_1', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1114 INSERT INTO `jimu_report_db_field` VALUES ('87f43f4f5220c34a95d55ff3fa9de0c1', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'health', 'health', NULL, NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
1115 INSERT INTO `jimu_report_db_field` VALUES ('8875e4280c1a62759ec4b3719b5f9566', NULL, '2021-01-08 10:47:52', NULL, NULL, 'bbc5d5ab143d59f0beab484682361aa5', 'lingdao', 'lingdao', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1116 INSERT INTO `jimu_report_db_field` VALUES ('88b19703dac5a5ae8c01c68101cd8b5b', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'cbz', 'cbz', 'String', NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
1117 INSERT INTO `jimu_report_db_field` VALUES ('89bd5c1f5b37b82ab2d56d8c9e50a674', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'sex', 'sex', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1118 INSERT INTO `jimu_report_db_field` VALUES ('8a122291db744a6109a93af5d289787f', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'computer_level', 'computer_level', 'String', NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
1119 INSERT INTO `jimu_report_db_field` VALUES ('8ab8d51dfb792cdc767e68d7e9370f3d', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'num', 'num', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1120 INSERT INTO `jimu_report_db_field` VALUES ('8bfc84f6d610581d736fcccc5f04a863', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'scard', 'scard', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1121 INSERT INTO `jimu_report_db_field` VALUES ('8d186f249df9e1c1c549fbdc6a0a4d77', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'currentdi', 'currentdi', NULL, NULL, 28, 0, NULL, NULL, NULL, NULL, NULL);
1122 INSERT INTO `jimu_report_db_field` VALUES ('8db810062e3a19eb83fca651691b848e', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_2', 'sales_2', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1123 INSERT INTO `jimu_report_db_field` VALUES ('8e39d42a7fad183fe75ce1a56f148db1', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'bianma', 'bianma', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1124 INSERT INTO `jimu_report_db_field` VALUES ('8fb12c3929ea745f94cc4a90df9d5181', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'idcard', 'idcard', NULL, NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
1125 INSERT INTO `jimu_report_db_field` VALUES ('9168272dc8fa019a861f11b81bea1dc2', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'bx_jj_yongjin', 'bx_jj_yongjin', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1126 INSERT INTO `jimu_report_db_field` VALUES ('9238ae757fb73c0ef546d7e0e91aa662', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 's_id', 's_id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1127 INSERT INTO `jimu_report_db_field` VALUES ('9282683fd000d19b205ad6841f0f7b6e', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'total', 'total', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1128 INSERT INTO `jimu_report_db_field` VALUES ('94fc5c2791e2e218383864b80095c89c', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'id', 'id', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1129 INSERT INTO `jimu_report_db_field` VALUES ('95486ef4c7e0f3f3ac4ce249b1c761a1', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1130 INSERT INTO `jimu_report_db_field` VALUES ('95650b0335c6981bf0d657e11b1b2082', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'hysr', 'hysr', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
1131 INSERT INTO `jimu_report_db_field` VALUES ('9a5f78c12595cb66d3b630962f7cd7bf', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'sf1', 'sf1', 'String', NULL, 15, 0, NULL, 'ttype', NULL, NULL, NULL);
1132 INSERT INTO `jimu_report_db_field` VALUES ('9b77e74bed080cbd798d223bb0177c5d', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'didian', 'didian', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1133 INSERT INTO `jimu_report_db_field` VALUES ('9bb9b5329f79564ec030694a639ffd7f', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'bx_zx_money', 'bx_zx_money', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1134 INSERT INTO `jimu_report_db_field` VALUES ('9bf1e9bc4e887eb0816365262d0e9c8e', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'zhekoulv', 'zhekoulv', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1135 INSERT INTO `jimu_report_db_field` VALUES ('9d3986d3a32e9b4672dc2b29174749f3', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'rk', 'rk', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
1136 INSERT INTO `jimu_report_db_field` VALUES ('9d6a3a8b9cf5c659e7d752028b70da8b', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'sf2', 'sf2', 'String', NULL, 16, 0, NULL, 'ttype', NULL, NULL, NULL);
1137 INSERT INTO `jimu_report_db_field` VALUES ('9ddf87596d6701eda383c3d8d7853b2b', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'education', 'education', 'String', NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
1138 INSERT INTO `jimu_report_db_field` VALUES ('9e28f1951ea83b6e6dae4e3892baea90', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'positional_titles', 'positional_titles', 'String', NULL, 25, 0, NULL, NULL, NULL, NULL, NULL);
1139 INSERT INTO `jimu_report_db_field` VALUES ('a15e649faa93fbae15a66f5266bd9336', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'phone', 'phone', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1140 INSERT INTO `jimu_report_db_field` VALUES ('a17a61990a30e0cfbe4c7169dafcd85d', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1141 INSERT INTO `jimu_report_db_field` VALUES ('a1b7ffeb00d30e7c0a1a1f466dd1fe06', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key2', 'key2', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1142 INSERT INTO `jimu_report_db_field` VALUES ('a200ec7a67ded4302744ee7e4e156d13', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'monty', 'monty', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1143 INSERT INTO `jimu_report_db_field` VALUES ('a2e680c356e712b43343d589539da011', NULL, '2021-01-08 10:47:52', NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1144 INSERT INTO `jimu_report_db_field` VALUES ('a379ebc1ac4dd2d567eee55c403ab2a3', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'gname', 'gname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1145 INSERT INTO `jimu_report_db_field` VALUES ('a42eed89da67da0653650edcc1576f8c', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'currentnum', 'currentnum', NULL, NULL, 29, 0, NULL, NULL, NULL, NULL, NULL);
1146 INSERT INTO `jimu_report_db_field` VALUES ('a93ce07361b9d6ec02a58cf7f6b94664', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'political', 'political', NULL, NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1147 INSERT INTO `jimu_report_db_field` VALUES ('a949c4beac3fec79e96309a6d2d8f5bb', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'entrytime', 'entrytime', NULL, NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
1148 INSERT INTO `jimu_report_db_field` VALUES ('a9c7c96a412537b4da3df68ff8e93cc8', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'post', 'post', NULL, NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1149 INSERT INTO `jimu_report_db_field` VALUES ('a9e4bf3b458d821307e0749f6e119f8d', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'total', 'total', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1150 INSERT INTO `jimu_report_db_field` VALUES ('aa26aca6685baef7b24189214866f370', NULL, '2021-01-21 18:00:57', NULL, NULL, '60b3feffadc55eb49baa5a48fdf1ff0e', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1151 INSERT INTO `jimu_report_db_field` VALUES ('ab0aabf8cc08327a4510420bd553e6c0', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'providentfund', 'providentfund', NULL, NULL, 31, 0, NULL, NULL, NULL, NULL, NULL);
1152 INSERT INTO `jimu_report_db_field` VALUES ('ab4ee4418e54c4a4fef3c14ad8e98fa5', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'neikong_zx_money', 'neikong_zx_money', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1153 INSERT INTO `jimu_report_db_field` VALUES ('ad0b3d410c53378134428afb1b063758', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'his_average', 'his_average', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1154 INSERT INTO `jimu_report_db_field` VALUES ('ad146af051ba273a480223d49f59358b', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'hukoustreet', 'hukoustreet', NULL, NULL, 25, 0, NULL, NULL, NULL, NULL, NULL);
1155 INSERT INTO `jimu_report_db_field` VALUES ('ad1d1fe2ee182c2d3a263a127fea041e', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_2', 'proportion_2', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1156 INSERT INTO `jimu_report_db_field` VALUES ('ae5ec6e56478a098b36587e93b1d8908', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'arrival_time', 'arrival_time', 'String', NULL, 24, 0, NULL, NULL, NULL, NULL, NULL);
1157 INSERT INTO `jimu_report_db_field` VALUES ('aee0188ab2bf9849607f6ef34b36713e', NULL, '2020-12-17 17:13:21', NULL, NULL, '9b75c161322e0b7e29b3ffc84239a72c', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1158 INSERT INTO `jimu_report_db_field` VALUES ('aee106a24b11b0f8ca10bc88b62189d7', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'gdata', 'gdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1159 INSERT INTO `jimu_report_db_field` VALUES ('aee31ce5eb6271601bc4e6f8affaceb0', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'hezairen', 'hezairen', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1160 INSERT INTO `jimu_report_db_field` VALUES ('b14588abed341d314a08d316dfde553f', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'work_experience', 'work_experience', 'String', NULL, 27, 0, NULL, NULL, NULL, NULL, NULL);
1161 INSERT INTO `jimu_report_db_field` VALUES ('b1de05c2d02cdde59c1e2a93e45964f9', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'create_time', 'create_time', 'String', NULL, 29, 0, NULL, NULL, NULL, NULL, NULL);
1162 INSERT INTO `jimu_report_db_field` VALUES ('b279ab8f7d20ebbeec67f5bf2109ba22', NULL, '2021-01-08 16:10:28', NULL, NULL, '7b20679054449c554cde856ef24126ab', 'his_average', 'his_average', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1163 INSERT INTO `jimu_report_db_field` VALUES ('b2c01550c60da7b1babf36d8535fcaed', NULL, '2021-01-08 10:47:52', NULL, NULL, 'bbc5d5ab143d59f0beab484682361aa5', 'shijian', 'shijian', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1164 INSERT INTO `jimu_report_db_field` VALUES ('b3c98ed9cb9e4a234273aa4921efd545', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'jpnum', 'jpnum', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1165 INSERT INTO `jimu_report_db_field` VALUES ('b450669f376fa9f075ac403c7d7f2ee9', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'proportion_3', 'proportion_3', 'String', NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
1166 INSERT INTO `jimu_report_db_field` VALUES ('b46d80bfe53372b6ff92a6f8e8bf38df', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'hukoudi', 'hukoudi', NULL, NULL, 27, 0, NULL, NULL, NULL, NULL, NULL);
1167 INSERT INTO `jimu_report_db_field` VALUES ('b5afa6c7c63f649460d4d45b7d697098', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'zip_code', 'zip_code', 'String', NULL, 17, 0, NULL, NULL, NULL, NULL, NULL);
1168 INSERT INTO `jimu_report_db_field` VALUES ('b5df568754994e67a15a8f5b8d4bc297', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'phone', 'phone', 'String', NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
1169 INSERT INTO `jimu_report_db_field` VALUES ('b60fbeff0c77080cb73aa6aaf6dd8715', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'danjia', 'danjia', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1170 INSERT INTO `jimu_report_db_field` VALUES ('b6884ea117811c5161ff1eb11502cf19', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'num', 'num', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1171 INSERT INTO `jimu_report_db_field` VALUES ('b81d3a495af538759aa6dbaf752c48db', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key6', 'key6', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1172 INSERT INTO `jimu_report_db_field` VALUES ('b863f83ac64327d86f36c8796a00f777', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'jieshu', 'jieshu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1173 INSERT INTO `jimu_report_db_field` VALUES ('b8aafd56ddcf6902909722c7d2529797', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'department', 'department', NULL, NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1174 INSERT INTO `jimu_report_db_field` VALUES ('ba83ad8a89105b198aa49798f2940c29', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'foreign_language', 'foreign_language', 'String', NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
1175 INSERT INTO `jimu_report_db_field` VALUES ('bb8db85fed8034645c5517b6283addc7', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1176 INSERT INTO `jimu_report_db_field` VALUES ('bd09800edb1343880b05b65974875597', NULL, '2020-07-21 15:17:10', NULL, NULL, 'c9bdb6b7ac68accfecb366718bf78f79', 'tdata', 'tdata', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1177 INSERT INTO `jimu_report_db_field` VALUES ('c17be48ad3705f848acdb28cbe3bc1b7', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'hname', 'hname', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1178 INSERT INTO `jimu_report_db_field` VALUES ('c1913cffe0a0a65b8f76ef280af93038', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'tb_zx_money', 'tb_zx_money', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1179 INSERT INTO `jimu_report_db_field` VALUES ('c2b7ed56f87bc4cb95c8e1e0300e51ff', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'ytotal', 'ytotal', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1180 INSERT INTO `jimu_report_db_field` VALUES ('c357b23ae68c0ee6c9dab322507dce0b', NULL, '2021-01-11 14:38:14', NULL, NULL, '1317006713165049858', 'jdate', 'jdate', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1181 INSERT INTO `jimu_report_db_field` VALUES ('c3b0443ebecc7152343c5ea3ef32a38f', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'graduation_time', 'graduation_time', 'String', NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
1182 INSERT INTO `jimu_report_db_field` VALUES ('c3d8cd6e68c605fd6d6ac217fed5c8d4', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'weight', 'weight', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
1183 INSERT INTO `jimu_report_db_field` VALUES ('c3fe8f62ea0c6ce9990bfa22dc0265b6', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'major', 'major', NULL, NULL, 13, 0, NULL, NULL, NULL, NULL, NULL);
1184 INSERT INTO `jimu_report_db_field` VALUES ('c40fe2cf7a74a6e96575f73ef5e7d205', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'nation', 'nation', NULL, NULL, 9, 0, NULL, NULL, NULL, NULL, NULL);
1185 INSERT INTO `jimu_report_db_field` VALUES ('c4d6132699dcdff382c93ab10d64551a', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'education_experience', 'education_experience', 'String', NULL, 26, 0, NULL, NULL, NULL, NULL, NULL);
1186 INSERT INTO `jimu_report_db_field` VALUES ('c57bd36c25b13a8149268496e54052ae', NULL, '2020-12-17 19:50:14', NULL, NULL, 'fb70a91730f087f8023afd88d24f9697', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1187 INSERT INTO `jimu_report_db_field` VALUES ('c5a801ff78f2ca6b1b7a03b3222fdd61', NULL, '2021-01-08 16:29:02', NULL, NULL, '4af57d343f1d6521b71b85097b580786', 'biz_income', 'biz_income', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1188 INSERT INTO `jimu_report_db_field` VALUES ('c6144f2ca7422a71e951abea1bce6aaf', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'education', 'education', NULL, NULL, 12, 0, NULL, NULL, NULL, NULL, NULL);
1189 INSERT INTO `jimu_report_db_field` VALUES ('c6820a1e3308badb60582998805a0645', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'shihelv', 'shihelv', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1190 INSERT INTO `jimu_report_db_field` VALUES ('c74ee42894f54c0ebc1a64a79395aa06', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key3', 'key3', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1191 INSERT INTO `jimu_report_db_field` VALUES ('c8d1276d19bdd946e9fc18b83aacda15', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'cname', 'cname', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1192 INSERT INTO `jimu_report_db_field` VALUES ('c904e40b35f065cbefd0b22fd5937b38', NULL, '2021-01-21 18:00:57', NULL, NULL, '60b3feffadc55eb49baa5a48fdf1ff0e', 'description', 'description', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1193 INSERT INTO `jimu_report_db_field` VALUES ('c98a41c7d5edcba47273e192b9d66b9b', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'beizhu', 'beizhu', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1194 INSERT INTO `jimu_report_db_field` VALUES ('cc91f43bf975f056944b5ec19266ec9c', NULL, '2020-12-17 16:59:12', NULL, NULL, '7911bd189c2d53e182693bd599a315a2', 'value', 'value', 'String', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1195 INSERT INTO `jimu_report_db_field` VALUES ('ce81562be14047bcbc29c0a66782fc42', NULL, '2021-01-21 17:07:16', NULL, NULL, '6a1d22ca4c95e8fab655d3ceed43a84d', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1196 INSERT INTO `jimu_report_db_field` VALUES ('cec893b2241134ba9b03ed6d4edf2919', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'marital', 'marital', NULL, NULL, 23, 0, NULL, NULL, NULL, NULL, NULL);
1197 INSERT INTO `jimu_report_db_field` VALUES ('cf9d32fea2f67e4b11cd2823dbbefbad', NULL, '2020-08-03 09:55:46', NULL, NULL, '6011955e58d89040fca52e7f962d0bf4', 'id', 'id', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1198 INSERT INTO `jimu_report_db_field` VALUES ('d076942aecee8f5197b66eb382ba1995', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'sbtype', 'sbtype', NULL, NULL, 33, 0, NULL, NULL, NULL, NULL, NULL);
1199 INSERT INTO `jimu_report_db_field` VALUES ('d1d67bf8aea628bba4d28dfede489d55', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'his_highest', 'his_highest', 'String', NULL, 6, 0, NULL, NULL, NULL, NULL, NULL);
1200 INSERT INTO `jimu_report_db_field` VALUES ('d3ef9876d3c56889157747be606f70fc', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_6', 'gift_6', 'String', NULL, 19, 0, NULL, NULL, NULL, NULL, NULL);
1201 INSERT INTO `jimu_report_db_field` VALUES ('d5b7b92023a2fb09fed9d36a4ac7b3e3', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'sales_z', 'sales_z', 'String', NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
1202 INSERT INTO `jimu_report_db_field` VALUES ('d6accb7bb835271d1284d8a3dc394c1f', NULL, '2020-07-28 17:46:58', NULL, NULL, '22f025b781ee9fe4746438621e82674f', 'danwei', 'danwei', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1203 INSERT INTO `jimu_report_db_field` VALUES ('db503c31de99f35cbcb1f66a69f9964c', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'mailbox', 'mailbox', NULL, NULL, 15, 0, NULL, NULL, NULL, NULL, NULL);
1204 INSERT INTO `jimu_report_db_field` VALUES ('dd56fbd98db5c1cda9dd77637ba1c7e6', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'create_by', 'create_by', 'String', NULL, 28, 0, NULL, NULL, NULL, NULL, NULL);
1205 INSERT INTO `jimu_report_db_field` VALUES ('dfbc8bba6261dcd4ceb3da5f517a0d58', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'school', 'school', NULL, NULL, 20, 0, NULL, NULL, NULL, NULL, NULL);
1206 INSERT INTO `jimu_report_db_field` VALUES ('e1fffff7030dd37d70d7b5a138046fac', NULL, '2020-12-04 16:53:38', NULL, NULL, '28e0b01cc3e2b0d361107661527bfdff', 'key5', 'key5', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1207 INSERT INTO `jimu_report_db_field` VALUES ('e52e7896193ad09d700599d2ef6fa8ae', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'knum', 'knum', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1208 INSERT INTO `jimu_report_db_field` VALUES ('e757987004087de43f1ccab14092361f', NULL, '2020-07-17 10:49:42', NULL, NULL, 'e0fe1d693625c906c1171d7de706a47c', 'yishe', 'yishe', NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1209 INSERT INTO `jimu_report_db_field` VALUES ('e7f6104183a7b2408f72b91f4638e9e2', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_3', 'gift_3', 'String', NULL, 10, 0, NULL, NULL, NULL, NULL, NULL);
1210 INSERT INTO `jimu_report_db_field` VALUES ('ea6018bdbd9fb192b1d3f9e832b5d382', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'name', '姓名', 'string', NULL, 2, 0, NULL, NULL, NULL, NULL, NULL);
1211 INSERT INTO `jimu_report_db_field` VALUES ('ec6c6f56c64de5f4de16166000f31d19', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'ftime', 'ftime', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1212 INSERT INTO `jimu_report_db_field` VALUES ('ef685270770a69bddb4f24e37eed9dc0', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'office', 'office', NULL, NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1213 INSERT INTO `jimu_report_db_field` VALUES ('efe17d82b5daaa3f95364e9afaeffd1c', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'register', 'register', NULL, NULL, 11, 0, NULL, NULL, NULL, NULL, NULL);
1214 INSERT INTO `jimu_report_db_field` VALUES ('efe4e0110a61d9791e18308aed422aa7', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'name', 'name', NULL, NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1215 INSERT INTO `jimu_report_db_field` VALUES ('f110f1f947e0f895b552f7edd133a60a', 'admin', '2021-04-01 03:09:23', NULL, NULL, '1289140698221678593', 'ctotal', 'ctotal', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1216 INSERT INTO `jimu_report_db_field` VALUES ('f11af753ccbf495818e9c23c1b083ae2', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'foreign_language_level', 'foreign_language_level', 'String', NULL, 21, 0, NULL, NULL, NULL, NULL, NULL);
1217 INSERT INTO `jimu_report_db_field` VALUES ('f1905f7a175f8e56afd8f6c2969582e6', NULL, '2021-01-06 11:43:35', NULL, NULL, '1334390762455965697', 'gift_5', 'gift_5', 'String', NULL, 16, 0, NULL, NULL, NULL, NULL, NULL);
1218 INSERT INTO `jimu_report_db_field` VALUES ('f192c538d9cb0dc88e537b11a37551c8', NULL, '2021-01-08 16:10:28', NULL, NULL, '4dc208eb92fd1a84ef7b4723251e3e51', 'his_lowest', 'his_lowest', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1219 INSERT INTO `jimu_report_db_field` VALUES ('f31715d024bad06ea8862ba383e87f5b', NULL, '2021-01-05 15:09:15', NULL, NULL, '2324fac242b35938678a05bbbba345e2', 'cnum', 'cnum', 'String', NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1220 INSERT INTO `jimu_report_db_field` VALUES ('f3b4e31c7ff6a365c4130cbc695e2621', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'num', 'num', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1221 INSERT INTO `jimu_report_db_field` VALUES ('f430837a3f4c08f425bcd1de46d3a2d3', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'sex', 'sex', NULL, NULL, 5, 0, NULL, NULL, NULL, NULL, NULL);
1222 INSERT INTO `jimu_report_db_field` VALUES ('f53143608c570f9886861442be87b5ff', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'update_by', '职务', 'String', NULL, 4, 1, 3, 'zhiwu', NULL, NULL, NULL);
1223 INSERT INTO `jimu_report_db_field` VALUES ('f82904af04e557b12dcfe3562900597c', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'gdata', 'gdata', NULL, NULL, 14, 0, NULL, NULL, NULL, NULL, NULL);
1224 INSERT INTO `jimu_report_db_field` VALUES ('f9154d882408b868253ed8fb87879220', NULL, '2021-02-02 19:30:23', NULL, NULL, '629609c4d540cb4675e9064af8955296', 'name', 'name', 'String', NULL, 1, 0, NULL, NULL, NULL, NULL, NULL);
1225 INSERT INTO `jimu_report_db_field` VALUES ('f95dd09a118b93cc7884b12118448ed4', NULL, '2021-02-02 19:10:15', NULL, NULL, '9b7d28336b01f9a6b1a613957c3d7cda', 'hukou', 'hukou', 'String', NULL, 7, 0, NULL, NULL, NULL, NULL, NULL);
1226 INSERT INTO `jimu_report_db_field` VALUES ('f978117e8eda0daee2c00223f9df4b48', NULL, '2021-01-13 11:59:53', NULL, NULL, '1316997232402231298', 'update_time', 'update_time', 'String', NULL, 31, 0, NULL, NULL, NULL, NULL, NULL);
1227 INSERT INTO `jimu_report_db_field` VALUES ('f984ef26fe0a505b279a0e4a3b27201f', NULL, '2021-01-08 10:47:52', NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'shijian', 'shijian', 'String', NULL, 4, 0, NULL, NULL, NULL, NULL, NULL);
1228 INSERT INTO `jimu_report_db_field` VALUES ('fa6fce04eaee2480faa8a14393ffe15a', 'admin', '2022-03-19 16:10:56', NULL, NULL, 'a543d8dd40f4d26839b78bd604be659e', 'total', 'total', 'String', NULL, 8, 0, NULL, NULL, NULL, NULL, NULL);
1229 INSERT INTO `jimu_report_db_field` VALUES ('fac871f69237c6c25abe8c4332eabcbf', NULL, '2021-01-08 10:47:52', NULL, NULL, 'f7649b77cfc9e0a9dacdac370cd4036b', 'lingdao', 'lingdao', 'String', NULL, 3, 0, NULL, NULL, NULL, NULL, NULL);
1230 INSERT INTO `jimu_report_db_field` VALUES ('fc07c053ed0ecbfcc45041640acf6cb1', NULL, '2021-01-05 15:33:07', NULL, NULL, '1316987047604514817', 'party', 'party', NULL, NULL, 22, 0, NULL, NULL, NULL, NULL, NULL);
1231 INSERT INTO `jimu_report_db_field` VALUES ('fe3b1449ce346836f47234ca65949aea', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'sfkong', 'sfkong', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1232 INSERT INTO `jimu_report_db_field` VALUES ('ffb5fbe81d2cf48ca45a815c676fd9eb', NULL, '2020-06-16 18:14:25', NULL, NULL, 'e4cec9ff15bc0ea42f536a442a6d1335', 'kaishi', 'kaishi', 'string', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1233
1234 -- ----------------------------
1235 -- Table structure for jimu_report_db_param
1236 -- ----------------------------
1237 DROP TABLE IF EXISTS `jimu_report_db_param`;
1238 CREATE TABLE `jimu_report_db_param`  (
1239   `id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
1240   `jimu_report_head_id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '动态报表ID',
1241   `param_name` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '参数字段',
1242   `param_txt` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数文本',
1243   `param_value` varchar(1000) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '参数默认值',
1244   `order_num` int(11) NULL DEFAULT NULL COMMENT '排序',
1245   `create_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人登录名称',
1246   `create_time` datetime NULL DEFAULT NULL COMMENT '创建日期',
1247   `update_by` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '更新人登录名称',
1248   `update_time` datetime NULL DEFAULT NULL COMMENT '更新日期',
1249   `search_flag` int(1) NULL DEFAULT NULL COMMENT '查询标识0否1是 默认0',
1250   `widget_type` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询控件类型',
1251   `search_mode` int(1) NULL DEFAULT NULL COMMENT '查询模式1简单2范围',
1252   `dict_code` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '字典',
1253   `search_format` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '查询时间格式化表达式',
1254   `ext_json` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '参数配置',
1255   PRIMARY KEY (`id`) USING BTREE,
1256   INDEX `idx_jmrheadid`(`jimu_report_head_id`) USING BTREE,
1257   INDEX `idx_jrdp_jimu_report_head_id`(`jimu_report_head_id`) USING BTREE
1258 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
1259
1260 -- ----------------------------
1261 -- Records of jimu_report_db_param
1262 -- ----------------------------
1263 INSERT INTO `jimu_report_db_param` VALUES ('078d99565feef91904c84b42b43f5174', '1273495682564534273', 'id', 'id', '1', 1, NULL, '2020-08-03 09:55:26', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1264 INSERT INTO `jimu_report_db_param` VALUES ('0d91170e4546cdbebbc3e9cc7879ce79', '22f025b781ee9fe4746438621e82674f', 'id', 'id', '1', 1, NULL, '2020-07-21 15:31:51', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1265 INSERT INTO `jimu_report_db_param` VALUES ('1324279360203526146', '1324279359998005250', 'pageSize', 'pageSize', '10', 2, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1266 INSERT INTO `jimu_report_db_param` VALUES ('1324279360220303361', '1324279359998005250', 'pageNo', 'pageNo', '1', 1, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1267 INSERT INTO `jimu_report_db_param` VALUES ('143f8c164072ddbdeafec5c5b1466827', '1272858455908073473', 'id', 'id', '1', 1, NULL, '2020-07-21 15:31:51', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1268 INSERT INTO `jimu_report_db_param` VALUES ('173c869cc45b683a9cfe25826110cead', '1272834687525482497', 'id', 'id', '1', 1, NULL, '2020-08-03 09:57:08', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1269 INSERT INTO `jimu_report_db_param` VALUES ('1805eb351a966dc3c039b5239b6faa49', '1291310198925840385', 'sex', 'sex', '男', 2, NULL, '2020-06-08 15:21:09', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1270 INSERT INTO `jimu_report_db_param` VALUES ('256eb2f8582ce4d74559b1fc1e2917ca', '1291310198925840385', 'id', 'id', '111', 1, NULL, '2020-06-08 15:21:09', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1271 INSERT INTO `jimu_report_db_param` VALUES ('3957799c20fcc696d680cca9649897bb', 'e4cec9ff15bc0ea42f536a442a6d1335', 'id', 'id', '1', 1, NULL, '2020-08-03 09:57:08', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1272 INSERT INTO `jimu_report_db_param` VALUES ('3a9efc51a6b6723d5a0ddf109aacb2b5', '1288038655293661186', 'pageNo', 'pageNo', '1', 1, 'admin', '2021-04-01 03:09:40', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1273 INSERT INTO `jimu_report_db_param` VALUES ('3ced36c7a2cce40c667cc485bf59cd11', '1291217511962902530', 'pageSize', 'pageSize', '10', 2, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1274 INSERT INTO `jimu_report_db_param` VALUES ('49bd3f212cd6c406c8584e6bb0d9cf93', '1291549569390243841', 'pageSize', 'pageSize', '10', 2, NULL, '2020-07-30 17:26:29', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1275 INSERT INTO `jimu_report_db_param` VALUES ('52db6da75ea733ae741c62cc54c85d92', '6011955e58d89040fca52e7f962d0bf4', 'id', 'id', '1', 1, NULL, '2020-08-03 09:55:46', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1276 INSERT INTO `jimu_report_db_param` VALUES ('57165a6fe5f2b700d4ef19518de4defd', '1290104038414721025', 'id', 'id', '1', 1, NULL, '2020-08-03 09:55:46', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1277 INSERT INTO `jimu_report_db_param` VALUES ('7569e95c1fa73d5438aceb19c1b85ef0', '1288038655293661186', 'pageSize', 'pageSize', '20', 2, 'admin', '2021-04-01 03:09:40', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1278 INSERT INTO `jimu_report_db_param` VALUES ('7d7765754aadaddab91bf1257447ae73', '1291549569390243841', 'pageNo', 'pageNo', '1', 1, NULL, '2020-07-30 17:26:29', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1279 INSERT INTO `jimu_report_db_param` VALUES ('8bff26e0c3fe48ddd41cf8d939ad4f2c', '2324fac242b35938678a05bbbba345e2', 'pageSize', 'pageSize', '10', 2, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1280 INSERT INTO `jimu_report_db_param` VALUES ('90b22a058cc331146b548bc93f09b5cd', '1289140698221678593', 'pageSize', 'pageSize', '20', 2, 'admin', '2021-04-01 03:09:23', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1281 INSERT INTO `jimu_report_db_param` VALUES ('944eaee4cb7639a435aadbf2ad7469a0', '2324fac242b35938678a05bbbba345e2', 'pageNo', 'pageNo', '1', 1, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1282 INSERT INTO `jimu_report_db_param` VALUES ('a29c10ed01c6608e899e1368f2d5d7e3', '1316997232402231298', 'id', 'id', '1', 1, NULL, '2021-01-13 14:31:13', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1283 INSERT INTO `jimu_report_db_param` VALUES ('a803707f3383dd9f4685fadc7efa07f4', '1224643501392728065', 'sex', 'sex', '男', 2, NULL, '2020-06-08 15:21:09', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1284 INSERT INTO `jimu_report_db_param` VALUES ('b7c34e8a3c2804715825af4bdbcf857a', '1224643501392728065', 'id', 'id', '111', 1, NULL, '2020-06-08 15:21:09', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1285 INSERT INTO `jimu_report_db_param` VALUES ('d8010a4ffbe567e6117e7f59641aeb7c', '1289140698221678593', 'pageNo', 'pageNo', '1', 1, 'admin', '2021-04-01 03:09:23', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1286 INSERT INTO `jimu_report_db_param` VALUES ('d9d94d6b09dd074f39af96d7a4696f9a', '1291217511962902530', 'pageNo', 'pageNo', '1', 1, NULL, '2020-08-03 15:19:54', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1287 INSERT INTO `jimu_report_db_param` VALUES ('ec09a8b27e7e9ec9dbc683fc5a38faec', 'c9bdb6b7ac68accfecb366718bf78f79', 'id', 'id', '1', 1, NULL, '2020-08-03 09:55:26', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
1288
1289 -- ----------------------------
1290 -- Table structure for jimu_report_link
1291 -- ----------------------------
1292 DROP TABLE IF EXISTS `jimu_report_link`;
1293 CREATE TABLE `jimu_report_link`  (
1294   `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键id',
1295   `report_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '积木设计器id',
1296   `parameter` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '参数',
1297   `eject_type` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '弹出方式(0 当前页面 1 新窗口)',
1298   `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '链接名称',
1299   `api_method` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '请求方法0-get,1-post',
1300   `link_type` varchar(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '链接方式(0 网络报表 1 网络连接 2 图表联动)',
1301   `api_url` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '外网api',
1302   `link_chart_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '联动图表的ID',
1303   `expression` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '表达式',
1304   `requirement` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '条件',
1305   PRIMARY KEY (`id`) USING BTREE,
1306   INDEX `uniq_link_reportid`(`report_id`) USING BTREE
1307 ) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '超链接配置表' ROW_FORMAT = Dynamic;
1308
1309 -- ----------------------------
1310 -- Records of jimu_report_link
1311 -- ----------------------------
1312
1313 -- ----------------------------
1314 -- Table structure for jimu_report_map
1315 -- ----------------------------
1316 DROP TABLE IF EXISTS `jimu_report_map`;
1317 CREATE TABLE `jimu_report_map`  (
1318   `id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键',
1319   `label` varchar(125) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '地图名称',
1320   `name` varchar(125) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '地图编码',
1321   `data` longtext CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '地图数据',
1322   `create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '创建人',
1323   `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
1324   `update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '修改人',
1325   `update_time` datetime NULL DEFAULT NULL COMMENT '修改时间',
1326   `del_flag` varchar(1) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '0表示未删除,1表示删除',
1327   `sys_org_code` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '所属部门',
1328   PRIMARY KEY (`id`) USING BTREE,
1329   UNIQUE INDEX `uniq_jmreport_map_name`(`name`) USING BTREE
1330 ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '地图配置表' ROW_FORMAT = DYNAMIC;
1331
1332 -- ----------------------------
1333 -- Records of jimu_report_map
1334 -- ----------------------------
1335 INSERT INTO `jimu_report_map` VALUES ('1235103352843448322', '中国地图(大屏默认)', 'CHINA', '{\n    \"type\": \"FeatureCollection\",\n    \"features\": [\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 110000,\n                \"name\": \"北京市\",\n                \"center\": [\n                    116.405285,\n                    39.904989\n                ],\n                \"centroid\": [\n                    116.41989,\n                    40.189913\n                ],\n                \"childrenNum\": 16,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 0,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                117.210024,\n                                40.082262\n                            ],\n                            [\n                                117.105315,\n                                40.074479\n                            ],\n                            [\n                                117.105315,\n                                40.074479\n                            ],\n                            [\n                                117.102851,\n                                40.073563\n                            ],\n                            [\n                                117.102235,\n                                40.073105\n                            ],\n                            [\n                                117.102235,\n                                40.073105\n                            ],\n                            [\n                                117.102851,\n                                40.073563\n                            ],\n                            [\n                                116.999989,\n                                40.030053\n                            ],\n                            [\n                                116.927924,\n                                40.054788\n                            ],\n                            [\n                                116.783794,\n                                40.035093\n                            ],\n                            [\n                                116.757925,\n                                39.968176\n                            ],\n                            [\n                                116.786874,\n                                39.886963\n                            ],\n                            [\n                                116.926076,\n                                39.835524\n                            ],\n                            [\n                                116.949482,\n                                39.778529\n                            ],\n                            [\n                                116.902055,\n                                39.763813\n                            ],\n                            [\n                                116.90575,\n                                39.687883\n                            ],\n                            [\n                                116.812128,\n                                39.616018\n                            ],\n                            [\n                                116.717273,\n                                39.603572\n                            ],\n                            [\n                                116.717273,\n                                39.603572\n                            ],\n                            [\n                                116.720969,\n                                39.599884\n                            ],\n                            [\n                                116.720969,\n                                39.599884\n                            ],\n                            [\n                                116.726512,\n                                39.595274\n                            ],\n                            [\n                                116.726512,\n                                39.595274\n                            ],\n                            [\n                                116.703106,\n                                39.588819\n                            ],\n                            [\n                                116.703106,\n                                39.588819\n                            ],\n                            [\n                                116.607636,\n                                39.619705\n                            ],\n                            [\n                                116.524484,\n                                39.596657\n                            ],\n                            [\n                                116.440716,\n                                39.527466\n                            ],\n                            [\n                                116.433325,\n                                39.44296\n                            ],\n                            [\n                                116.332927,\n                                39.457744\n                            ],\n                            [\n                                116.245464,\n                                39.515466\n                            ],\n                            [\n                                116.204196,\n                                39.588819\n                            ],\n                            [\n                                116.10195,\n                                39.576368\n                            ],\n                            [\n                                116.10195,\n                                39.576368\n                            ],\n                            [\n                                115.957204,\n                                39.561147\n                            ],\n                            [\n                                115.910393,\n                                39.600345\n                            ],\n                            [\n                                115.910393,\n                                39.600345\n                            ],\n                            [\n                                115.855574,\n                                39.554689\n                            ],\n                            [\n                                115.855574,\n                                39.554689\n                            ],\n                            [\n                                115.846951,\n                                39.550999\n                            ],\n                            [\n                                115.846951,\n                                39.550999\n                            ],\n                            [\n                                115.821081,\n                                39.517312\n                            ],\n                            [\n                                115.821081,\n                                39.517312\n                            ],\n                            [\n                                115.752712,\n                                39.512696\n                            ],\n                            [\n                                115.752712,\n                                39.512696\n                            ],\n                            [\n                                115.738545,\n                                39.539464\n                            ],\n                            [\n                                115.738545,\n                                39.539925\n                            ],\n                            [\n                                115.738545,\n                                39.539464\n                            ],\n                            [\n                                115.738545,\n                                39.539925\n                            ],\n                            [\n                                115.737314,\n                                39.544078\n                            ],\n                            [\n                                115.737314,\n                                39.544078\n                            ],\n                            [\n                                115.723763,\n                                39.544539\n                            ],\n                            [\n                                115.723763,\n                                39.544539\n                            ],\n                            [\n                                115.721299,\n                                39.543617\n                            ],\n                            [\n                                115.721299,\n                                39.543617\n                            ],\n                            [\n                                115.721299,\n                                39.55146\n                            ],\n                            [\n                                115.721299,\n                                39.55146\n                            ],\n                            [\n                                115.716988,\n                                39.560225\n                            ],\n                            [\n                                115.716988,\n                                39.560225\n                            ],\n                            [\n                                115.699125,\n                                39.577751\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.699125,\n                                39.577751\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.69543,\n                                39.579135\n                            ],\n                            [\n                                115.69543,\n                                39.579135\n                            ],\n                            [\n                                115.586408,\n                                39.58928\n                            ],\n                            [\n                                115.478619,\n                                39.650578\n                            ],\n                            [\n                                115.478619,\n                                39.650578\n                            ],\n                            [\n                                115.498945,\n                                39.69617\n                            ],\n                            [\n                                115.498945,\n                                39.69617\n                            ],\n                            [\n                                115.443511,\n                                39.785426\n                            ],\n                            [\n                                115.443511,\n                                39.785426\n                            ],\n                            [\n                                115.567314,\n                                39.816224\n                            ],\n                            [\n                                115.514344,\n                                39.837821\n                            ],\n                            [\n                                115.522967,\n                                39.898898\n                            ],\n                            [\n                                115.426264,\n                                39.95029\n                            ],\n                            [\n                                115.454597,\n                                40.029595\n                            ],\n                            [\n                                115.599343,\n                                40.11979\n                            ],\n                            [\n                                115.73485,\n                                40.129398\n                            ],\n                            [\n                                115.773038,\n                                40.176044\n                            ],\n                            [\n                                115.85311,\n                                40.148609\n                            ],\n                            [\n                                115.89869,\n                                40.234536\n                            ],\n                            [\n                                115.968907,\n                                40.264219\n                            ],\n                            [\n                                115.9184,\n                                40.354103\n                            ],\n                            [\n                                115.861733,\n                                40.364589\n                            ],\n                            [\n                                115.861733,\n                                40.364589\n                            ],\n                            [\n                                115.779197,\n                                40.442501\n                            ],\n                            [\n                                115.755792,\n                                40.540333\n                            ],\n                            [\n                                115.907929,\n                                40.617133\n                            ],\n                            [\n                                116.005247,\n                                40.58397\n                            ],\n                            [\n                                116.088399,\n                                40.62667\n                            ],\n                            [\n                                116.22021,\n                                40.744181\n                            ],\n                            [\n                                116.247311,\n                                40.791762\n                            ],\n                            [\n                                116.464738,\n                                40.771827\n                            ],\n                            [\n                                116.334159,\n                                40.90446\n                            ],\n                            [\n                                116.473977,\n                                40.895867\n                            ],\n                            [\n                                116.455499,\n                                40.98084\n                            ],\n                            [\n                                116.519557,\n                                40.981292\n                            ],\n                            [\n                                116.519557,\n                                40.981292\n                            ],\n                            [\n                                116.599013,\n                                40.974516\n                            ],\n                            [\n                                116.615643,\n                                41.053072\n                            ],\n                            [\n                                116.688324,\n                                41.044499\n                            ],\n                            [\n                                116.677853,\n                                40.970902\n                            ],\n                            [\n                                116.730208,\n                                40.897676\n                            ],\n                            [\n                                116.858323,\n                                40.833423\n                            ],\n                            [\n                                116.964881,\n                                40.70972\n                            ],\n                            [\n                                117.110858,\n                                40.70836\n                            ],\n                            [\n                                117.286401,\n                                40.660719\n                            ],\n                            [\n                                117.386799,\n                                40.684317\n                            ],\n                            [\n                                117.49582,\n                                40.674334\n                            ],\n                            [\n                                117.389879,\n                                40.5617\n                            ],\n                            [\n                                117.344299,\n                                40.582152\n                            ],\n                            [\n                                117.213104,\n                                40.512136\n                            ],\n                            [\n                                117.225423,\n                                40.369148\n                            ],\n                            [\n                                117.309191,\n                                40.279284\n                            ],\n                            [\n                                117.309807,\n                                40.279284\n                            ],\n                            [\n                                117.309191,\n                                40.279284\n                            ],\n                            [\n                                117.309807,\n                                40.279284\n                            ],\n                            [\n                                117.389879,\n                                40.228141\n                            ],\n                            [\n                                117.367089,\n                                40.172387\n                            ],\n                            [\n                                117.367089,\n                                40.172844\n                            ],\n                            [\n                                117.367089,\n                                40.173301\n                            ],\n                            [\n                                117.367089,\n                                40.173301\n                            ],\n                            [\n                                117.367089,\n                                40.172844\n                            ],\n                            [\n                                117.367089,\n                                40.172387\n                            ],\n                            [\n                                117.344299,\n                                40.13443\n                            ],\n                            [\n                                117.210024,\n                                40.082262\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 120000,\n                \"name\": \"天津市\",\n                \"center\": [\n                    117.190182,\n                    39.125596\n                ],\n                \"centroid\": [\n                    117.351154,\n                    39.28914\n                ],\n                \"childrenNum\": 16,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 1,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                117.210024,\n                                40.082262\n                            ],\n                            [\n                                117.344299,\n                                40.13443\n                            ],\n                            [\n                                117.367089,\n                                40.172387\n                            ],\n                            [\n                                117.367089,\n                                40.172844\n                            ],\n                            [\n                                117.367089,\n                                40.173301\n                            ],\n                            [\n                                117.367089,\n                                40.173301\n                            ],\n                            [\n                                117.367089,\n                                40.172844\n                            ],\n                            [\n                                117.367089,\n                                40.172387\n                            ],\n                            [\n                                117.389879,\n                                40.228141\n                            ],\n                            [\n                                117.450857,\n                                40.252347\n                            ],\n                            [\n                                117.571581,\n                                40.21809\n                            ],\n                            [\n                                117.652269,\n                                40.12345\n                            ],\n                            [\n                                117.652269,\n                                40.12345\n                            ],\n                            [\n                                117.651037,\n                                40.122535\n                            ],\n                            [\n                                117.651037,\n                                40.122535\n                            ],\n                            [\n                                117.71879,\n                                40.082262\n                            ],\n                            [\n                                117.71879,\n                                40.082262\n                            ],\n                            [\n                                117.75821,\n                                40.073563\n                            ],\n                            [\n                                117.75821,\n                                40.073563\n                            ],\n                            [\n                                117.782232,\n                                39.968634\n                            ],\n                            [\n                                117.614697,\n                                39.972303\n                            ],\n                            [\n                                117.589443,\n                                39.997059\n                            ],\n                            [\n                                117.513067,\n                                39.910373\n                            ],\n                            [\n                                117.513067,\n                                39.910373\n                            ],\n                            [\n                                117.537704,\n                                39.835064\n                            ],\n                            [\n                                117.537704,\n                                39.835064\n                            ],\n                            [\n                                117.540784,\n                                39.822658\n                            ],\n                            [\n                                117.540784,\n                                39.822658\n                            ],\n                            [\n                                117.57774,\n                                39.727009\n                            ],\n                            [\n                                117.644262,\n                                39.702155\n                            ],\n                            [\n                                117.66274,\n                                39.636295\n                            ],\n                            [\n                                117.619008,\n                                39.603111\n                            ],\n                            [\n                                117.736037,\n                                39.560686\n                            ],\n                            [\n                                117.736037,\n                                39.560686\n                            ],\n                            [\n                                117.74774,\n                                39.58928\n                            ],\n                            [\n                                117.866,\n                                39.596657\n                            ],\n                            [\n                                117.933753,\n                                39.574062\n                            ],\n                            [\n                                117.870311,\n                                39.454972\n                            ],\n                            [\n                                117.846906,\n                                39.328274\n                            ],\n                            [\n                                117.972557,\n                                39.312536\n                            ],\n                            [\n                                117.972557,\n                                39.312536\n                            ],\n                            [\n                                117.982412,\n                                39.298647\n                            ],\n                            [\n                                117.982412,\n                                39.298647\n                            ],\n                            [\n                                118.021833,\n                                39.287071\n                            ],\n                            [\n                                118.021833,\n                                39.287071\n                            ],\n                            [\n                                118.024296,\n                                39.289386\n                            ],\n                            [\n                                118.024296,\n                                39.289386\n                            ],\n                            [\n                                118.024912,\n                                39.292164\n                            ],\n                            [\n                                118.024912,\n                                39.292164\n                            ],\n                            [\n                                118.037231,\n                                39.220353\n                            ],\n                            [\n                                117.871543,\n                                39.122479\n                            ],\n                            [\n                                117.837667,\n                                39.056999\n                            ],\n                            [\n                                117.855529,\n                                38.957502\n                            ],\n                            [\n                                117.898029,\n                                38.948661\n                            ],\n                            [\n                                117.847522,\n                                38.855535\n                            ],\n                            [\n                                117.778536,\n                                38.869046\n                            ],\n                            [\n                                117.64611,\n                                38.828972\n                            ],\n                            [\n                                117.646725,\n                                38.788875\n                            ],\n                            [\n                                117.740964,\n                                38.753888\n                            ],\n                            [\n                                117.729261,\n                                38.680127\n                            ],\n                            [\n                                117.639334,\n                                38.62686\n                            ],\n                            [\n                                117.47919,\n                                38.617043\n                            ],\n                            [\n                                117.39419,\n                                38.573553\n                            ],\n                            [\n                                117.252524,\n                                38.556711\n                            ],\n                            [\n                                117.213104,\n                                38.639947\n                            ],\n                            [\n                                117.213104,\n                                38.639947\n                            ],\n                            [\n                                117.176764,\n                                38.617978\n                            ],\n                            [\n                                117.176764,\n                                38.617978\n                            ],\n                            [\n                                117.097924,\n                                38.587118\n                            ],\n                            [\n                                117.042489,\n                                38.706279\n                            ],\n                            [\n                                116.95133,\n                                38.689468\n                            ],\n                            [\n                                116.947634,\n                                38.689468\n                            ],\n                            [\n                                116.947634,\n                                38.689468\n                            ],\n                            [\n                                116.950714,\n                                38.689468\n                            ],\n                            [\n                                116.95133,\n                                38.689468\n                            ],\n                            [\n                                116.950714,\n                                38.689468\n                            ],\n                            [\n                                116.877417,\n                                38.680594\n                            ],\n                            [\n                                116.858939,\n                                38.741289\n                            ],\n                            [\n                                116.766548,\n                                38.742222\n                            ],\n                            [\n                                116.737599,\n                                38.784677\n                            ],\n                            [\n                                116.708034,\n                                38.931907\n                            ],\n                            [\n                                116.783179,\n                                39.050959\n                            ],\n                            [\n                                116.783179,\n                                39.050959\n                            ],\n                            [\n                                116.812744,\n                                39.050959\n                            ],\n                            [\n                                116.812744,\n                                39.050959\n                            ],\n                            [\n                                116.912526,\n                                39.110873\n                            ],\n                            [\n                                116.91191,\n                                39.111338\n                            ],\n                            [\n                                116.91191,\n                                39.111338\n                            ],\n                            [\n                                116.912526,\n                                39.110873\n                            ],\n                            [\n                                116.865714,\n                                39.155428\n                            ],\n                            [\n                                116.865714,\n                                39.155428\n                            ],\n                            [\n                                116.892816,\n                                39.224061\n                            ],\n                            [\n                                116.870642,\n                                39.357426\n                            ],\n                            [\n                                116.796113,\n                                39.446656\n                            ],\n                            [\n                                116.812128,\n                                39.616018\n                            ],\n                            [\n                                116.90575,\n                                39.687883\n                            ],\n                            [\n                                116.916837,\n                                39.703996\n                            ],\n                            [\n                                116.916837,\n                                39.703996\n                            ],\n                            [\n                                116.983975,\n                                39.63906\n                            ],\n                            [\n                                116.983975,\n                                39.63906\n                            ],\n                            [\n                                117.126873,\n                                39.61694\n                            ],\n                            [\n                                117.177996,\n                                39.64551\n                            ],\n                            [\n                                117.165061,\n                                39.718725\n                            ],\n                            [\n                                117.165061,\n                                39.718725\n                            ],\n                            [\n                                117.205713,\n                                39.763813\n                            ],\n                            [\n                                117.156438,\n                                39.817603\n                            ],\n                            [\n                                117.229735,\n                                39.852981\n                            ],\n                            [\n                                117.152126,\n                                39.878239\n                            ],\n                            [\n                                117.150894,\n                                39.944785\n                            ],\n                            [\n                                117.198322,\n                                39.992933\n                            ],\n                            [\n                                117.210024,\n                                40.082262\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 130000,\n                \"name\": \"河北省\",\n                \"center\": [\n                    114.502461,\n                    38.045474\n                ],\n                \"childrenNum\": 11,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 2,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                117.389879,\n                                40.228141\n                            ],\n                            [\n                                117.309807,\n                                40.279284\n                            ],\n                            [\n                                117.309191,\n                                40.279284\n                            ],\n                            [\n                                117.309807,\n                                40.279284\n                            ],\n                            [\n                                117.309191,\n                                40.279284\n                            ],\n                            [\n                                117.225423,\n                                40.369148\n                            ],\n                            [\n                                117.213104,\n                                40.512136\n                            ],\n                            [\n                                117.344299,\n                                40.582152\n                            ],\n                            [\n                                117.389879,\n                                40.5617\n                            ],\n                            [\n                                117.49582,\n                                40.674334\n                            ],\n                            [\n                                117.386799,\n                                40.684317\n                            ],\n                            [\n                                117.286401,\n                                40.660719\n                            ],\n                            [\n                                117.110858,\n                                40.70836\n                            ],\n                            [\n                                116.964881,\n                                40.70972\n                            ],\n                            [\n                                116.858323,\n                                40.833423\n                            ],\n                            [\n                                116.730208,\n                                40.897676\n                            ],\n                            [\n                                116.677853,\n                                40.970902\n                            ],\n                            [\n                                116.688324,\n                                41.044499\n                            ],\n                            [\n                                116.615643,\n                                41.053072\n                            ],\n                            [\n                                116.599013,\n                                40.974516\n                            ],\n                            [\n                                116.519557,\n                                40.981292\n                            ],\n                            [\n                                116.519557,\n                                40.981292\n                            ],\n                            [\n                                116.455499,\n                                40.98084\n                            ],\n                            [\n                                116.473977,\n                                40.895867\n                            ],\n                            [\n                                116.334159,\n                                40.90446\n                            ],\n                            [\n                                116.464738,\n                                40.771827\n                            ],\n                            [\n                                116.247311,\n                                40.791762\n                            ],\n                            [\n                                116.22021,\n                                40.744181\n                            ],\n                            [\n                                116.088399,\n                                40.62667\n                            ],\n                            [\n                                116.005247,\n                                40.58397\n                            ],\n                            [\n                                115.907929,\n                                40.617133\n                            ],\n                            [\n                                115.755792,\n                                40.540333\n                            ],\n                            [\n                                115.779197,\n                                40.442501\n                            ],\n                            [\n                                115.861733,\n                                40.364589\n                            ],\n                            [\n                                115.861733,\n                                40.364589\n                            ],\n                            [\n                                115.9184,\n                                40.354103\n                            ],\n                            [\n                                115.968907,\n                                40.264219\n                            ],\n                            [\n                                115.89869,\n                                40.234536\n                            ],\n                            [\n                                115.85311,\n                                40.148609\n                            ],\n                            [\n                                115.773038,\n                                40.176044\n                            ],\n                            [\n                                115.73485,\n                                40.129398\n                            ],\n                            [\n                                115.599343,\n                                40.11979\n                            ],\n                            [\n                                115.454597,\n                                40.029595\n                            ],\n                            [\n                                115.426264,\n                                39.95029\n                            ],\n                            [\n                                115.522967,\n                                39.898898\n                            ],\n                            [\n                                115.514344,\n                                39.837821\n                            ],\n                            [\n                                115.567314,\n                                39.816224\n                            ],\n                            [\n                                115.443511,\n                                39.785426\n                            ],\n                            [\n                                115.443511,\n                                39.785426\n                            ],\n                            [\n                                115.498945,\n                                39.69617\n                            ],\n                            [\n                                115.498945,\n                                39.69617\n                            ],\n                            [\n                                115.478619,\n                                39.650578\n                            ],\n                            [\n                                115.478619,\n                                39.650578\n                            ],\n                            [\n                                115.586408,\n                                39.58928\n                            ],\n                            [\n                                115.69543,\n                                39.579135\n                            ],\n                            [\n                                115.69543,\n                                39.579135\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.699125,\n                                39.577751\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.698509,\n                                39.577751\n                            ],\n                            [\n                                115.699125,\n                                39.577751\n                            ],\n                            [\n                                115.716988,\n                                39.560225\n                            ],\n                            [\n                                115.716988,\n                                39.560225\n                            ],\n                            [\n                                115.721299,\n                                39.55146\n                            ],\n                            [\n                                115.721299,\n                                39.55146\n                            ],\n                            [\n                                115.721299,\n                                39.543617\n                            ],\n                            [\n                                115.721299,\n                                39.543617\n                            ],\n                            [\n                                115.723763,\n                                39.544539\n                            ],\n                            [\n                                115.723763,\n                                39.544539\n                            ],\n                            [\n                                115.737314,\n                                39.544078\n                            ],\n                            [\n                                115.737314,\n                                39.544078\n                            ],\n                            [\n                                115.738545,\n                                39.539925\n                            ],\n                            [\n                                115.738545,\n                                39.539464\n                            ],\n                            [\n                                115.738545,\n                                39.539925\n                            ],\n                            [\n                                115.738545,\n                                39.539464\n                            ],\n                            [\n                                115.752712,\n                                39.512696\n                            ],\n                            [\n                                115.752712,\n                                39.512696\n                            ],\n                            [\n                                115.821081,\n                                39.517312\n                            ],\n                            [\n                                115.821081,\n                                39.517312\n                            ],\n                            [\n                                115.846951,\n                                39.550999\n                            ],\n                            [\n                                115.846951,\n                                39.550999\n                            ],\n                            [\n                                115.855574,\n                                39.554689\n                            ],\n                            [\n                                115.855574,\n                                39.554689\n                            ],\n                            [\n                                115.910393,\n                                39.600345\n                            ],\n                            [\n                                115.910393,\n                                39.600345\n                            ],\n                            [\n                                115.957204,\n                                39.561147\n                            ],\n                            [\n                                116.10195,\n                                39.576368\n                            ],\n                            [\n                                116.10195,\n                                39.576368\n                            ],\n                            [\n                                116.204196,\n                                39.588819\n                            ],\n                            [\n                                116.245464,\n                                39.515466\n                            ],\n                            [\n                                116.332927,\n                                39.457744\n                            ],\n                            [\n                                116.433325,\n                                39.44296\n                            ],\n                            [\n                                116.440716,\n                                39.527466\n                            ],\n                            [\n                                116.524484,\n                                39.596657\n                            ],\n                            [\n                                116.607636,\n                                39.619705\n                            ],\n                            [\n                                116.703106,\n                                39.588819\n                            ],\n                            [\n                                116.703106,\n                                39.588819\n                            ],\n                            [\n                                116.726512,\n                                39.595274\n                            ],\n                            [\n                                116.726512,\n                                39.595274\n                            ],\n                            [\n                                116.720969,\n                                39.599884\n                            ],\n                            [\n                                116.720969,\n                                39.599884\n                            ],\n                            [\n                                116.717273,\n                                39.603572\n                            ],\n                            [\n                                116.717273,\n                                39.603572\n                            ],\n                            [\n                                116.812128,\n                                39.616018\n                            ],\n                            [\n                                116.796113,\n                                39.446656\n                            ],\n                            [\n                                116.870642,\n                                39.357426\n                            ],\n                            [\n                                116.892816,\n                                39.224061\n                            ],\n                            [\n                                116.865714,\n                                39.155428\n                            ],\n                            [\n                                116.865714,\n                                39.155428\n                            ],\n                            [\n                                116.912526,\n                                39.110873\n                            ],\n                            [\n                                116.91191,\n                                39.111338\n                            ],\n                            [\n                                116.91191,\n                                39.111338\n                            ],\n                            [\n                                116.912526,\n                                39.110873\n                            ],\n                            [\n                                116.812744,\n                                39.050959\n                            ],\n                            [\n                                116.812744,\n                                39.050959\n                            ],\n                            [\n                                116.783179,\n                                39.050959\n                            ],\n                            [\n                                116.783179,\n                                39.050959\n                            ],\n                            [\n                                116.708034,\n                                38.931907\n                            ],\n                            [\n                                116.737599,\n                                38.784677\n                            ],\n                            [\n                                116.766548,\n                                38.742222\n                            ],\n                            [\n                                116.858939,\n                                38.741289\n                            ],\n                            [\n                                116.877417,\n                                38.680594\n                            ],\n                            [\n                                116.950714,\n                                38.689468\n                            ],\n                            [\n                                116.95133,\n                                38.689468\n                            ],\n                            [\n                                116.950714,\n                                38.689468\n                            ],\n                            [\n                                116.947634,\n                                38.689468\n                            ],\n                            [\n                                116.947634,\n                                38.689468\n                            ],\n                            [\n                                116.95133,\n                                38.689468\n                            ],\n                            [\n                                117.042489,\n                                38.706279\n                            ],\n                            [\n                                117.097924,\n                                38.587118\n                            ],\n                            [\n                                117.176764,\n                                38.617978\n                            ],\n                            [\n                                117.176764,\n                                38.617978\n                            ],\n                            [\n                                117.213104,\n                                38.639947\n                            ],\n                            [\n                                117.213104,\n                                38.639947\n                            ],\n                            [\n                                117.252524,\n                                38.556711\n                            ],\n                            [\n                                117.39419,\n                                38.573553\n                            ],\n                            [\n                                117.47919,\n                                38.617043\n                            ],\n                            [\n                                117.639334,\n                                38.62686\n                            ],\n                            [\n                                117.638102,\n                                38.545013\n                            ],\n                            [\n                                117.781,\n                                38.374004\n                            ],\n                            [\n                                117.937449,\n                                38.387606\n                            ],\n                            [\n                                117.895565,\n                                38.30173\n                            ],\n                            [\n                                117.808718,\n                                38.228445\n                            ],\n                            [\n                                117.771761,\n                                38.136734\n                            ],\n                            [\n                                117.70216,\n                                38.075529\n                            ],\n                            [\n                                117.5839,\n                                38.070819\n                            ],\n                            [\n                                117.513067,\n                                37.94353\n                            ],\n                            [\n                                117.438538,\n                                37.853823\n                            ],\n                            [\n                                117.34122,\n                                37.863271\n                            ],\n                            [\n                                117.267923,\n                                37.838704\n                            ],\n                            [\n                                117.093612,\n                                37.849571\n                            ],\n                            [\n                                117.023395,\n                                37.832561\n                            ],\n                            [\n                                116.788106,\n                                37.843429\n                            ],\n                            [\n                                116.724664,\n                                37.744139\n                            ],\n                            [\n                                116.433941,\n                                37.47349\n                            ],\n                            [\n                                116.38097,\n                                37.522858\n                            ],\n                            [\n                                116.379738,\n                                37.521909\n                            ],\n                            [\n                                116.38097,\n                                37.522858\n                            ],\n                            [\n                                116.379738,\n                                37.521909\n                            ],\n                            [\n                                116.337238,\n                                37.580255\n                            ],\n                            [\n                                116.291659,\n                                37.557966\n                            ],\n                            [\n                                116.27626,\n                                37.466841\n                            ],\n                            [\n                                116.240536,\n                                37.489633\n                            ],\n                            [\n                                116.240536,\n                                37.489633\n                            ],\n                            [\n                                116.226369,\n                                37.428365\n                            ],\n                            [\n                                116.2855,\n                                37.404604\n                            ],\n                            [\n                                116.236224,\n                                37.361816\n                            ],\n                            [\n                                116.169087,\n                                37.384164\n                            ],\n                            [\n                                116.051443,\n                                37.367998\n                            ],\n                            [\n                                115.984921,\n                                37.326616\n                            ],\n                            [\n                                115.969523,\n                                37.239497\n                            ],\n                            [\n                                115.909777,\n                                37.206622\n                            ],\n                            [\n                                115.868509,\n                                37.076414\n                            ],\n                            [\n                                115.776734,\n                                36.992829\n                            ],\n                            [\n                                115.79706,\n                                36.968931\n                            ],\n                            [\n                                115.71206,\n                                36.883313\n                            ],\n                            [\n                                115.683727,\n                                36.808139\n                            ],\n                            [\n                                115.479851,\n                                36.76022\n                            ],\n                            [\n                                115.365902,\n                                36.622043\n                            ],\n                            [\n                                115.283366,\n                                36.486505\n                            ],\n                            [\n                                115.308004,\n                                36.461967\n                            ],\n                            [\n                                115.308004,\n                                36.461967\n                            ],\n                            [\n                                115.366518,\n                                36.308793\n                            ],\n                            [\n                                115.466916,\n                                36.259115\n                            ],\n                            [\n                                115.466916,\n                                36.259115\n                            ],\n                            [\n                                115.483547,\n                                36.149036\n                            ],\n                            [\n                                115.312931,\n                                36.088137\n                            ],\n                            [\n                                115.201446,\n                                36.210371\n                            ],\n                            [\n                                115.201446,\n                                36.210371\n                            ],\n                            [\n                                115.064092,\n                                36.178985\n                            ],\n                            [\n                                114.996955,\n                                36.06831\n                            ],\n                            [\n                                114.914419,\n                                36.051865\n                            ],\n                            [\n                                114.912571,\n                                36.140339\n                            ],\n                            [\n                                114.591666,\n                                36.130192\n                            ],\n                            [\n                                114.345291,\n                                36.255738\n                            ],\n                            [\n                                114.169132,\n                                36.243675\n                            ],\n                            [\n                                114.169132,\n                                36.243675\n                            ],\n                            [\n                                114.060727,\n                                36.276482\n                            ],\n                            [\n                                114.055799,\n                                36.330005\n                            ],\n                            [\n                                113.982502,\n                                36.358921\n                            ],\n                            [\n                                113.911054,\n                                36.314578\n                            ],\n                            [\n                                113.881488,\n                                36.354102\n                            ],\n                            [\n                                113.819894,\n                                36.330969\n                            ],\n                            [\n                                113.731199,\n                                36.363257\n                            ],\n                            [\n                                113.708409,\n                                36.423461\n                            ],\n                            [\n                                113.554425,\n                                36.494682\n                            ],\n                            [\n                                113.588301,\n                                36.562955\n                            ],\n                            [\n                                113.476816,\n                                36.655171\n                            ],\n                            [\n                                113.499606,\n                                36.740564\n                            ],\n                            [\n                                113.680692,\n                                36.789933\n                            ],\n                            [\n                                113.696707,\n                                36.882356\n                            ],\n                            [\n                                113.773083,\n                                36.855072\n                            ],\n                            [\n                                113.76138,\n                                36.956022\n                            ],\n                            [\n                                113.791561,\n                                36.987572\n                            ],\n                            [\n                                113.758301,\n                                37.075459\n                            ],\n                            [\n                                113.773083,\n                                37.1518\n                            ],\n                            [\n                                113.832213,\n                                37.167536\n                            ],\n                            [\n                                113.90243,\n                                37.309962\n                            ],\n                            [\n                                114.014531,\n                                37.424564\n                            ],\n                            [\n                                114.036705,\n                                37.49438\n                            ],\n                            [\n                                114.123553,\n                                37.60159\n                            ],\n                            [\n                                114.12848,\n                                37.698231\n                            ],\n                            [\n                                113.993589,\n                                37.706752\n                            ],\n                            [\n                                114.044712,\n                                37.762116\n                            ],\n                            [\n                                113.976959,\n                                37.816965\n                            ],\n                            [\n                                113.951706,\n                                37.917573\n                            ],\n                            [\n                                113.872249,\n                                37.990228\n                            ],\n                            [\n                                113.876561,\n                                38.055273\n                            ],\n                            [\n                                113.810039,\n                                38.112729\n                            ],\n                            [\n                                113.825438,\n                                38.169199\n                            ],\n                            [\n                                113.720728,\n                                38.174843\n                            ],\n                            [\n                                113.711489,\n                                38.213873\n                            ],\n                            [\n                                113.570439,\n                                38.237375\n                            ],\n                            [\n                                113.525475,\n                                38.382916\n                            ],\n                            [\n                                113.583374,\n                                38.459793\n                            ],\n                            [\n                                113.561816,\n                                38.558115\n                            ],\n                            [\n                                113.612939,\n                                38.646022\n                            ],\n                            [\n                                113.70225,\n                                38.65163\n                            ],\n                            [\n                                113.720728,\n                                38.713283\n                            ],\n                            [\n                                113.839605,\n                                38.758554\n                            ],\n                            [\n                                113.855619,\n                                38.828972\n                            ],\n                            [\n                                113.776163,\n                                38.885814\n                            ],\n                            [\n                                113.76754,\n                                38.959828\n                            ],\n                            [\n                                113.898119,\n                                39.067684\n                            ],\n                            [\n                                114.050872,\n                                39.135939\n                            ],\n                            [\n                                114.10877,\n                                39.052352\n                            ],\n                            [\n                                114.345907,\n                                39.075116\n                            ],\n                            [\n                                114.388406,\n                                39.176767\n                            ],\n                            [\n                                114.47587,\n                                39.216181\n                            ],\n                            [\n                                114.416124,\n                                39.243063\n                            ],\n                            [\n                                114.480797,\n                                39.350023\n                            ],\n                            [\n                                114.470942,\n                                39.408759\n                            ],\n                            [\n                                114.568877,\n                                39.574062\n                            ],\n                            [\n                                114.408117,\n                                39.65196\n                            ],\n                            [\n                                114.395182,\n                                39.867218\n                            ],\n                            [\n                                114.225183,\n                                39.857114\n                            ],\n                            [\n                                114.17406,\n                                39.897521\n                            ],\n                            [\n                                114.047176,\n                                39.916339\n                            ],\n                            [\n                                114.021307,\n                                39.992017\n                            ],\n                            [\n                                113.910438,\n                                40.011725\n                            ],\n                            [\n                                113.956017,\n                                40.031428\n                            ],\n                            [\n                                113.989278,\n                                40.112469\n                            ],\n                            [\n                                114.044712,\n                                40.05662\n                            ],\n                            [\n                                114.101995,\n                                40.099655\n                            ],\n                            [\n                                114.073046,\n                                40.168729\n                            ],\n                            [\n                                114.073046,\n                                40.168729\n                            ],\n                            [\n                                114.235654,\n                                40.198442\n                            ],\n                            [\n                                114.255364,\n                                40.236363\n                            ],\n                            [\n                                114.46971,\n                                40.267872\n                            ],\n                            [\n                                114.530688,\n                                40.344983\n                            ],\n                            [\n                                114.446305,\n                                40.372795\n                            ],\n                            [\n                                114.31203,\n                                40.372795\n                            ],\n                            [\n                                114.267066,\n                                40.474369\n                            ],\n                            [\n                                114.283081,\n                                40.590785\n                            ],\n                            [\n                                114.209168,\n                                40.629848\n                            ],\n                            [\n                                114.134639,\n                                40.737381\n                            ],\n                            [\n                                114.044712,\n                                40.83116\n                            ],\n                            [\n                                114.073661,\n                                40.857412\n                            ],\n                            [\n                                113.973263,\n                                40.983099\n                            ],\n                            [\n                                113.819279,\n                                41.097726\n                            ],\n                            [\n                                113.920293,\n                                41.172081\n                            ],\n                            [\n                                113.996669,\n                                41.192345\n                            ],\n                            [\n                                113.927068,\n                                41.326829\n                            ],\n                            [\n                                113.94493,\n                                41.39105\n                            ],\n                            [\n                                113.871017,\n                                41.41349\n                            ],\n                            [\n                                113.930764,\n                                41.485693\n                            ],\n                            [\n                                114.100147,\n                                41.537218\n                            ],\n                            [\n                                114.230726,\n                                41.513477\n                            ],\n                            [\n                                114.203009,\n                                41.793334\n                            ],\n                            [\n                                114.34837,\n                                41.947049\n                            ],\n                            [\n                                114.510978,\n                                41.973299\n                            ],\n                            [\n                                114.466015,\n                                42.038656\n                            ],\n                            [\n                                114.510978,\n                                42.111047\n                            ],\n                            [\n                                114.765361,\n                                42.118593\n                            ],\n                            [\n                                114.828803,\n                                42.147434\n                            ],\n                            [\n                                114.9021,\n                                42.015544\n                            ],\n                            [\n                                114.922426,\n                                41.824999\n                            ],\n                            [\n                                114.866991,\n                                41.803147\n                            ],\n                            [\n                                114.899636,\n                                41.756299\n                            ],\n                            [\n                                114.895325,\n                                41.636567\n                            ],\n                            [\n                                114.862064,\n                                41.603915\n                            ],\n                            [\n                                115.0992,\n                                41.624045\n                            ],\n                            [\n                                115.252569,\n                                41.579303\n                            ],\n                            [\n                                115.376989,\n                                41.602126\n                            ],\n                            [\n                                115.319091,\n                                41.691546\n                            ],\n                            [\n                                115.654162,\n                                41.829011\n                            ],\n                            [\n                                115.811226,\n                                41.912328\n                            ],\n                            [\n                                115.916552,\n                                41.945269\n                            ],\n                            [\n                                116.016334,\n                                41.777273\n                            ],\n                            [\n                                116.09887,\n                                41.776381\n                            ],\n                            [\n                                116.122892,\n                                41.861995\n                            ],\n                            [\n                                116.194341,\n                                41.861995\n                            ],\n                            [\n                                116.233145,\n                                41.941263\n                            ],\n                            [\n                                116.310137,\n                                41.997316\n                            ],\n                            [\n                                116.409303,\n                                41.994203\n                            ],\n                            [\n                                116.386514,\n                                41.952389\n                            ],\n                            [\n                                116.510933,\n                                41.974189\n                            ],\n                            [\n                                116.560209,\n                                41.928356\n                            ],\n                            [\n                                116.727744,\n                                41.951054\n                            ],\n                            [\n                                116.879881,\n                                42.018211\n                            ],\n                            [\n                                116.890352,\n                                42.092846\n                            ],\n                            [\n                                116.789338,\n                                42.200202\n                            ],\n                            [\n                                116.907598,\n                                42.191337\n                            ],\n                            [\n                                116.886656,\n                                42.366641\n                            ],\n                            [\n                                116.910062,\n                                42.394928\n                            ],\n                            [\n                                116.910062,\n                                42.394928\n                            ],\n                            [\n                                116.927308,\n                                42.40509\n                            ],\n                            [\n                                116.927308,\n                                42.40509\n                            ],\n                            [\n                                116.929156,\n                                42.407741\n                            ],\n                            [\n                                116.929156,\n                                42.408182\n                            ],\n                            [\n                                116.929156,\n                                42.407741\n                            ],\n                            [\n                                116.929156,\n                                42.408182\n                            ],\n                            [\n                                116.936547,\n                                42.410833\n                            ],\n                            [\n                                116.936547,\n                                42.410833\n                            ],\n                            [\n                                116.944555,\n                                42.415251\n                            ],\n                            [\n                                116.944555,\n                                42.415251\n                            ],\n                            [\n                                116.976583,\n                                42.427618\n                            ],\n                            [\n                                116.976583,\n                                42.427618\n                            ],\n                            [\n                                116.984591,\n                                42.427176\n                            ],\n                            [\n                                116.984591,\n                                42.427176\n                            ],\n                            [\n                                116.993214,\n                                42.425851\n                            ],\n                            [\n                                116.993214,\n                                42.425851\n                            ],\n                            [\n                                116.995678,\n                                42.426734\n                            ],\n                            [\n                                116.995678,\n                                42.426734\n                            ],\n                            [\n                                117.001837,\n                                42.432476\n                            ],\n                            [\n                                117.001837,\n                                42.432476\n                            ],\n                            [\n                                117.004301,\n                                42.432476\n                            ],\n                            [\n                                117.004301,\n                                42.432476\n                            ],\n                            [\n                                117.005533,\n                                42.4338\n                            ],\n                            [\n                                117.005533,\n                                42.4338\n                            ],\n                            [\n                                117.133648,\n                                42.470443\n                            ],\n                            [\n                                117.133648,\n                                42.470443\n                            ],\n                            [\n                                117.147815,\n                                42.470443\n                            ],\n                            [\n                                117.147815,\n                                42.470443\n                            ],\n                            [\n                                117.264227,\n                                42.476621\n                            ],\n                            [\n                                117.264227,\n                                42.476621\n                            ],\n                            [\n                                117.412669,\n                                42.472649\n                            ],\n                            [\n                                117.387415,\n                                42.517648\n                            ],\n                            [\n                                117.387415,\n                                42.517648\n                            ],\n                            [\n                                117.43669,\n                                42.584205\n                            ],\n                            [\n                                117.516146,\n                                42.599622\n                            ],\n                            [\n                                117.516146,\n                                42.599622\n                            ],\n                            [\n                                117.687377,\n                                42.582884\n                            ],\n                            [\n                                117.779768,\n                                42.618558\n                            ],\n                            [\n                                117.874007,\n                                42.510151\n                            ],\n                            [\n                                118.019369,\n                                42.39537\n                            ],\n                            [\n                                118.060021,\n                                42.298083\n                            ],\n                            [\n                                117.977485,\n                                42.229892\n                            ],\n                            [\n                                118.109296,\n                                42.165176\n                            ],\n                            [\n                                118.097593,\n                                42.105277\n                            ],\n                            [\n                                118.155491,\n                                42.081301\n                            ],\n                            [\n                                118.119767,\n                                42.034656\n                            ],\n                            [\n                                118.194296,\n                                42.031545\n                            ],\n                            [\n                                118.212774,\n                                42.081301\n                            ],\n                            [\n                                118.297157,\n                                42.048876\n                            ],\n                            [\n                                118.237411,\n                                42.023101\n                            ],\n                            [\n                                118.313788,\n                                41.987977\n                            ],\n                            [\n                                118.268824,\n                                41.930136\n                            ],\n                            [\n                                118.340273,\n                                41.872688\n                            ],\n                            [\n                                118.29223,\n                                41.772811\n                            ],\n                            [\n                                118.165962,\n                                41.813405\n                            ],\n                            [\n                                118.130854,\n                                41.74246\n                            ],\n                            [\n                                118.214006,\n                                41.641933\n                            ],\n                            [\n                                118.230636,\n                                41.581989\n                            ],\n                            [\n                                118.307012,\n                                41.569008\n                            ],\n                            [\n                                118.271904,\n                                41.471349\n                            ],\n                            [\n                                118.348896,\n                                41.428296\n                            ],\n                            [\n                                118.35136,\n                                41.337163\n                            ],\n                            [\n                                118.519511,\n                                41.353783\n                            ],\n                            [\n                                118.677192,\n                                41.350639\n                            ],\n                            [\n                                118.741866,\n                                41.324133\n                            ],\n                            [\n                                118.843496,\n                                41.374439\n                            ],\n                            [\n                                118.890923,\n                                41.300764\n                            ],\n                            [\n                                118.96422,\n                                41.309303\n                            ],\n                            [\n                                119.197661,\n                                41.282781\n                            ],\n                            [\n                                119.239545,\n                                41.314696\n                            ],\n                            [\n                                119.2494,\n                                41.279634\n                            ],\n                            [\n                                119.126212,\n                                41.138744\n                            ],\n                            [\n                                119.037516,\n                                41.067509\n                            ],\n                            [\n                                118.96422,\n                                41.079236\n                            ],\n                            [\n                                118.951901,\n                                41.01832\n                            ],\n                            [\n                                119.013495,\n                                41.007485\n                            ],\n                            [\n                                118.977154,\n                                40.959155\n                            ],\n                            [\n                                118.977154,\n                                40.959155\n                            ],\n                            [\n                                118.90201,\n                                40.960963\n                            ],\n                            [\n                                118.849039,\n                                40.800821\n                            ],\n                            [\n                                118.911249,\n                                40.776811\n                            ],\n                            [\n                                119.054147,\n                                40.664804\n                            ],\n                            [\n                                119.184726,\n                                40.680233\n                            ],\n                            [\n                                119.162552,\n                                40.599872\n                            ],\n                            [\n                                119.30237,\n                                40.530329\n                            ],\n                            [\n                                119.571536,\n                                40.540333\n                            ],\n                            [\n                                119.598637,\n                                40.465266\n                            ],\n                            [\n                                119.586934,\n                                40.37553\n                            ],\n                            [\n                                119.642369,\n                                40.291151\n                            ],\n                            [\n                                119.625123,\n                                40.224029\n                            ],\n                            [\n                                119.745847,\n                                40.208038\n                            ],\n                            [\n                                119.736608,\n                                40.10469\n                            ],\n                            [\n                                119.779723,\n                                40.049293\n                            ],\n                            [\n                                119.779723,\n                                40.049293\n                            ],\n                            [\n                                119.780339,\n                                40.047002\n                            ],\n                            [\n                                119.780339,\n                                40.047002\n                            ],\n                            [\n                                119.817296,\n                                40.049751\n                            ],\n                            [\n                                119.817296,\n                                40.049751\n                            ],\n                            [\n                                119.848093,\n                                40.020432\n                            ],\n                            [\n                                119.848093,\n                                40.020432\n                            ],\n                            [\n                                119.845629,\n                                40.000726\n                            ],\n                            [\n                                119.845629,\n                                40.000726\n                            ],\n                            [\n                                119.854252,\n                                39.988349\n                            ],\n                            [\n                                119.791426,\n                                39.952124\n                            ],\n                            [\n                                119.540739,\n                                39.88834\n                            ],\n                            [\n                                119.536427,\n                                39.808871\n                            ],\n                            [\n                                119.466826,\n                                39.810709\n                            ],\n                            [\n                                119.357805,\n                                39.721946\n                            ],\n                            [\n                                119.269726,\n                                39.498385\n                            ],\n                            [\n                                119.314689,\n                                39.412457\n                            ],\n                            [\n                                119.190885,\n                                39.368528\n                            ],\n                            [\n                                119.096031,\n                                39.242136\n                            ],\n                            [\n                                118.948821,\n                                39.138259\n                            ],\n                            [\n                                118.955597,\n                                39.176303\n                            ],\n                            [\n                                118.76096,\n                                39.133618\n                            ],\n                            [\n                                118.637156,\n                                39.157284\n                            ],\n                            [\n                                118.533062,\n                                39.090907\n                            ],\n                            [\n                                118.604511,\n                                38.971458\n                            ],\n                            [\n                                118.491178,\n                                38.909097\n                            ],\n                            [\n                                118.377845,\n                                38.971923\n                            ],\n                            [\n                                118.366143,\n                                39.016101\n                            ],\n                            [\n                                118.225092,\n                                39.034694\n                            ],\n                            [\n                                118.120999,\n                                39.186043\n                            ],\n                            [\n                                118.037231,\n                                39.220353\n                            ],\n                            [\n                                118.024912,\n                                39.292164\n                            ],\n                            [\n                                118.024912,\n                                39.292164\n                            ],\n                            [\n                                118.024296,\n                                39.289386\n                            ],\n                            [\n                                118.024296,\n                                39.289386\n                            ],\n                            [\n                                118.021833,\n                                39.287071\n                            ],\n                            [\n                                118.021833,\n                                39.287071\n                            ],\n                            [\n                                117.982412,\n                                39.298647\n                            ],\n                            [\n                                117.982412,\n                                39.298647\n                            ],\n                            [\n                                117.972557,\n                                39.312536\n                            ],\n                            [\n                                117.972557,\n                                39.312536\n                            ],\n                            [\n                                117.846906,\n                                39.328274\n                            ],\n                            [\n                                117.870311,\n                                39.454972\n                            ],\n                            [\n                                117.933753,\n                                39.574062\n                            ],\n                            [\n                                117.866,\n                                39.596657\n                            ],\n                            [\n                                117.74774,\n                                39.58928\n                            ],\n                            [\n                                117.736037,\n                                39.560686\n                            ],\n                            [\n                                117.736037,\n                                39.560686\n                            ],\n                            [\n                                117.619008,\n                                39.603111\n                            ],\n                            [\n                                117.66274,\n                                39.636295\n                            ],\n                            [\n                                117.644262,\n                                39.702155\n                            ],\n                            [\n                                117.57774,\n                                39.727009\n                            ],\n                            [\n                                117.540784,\n                                39.822658\n                            ],\n                            [\n                                117.540784,\n                                39.822658\n                            ],\n                            [\n                                117.537704,\n                                39.835064\n                            ],\n                            [\n                                117.537704,\n                                39.835064\n                            ],\n                            [\n                                117.513067,\n                                39.910373\n                            ],\n                            [\n                                117.513067,\n                                39.910373\n                            ],\n                            [\n                                117.589443,\n                                39.997059\n                            ],\n                            [\n                                117.614697,\n                                39.972303\n                            ],\n                            [\n                                117.782232,\n                                39.968634\n                            ],\n                            [\n                                117.75821,\n                                40.073563\n                            ],\n                            [\n                                117.75821,\n                                40.073563\n                            ],\n                            [\n                                117.71879,\n                                40.082262\n                            ],\n                            [\n                                117.71879,\n                                40.082262\n                            ],\n                            [\n                                117.651037,\n                                40.122535\n                            ],\n                            [\n                                117.651037,\n                                40.122535\n                            ],\n                            [\n                                117.652269,\n                                40.12345\n                            ],\n                            [\n                                117.652269,\n                                40.12345\n                            ],\n                            [\n                                117.571581,\n                                40.21809\n                            ],\n                            [\n                                117.450857,\n                                40.252347\n                            ],\n                            [\n                                117.389879,\n                                40.228141\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                116.90575,\n                                39.687883\n                            ],\n                            [\n                                116.902055,\n                                39.763813\n                            ],\n                            [\n                                116.949482,\n                                39.778529\n                            ],\n                            [\n                                116.926076,\n                                39.835524\n                            ],\n                            [\n                                116.786874,\n                                39.886963\n                            ],\n                            [\n                                116.757925,\n                                39.968176\n                            ],\n                            [\n                                116.783794,\n                                40.035093\n                            ],\n                            [\n                                116.927924,\n                                40.054788\n                            ],\n                            [\n                                116.999989,\n                                40.030053\n                            ],\n                            [\n                                117.102851,\n                                40.073563\n                            ],\n                            [\n                                117.102235,\n                                40.073105\n                            ],\n                            [\n                                117.102235,\n                                40.073105\n                            ],\n                            [\n                                117.102851,\n                                40.073563\n                            ],\n                            [\n                                117.105315,\n                                40.074479\n                            ],\n                            [\n                                117.105315,\n                                40.074479\n                            ],\n                            [\n                                117.210024,\n                                40.082262\n                            ],\n                            [\n                                117.198322,\n                                39.992933\n                            ],\n                            [\n                                117.150894,\n                                39.944785\n                            ],\n                            [\n                                117.152126,\n                                39.878239\n                            ],\n                            [\n                                117.229735,\n                                39.852981\n                            ],\n                            [\n                                117.156438,\n                                39.817603\n                            ],\n                            [\n                                117.205713,\n                                39.763813\n                            ],\n                            [\n                                117.165061,\n                                39.718725\n                            ],\n                            [\n                                117.165061,\n                                39.718725\n                            ],\n                            [\n                                117.177996,\n                                39.64551\n                            ],\n                            [\n                                117.126873,\n                                39.61694\n                            ],\n                            [\n                                116.983975,\n                                39.63906\n                            ],\n                            [\n                                116.983975,\n                                39.63906\n                            ],\n                            [\n                                116.916837,\n                                39.703996\n                            ],\n                            [\n                                116.916837,\n                                39.703996\n                            ],\n                            [\n                                116.90575,\n                                39.687883\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 140000,\n                \"name\": \"山西省\",\n                \"center\": [\n                    112.549248,\n                    37.857014\n                ],\n                \"centroid\": [\n                    112.305144,\n                    37.619053\n                ],\n                \"childrenNum\": 11,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 3,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                113.731199,\n                                36.363257\n                            ],\n                            [\n                                113.716417,\n                                36.262492\n                            ],\n                            [\n                                113.651743,\n                                36.172224\n                            ],\n                            [\n                                113.694859,\n                                36.026707\n                            ],\n                            [\n                                113.637576,\n                                35.98847\n                            ],\n                            [\n                                113.656671,\n                                35.836792\n                            ],\n                            [\n                                113.604316,\n                                35.797008\n                            ],\n                            [\n                                113.578446,\n                                35.63378\n                            ],\n                            [\n                                113.485439,\n                                35.520879\n                            ],\n                            [\n                                113.31236,\n                                35.481424\n                            ],\n                            [\n                                113.298194,\n                                35.427325\n                            ],\n                            [\n                                113.189789,\n                                35.449261\n                            ],\n                            [\n                                113.126347,\n                                35.332197\n                            ],\n                            [\n                                112.997,\n                                35.362455\n                            ],\n                            [\n                                112.992072,\n                                35.296068\n                            ],\n                            [\n                                112.911384,\n                                35.24673\n                            ],\n                            [\n                                112.818377,\n                                35.258457\n                            ],\n                            [\n                                112.766022,\n                                35.203718\n                            ],\n                            [\n                                112.628052,\n                                35.263342\n                            ],\n                            [\n                                112.637291,\n                                35.225716\n                            ],\n                            [\n                                112.513487,\n                                35.218384\n                            ],\n                            [\n                                112.058924,\n                                35.279951\n                            ],\n                            [\n                                112.078634,\n                                35.219362\n                            ],\n                            [\n                                112.062004,\n                                35.055937\n                            ],\n                            [\n                                111.900012,\n                                35.079933\n                            ],\n                            [\n                                111.66965,\n                                34.988319\n                            ],\n                            [\n                                111.570484,\n                                34.843094\n                            ],\n                            [\n                                111.346282,\n                                34.831798\n                            ],\n                            [\n                                111.232949,\n                                34.789551\n                            ],\n                            [\n                                111.148566,\n                                34.80773\n                            ],\n                            [\n                                111.118385,\n                                34.756622\n                            ],\n                            [\n                                110.966248,\n                                34.70499\n                            ],\n                            [\n                                110.929907,\n                                34.731548\n                            ],\n                            [\n                                110.883712,\n                                34.642498\n                            ],\n                            [\n                                110.749437,\n                                34.652342\n                            ],\n                            [\n                                110.710017,\n                                34.605078\n                            ],\n                            [\n                                110.533242,\n                                34.583406\n                            ],\n                            [\n                                110.474728,\n                                34.617389\n                            ],\n                            [\n                                110.379257,\n                                34.600646\n                            ],\n                            [\n                                110.310272,\n                                34.608033\n                            ],\n                            [\n                                110.241287,\n                                34.682361\n                            ],\n                            [\n                                110.232664,\n                                34.803308\n                            ],\n                            [\n                                110.257301,\n                                34.93487\n                            ],\n                            [\n                                110.325671,\n                                35.014785\n                            ],\n                            [\n                                110.39404,\n                                35.271647\n                            ],\n                            [\n                                110.45009,\n                                35.327803\n                            ],\n                            [\n                                110.477808,\n                                35.413672\n                            ],\n                            [\n                                110.525851,\n                                35.44195\n                            ],\n                            [\n                                110.609619,\n                                35.632321\n                            ],\n                            [\n                                110.57759,\n                                35.701346\n                            ],\n                            [\n                                110.549257,\n                                35.877527\n                            ],\n                            [\n                                110.511684,\n                                35.879951\n                            ],\n                            [\n                                110.447011,\n                                36.164495\n                            ],\n                            [\n                                110.474112,\n                                36.248018\n                            ],\n                            [\n                                110.45933,\n                                36.330969\n                            ],\n                            [\n                                110.503677,\n                                36.487948\n                            ],\n                            [\n                                110.496902,\n                                36.582175\n                            ],\n                            [\n                                110.394656,\n                                36.676768\n                            ],\n                            [\n                                110.447011,\n                                36.737687\n                            ],\n                            [\n                                110.416214,\n                                36.790892\n                            ],\n                            [\n                                110.425453,\n                                36.960325\n                            ],\n                            [\n                                110.382953,\n                                37.021975\n                            ],\n                            [\n                                110.444547,\n                                37.007164\n                            ],\n                            [\n                                110.53509,\n                                37.137969\n                            ],\n                            [\n                                110.690307,\n                                37.287115\n                            ],\n                            [\n                                110.695234,\n                                37.34945\n                            ],\n                            [\n                                110.630561,\n                                37.373228\n                            ],\n                            [\n                                110.644111,\n                                37.435017\n                            ],\n                            [\n                                110.745125,\n                                37.450693\n                            ],\n                            [\n                                110.795017,\n                                37.566029\n                            ],\n                            [\n                                110.796248,\n                                37.66319\n                            ],\n                            [\n                                110.706321,\n                                37.705332\n                            ],\n                            [\n                                110.758676,\n                                37.744139\n                            ],\n                            [\n                                110.663821,\n                                37.803256\n                            ],\n                            [\n                                110.59422,\n                                37.921821\n                            ],\n                            [\n                                110.522771,\n                                37.954853\n                            ],\n                            [\n                                110.501213,\n                                38.031713\n                            ],\n                            [\n                                110.509221,\n                                38.192245\n                            ],\n                            [\n                                110.565887,\n                                38.215283\n                            ],\n                            [\n                                110.57759,\n                                38.297035\n                            ],\n                            [\n                                110.661358,\n                                38.308773\n                            ],\n                            [\n                                110.746973,\n                                38.366029\n                            ],\n                            [\n                                110.77777,\n                                38.44105\n                            ],\n                            [\n                                110.874473,\n                                38.453702\n                            ],\n                            [\n                                110.920052,\n                                38.581973\n                            ],\n                            [\n                                110.880016,\n                                38.618446\n                            ],\n                            [\n                                111.009363,\n                                38.847614\n                            ],\n                            [\n                                110.980414,\n                                38.970063\n                            ],\n                            [\n                                111.138711,\n                                39.064897\n                            ],\n                            [\n                                111.163348,\n                                39.152644\n                            ],\n                            [\n                                111.247732,\n                                39.302351\n                            ],\n                            [\n                                111.125776,\n                                39.366678\n                            ],\n                            [\n                                111.171971,\n                                39.42355\n                            ],\n                            [\n                                111.337043,\n                                39.420777\n                            ],\n                            [\n                                111.418963,\n                                39.500232\n                            ],\n                            [\n                                111.462079,\n                                39.626157\n                            ],\n                            [\n                                111.502115,\n                                39.663015\n                            ],\n                            [\n                                111.646245,\n                                39.644128\n                            ],\n                            [\n                                111.783599,\n                                39.588819\n                            ],\n                            [\n                                111.842729,\n                                39.620166\n                            ],\n                            [\n                                111.93204,\n                                39.61233\n                            ],\n                            [\n                                111.970229,\n                                39.79646\n                            ],\n                            [\n                                112.28559,\n                                40.197985\n                            ],\n                            [\n                                112.310227,\n                                40.256457\n                            ],\n                            [\n                                112.456205,\n                                40.300278\n                            ],\n                            [\n                                112.6299,\n                                40.235906\n                            ],\n                            [\n                                112.72845,\n                                40.168272\n                            ],\n                            [\n                                112.844863,\n                                40.203926\n                            ],\n                            [\n                                112.892906,\n                                40.326284\n                            ],\n                            [\n                                113.251382,\n                                40.413352\n                            ],\n                            [\n                                113.316056,\n                                40.319898\n                            ],\n                            [\n                                113.559968,\n                                40.348631\n                            ],\n                            [\n                                113.794641,\n                                40.518049\n                            ],\n                            [\n                                113.855619,\n                                40.457071\n                            ],\n                            [\n                                113.948626,\n                                40.514865\n                            ],\n                            [\n                                114.061959,\n                                40.528964\n                            ],\n                            [\n                                114.041633,\n                                40.608503\n                            ],\n                            [\n                                114.074277,\n                                40.723325\n                            ],\n                            [\n                                114.134639,\n                                40.737381\n                            ],\n                            [\n                                114.209168,\n                                40.629848\n                            ],\n                            [\n                                114.283081,\n                                40.590785\n                            ],\n                            [\n                                114.267066,\n                                40.474369\n                            ],\n                            [\n                                114.31203,\n                                40.372795\n                            ],\n                            [\n                                114.446305,\n                                40.372795\n                            ],\n                            [\n                                114.530688,\n                                40.344983\n                            ],\n                            [\n                                114.46971,\n                                40.267872\n                            ],\n                            [\n                                114.255364,\n                                40.236363\n                            ],\n                            [\n                                114.235654,\n                                40.198442\n                            ],\n                            [\n                                114.073046,\n                                40.168729\n                            ],\n                            [\n                                114.073046,\n                                40.168729\n                            ],\n                            [\n                                114.101995,\n                                40.099655\n                            ],\n                            [\n                                114.044712,\n                                40.05662\n                            ],\n                            [\n                                113.989278,\n                                40.112469\n                            ],\n                            [\n                                113.956017,\n                                40.031428\n                            ],\n                            [\n                                113.910438,\n                                40.011725\n                            ],\n                            [\n                                114.021307,\n                                39.992017\n                            ],\n                            [\n                                114.047176,\n                                39.916339\n                            ],\n                            [\n                                114.17406,\n                                39.897521\n                            ],\n                            [\n                                114.225183,\n                                39.857114\n                            ],\n                            [\n                                114.395182,\n                                39.867218\n                            ],\n                            [\n                                114.408117,\n                                39.65196\n                            ],\n                            [\n                                114.568877,\n                                39.574062\n                            ],\n                            [\n                                114.470942,\n                                39.408759\n                            ],\n                            [\n                                114.480797,\n                                39.350023\n                            ],\n                            [\n                                114.416124,\n                                39.243063\n                            ],\n                            [\n                                114.47587,\n                                39.216181\n                            ],\n                            [\n                                114.388406,\n                                39.176767\n                            ],\n                            [\n                                114.345907,\n                                39.075116\n                            ],\n                            [\n                                114.10877,\n                                39.052352\n                            ],\n                            [\n                                114.050872,\n                                39.135939\n                            ],\n                            [\n                                113.898119,\n                                39.067684\n                            ],\n                            [\n                                113.76754,\n                                38.959828\n                            ],\n                            [\n                                113.776163,\n                                38.885814\n                            ],\n                            [\n                                113.855619,\n                                38.828972\n                            ],\n                            [\n                                113.839605,\n                                38.758554\n                            ],\n                            [\n                                113.720728,\n                                38.713283\n                            ],\n                            [\n                                113.70225,\n                                38.65163\n                            ],\n                            [\n                                113.612939,\n                                38.646022\n                            ],\n                            [\n                                113.561816,\n                                38.558115\n                            ],\n                            [\n                                113.583374,\n                                38.459793\n                            ],\n                            [\n                                113.525475,\n                                38.382916\n                            ],\n                            [\n                                113.570439,\n                                38.237375\n                            ],\n                            [\n                                113.711489,\n                                38.213873\n                            ],\n                            [\n                                113.720728,\n                                38.174843\n                            ],\n                            [\n                                113.825438,\n                                38.169199\n                            ],\n                            [\n                                113.810039,\n                                38.112729\n                            ],\n                            [\n                                113.876561,\n                                38.055273\n                            ],\n                            [\n                                113.872249,\n                                37.990228\n                            ],\n                            [\n                                113.951706,\n                                37.917573\n                            ],\n                            [\n                                113.976959,\n                                37.816965\n                            ],\n                            [\n                                114.044712,\n                                37.762116\n                            ],\n                            [\n                                113.993589,\n                                37.706752\n                            ],\n                            [\n                                114.12848,\n                                37.698231\n                            ],\n                            [\n                                114.123553,\n                                37.60159\n                            ],\n                            [\n                                114.036705,\n                                37.49438\n                            ],\n                            [\n                                114.014531,\n                                37.424564\n                            ],\n                            [\n                                113.90243,\n                                37.309962\n                            ],\n                            [\n                                113.832213,\n                                37.167536\n                            ],\n                            [\n                                113.773083,\n                                37.1518\n                            ],\n                            [\n                                113.758301,\n                                37.075459\n                            ],\n                            [\n                                113.791561,\n                                36.987572\n                            ],\n                            [\n                                113.76138,\n                                36.956022\n                            ],\n                            [\n                                113.773083,\n                                36.855072\n                            ],\n                            [\n                                113.696707,\n                                36.882356\n                            ],\n                            [\n                                113.680692,\n                                36.789933\n                            ],\n                            [\n                                113.499606,\n                                36.740564\n                            ],\n                            [\n                                113.476816,\n                                36.655171\n                            ],\n                            [\n                                113.588301,\n                                36.562955\n                            ],\n                            [\n                                113.554425,\n                                36.494682\n                            ],\n                            [\n                                113.708409,\n                                36.423461\n                            ],\n                            [\n                                113.731199,\n                                36.363257\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 150000,\n                \"name\": \"内蒙古自治区\",\n                \"center\": [\n                    111.670801,\n                    40.818311\n                ],\n                \"centroid\": [\n                    114.059024,\n                    44.315561\n                ],\n                \"childrenNum\": 12,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 4,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                123.703873,\n                                43.370824\n                            ],\n                            [\n                                123.664453,\n                                43.264606\n                            ],\n                            [\n                                123.666916,\n                                43.179585\n                            ],\n                            [\n                                123.572678,\n                                43.0035\n                            ],\n                            [\n                                123.515395,\n                                43.027561\n                            ],\n                            [\n                                123.515395,\n                                43.027561\n                            ],\n                            [\n                                123.474743,\n                                43.04243\n                            ],\n                            [\n                                123.259165,\n                                42.992997\n                            ],\n                            [\n                                123.18402,\n                                42.926002\n                            ],\n                            [\n                                123.169853,\n                                42.859811\n                            ],\n                            [\n                                123.227752,\n                                42.831735\n                            ],\n                            [\n                                123.058368,\n                                42.768957\n                            ],\n                            [\n                                122.887137,\n                                42.770275\n                            ],\n                            [\n                                122.831087,\n                                42.722381\n                            ],\n                            [\n                                122.786123,\n                                42.756218\n                            ],\n                            [\n                                122.786123,\n                                42.756218\n                            ],\n                            [\n                                122.732536,\n                                42.786524\n                            ],\n                            [\n                                122.624747,\n                                42.773349\n                            ],\n                            [\n                                122.563769,\n                                42.826031\n                            ],\n                            [\n                                122.436886,\n                                42.843142\n                            ],\n                            [\n                                122.35127,\n                                42.830419\n                            ],\n                            [\n                                122.374676,\n                                42.774667\n                            ],\n                            [\n                                122.457212,\n                                42.774227\n                            ],\n                            [\n                                122.395002,\n                                42.683687\n                            ],\n                            [\n                                122.338951,\n                                42.670051\n                            ],\n                            [\n                                122.203445,\n                                42.731171\n                            ],\n                            [\n                                122.20406,\n                                42.683687\n                            ],\n                            [\n                                122.071634,\n                                42.711391\n                            ],\n                            [\n                                121.940438,\n                                42.688525\n                            ],\n                            [\n                                121.904714,\n                                42.569666\n                            ],\n                            [\n                                121.66573,\n                                42.437333\n                            ],\n                            [\n                                121.604752,\n                                42.494271\n                            ],\n                            [\n                                121.388557,\n                                42.475297\n                            ],\n                            [\n                                121.304789,\n                                42.435567\n                            ],\n                            [\n                                121.304789,\n                                42.435567\n                            ],\n                            [\n                                121.285079,\n                                42.387857\n                            ],\n                            [\n                                121.068884,\n                                42.252483\n                            ],\n                            [\n                                120.933378,\n                                42.279493\n                            ],\n                            [\n                                120.79048,\n                                42.218372\n                            ],\n                            [\n                                120.745516,\n                                42.223689\n                            ],\n                            [\n                                120.624792,\n                                42.154532\n                            ],\n                            [\n                                120.58414,\n                                42.167394\n                            ],\n                            [\n                                120.466496,\n                                42.105277\n                            ],\n                            [\n                                120.456641,\n                                42.016433\n                            ],\n                            [\n                                120.373489,\n                                41.994648\n                            ],\n                            [\n                                120.188707,\n                                41.848179\n                            ],\n                            [\n                                120.096316,\n                                41.696907\n                            ],\n                            [\n                                120.035954,\n                                41.708075\n                            ],\n                            [\n                                120.051968,\n                                41.775935\n                            ],\n                            [\n                                119.989759,\n                                41.898969\n                            ],\n                            [\n                                119.837622,\n                                42.135455\n                            ],\n                            [\n                                119.846861,\n                                42.21527\n                            ],\n                            [\n                                119.744615,\n                                42.211725\n                            ],\n                            [\n                                119.541971,\n                                42.292329\n                            ],\n                            [\n                                119.572152,\n                                42.359568\n                            ],\n                            [\n                                119.502551,\n                                42.387857\n                            ],\n                            [\n                                119.415703,\n                                42.309588\n                            ],\n                            [\n                                119.284508,\n                                42.265325\n                            ],\n                            [\n                                119.237697,\n                                42.201088\n                            ],\n                            [\n                                119.315921,\n                                42.119037\n                            ],\n                            [\n                                119.384906,\n                                42.089738\n                            ],\n                            [\n                                119.324544,\n                                41.969296\n                            ],\n                            [\n                                119.334399,\n                                41.869569\n                            ],\n                            [\n                                119.294363,\n                                41.775935\n                            ],\n                            [\n                                119.307914,\n                                41.657581\n                            ],\n                            [\n                                119.415703,\n                                41.590044\n                            ],\n                            [\n                                119.361501,\n                                41.56498\n                            ],\n                            [\n                                119.405848,\n                                41.508548\n                            ],\n                            [\n                                119.376283,\n                                41.422015\n                            ],\n                            [\n                                119.30545,\n                                41.402271\n                            ],\n                            [\n                                119.326392,\n                                41.329525\n                            ],\n                            [\n                                119.239545,\n                                41.314696\n                            ],\n                            [\n                                119.197661,\n                                41.282781\n                            ],\n                            [\n                                118.96422,\n                                41.309303\n                            ],\n                            [\n                                118.890923,\n                                41.300764\n                            ],\n                            [\n                                118.843496,\n                                41.374439\n                            ],\n                            [\n                                118.741866,\n                                41.324133\n                            ],\n                            [\n                                118.677192,\n                                41.350639\n                            ],\n                            [\n                                118.519511,\n                                41.353783\n                            ],\n                            [\n                                118.35136,\n                                41.337163\n                            ],\n                            [\n                                118.348896,\n                                41.428296\n                            ],\n                            [\n                                118.271904,\n                                41.471349\n                            ],\n                            [\n                                118.307012,\n                                41.569008\n                            ],\n                            [\n                                118.230636,\n                                41.581989\n                            ],\n                            [\n                                118.214006,\n                                41.641933\n                            ],\n                            [\n                                118.130854,\n                                41.74246\n                            ],\n                            [\n                                118.165962,\n                                41.813405\n                            ],\n                            [\n                                118.29223,\n                                41.772811\n                            ],\n                            [\n                                118.340273,\n                                41.872688\n                            ],\n                            [\n                                118.268824,\n                                41.930136\n                            ],\n                            [\n                                118.313788,\n                                41.987977\n                            ],\n                            [\n                                118.237411,\n                                42.023101\n                            ],\n                            [\n                                118.297157,\n                                42.048876\n                            ],\n                            [\n                                118.212774,\n                                42.081301\n                            ],\n                            [\n                                118.194296,\n                                42.031545\n                            ],\n                            [\n                                118.119767,\n                                42.034656\n                            ],\n                            [\n                                118.155491,\n                                42.081301\n                            ],\n                            [\n                                118.097593,\n                                42.105277\n                            ],\n                            [\n                                118.109296,\n                                42.165176\n                            ],\n                            [\n                                117.977485,\n                                42.229892\n                            ],\n                            [\n                                118.060021,\n                                42.298083\n                            ],\n                            [\n                                118.019369,\n                                42.39537\n                            ],\n                            [\n                                117.874007,\n                                42.510151\n                            ],\n                            [\n                                117.779768,\n                                42.618558\n                            ],\n                            [\n                                117.687377,\n                                42.582884\n                            ],\n                            [\n                                117.516146,\n                                42.599622\n                            ],\n                            [\n                                117.516146,\n                                42.599622\n                            ],\n                            [\n                                117.43669,\n                                42.584205\n                            ],\n                            [\n                                117.387415,\n                                42.517648\n                            ],\n                            [\n                                117.387415,\n                                42.517648\n                            ],\n                            [\n                                117.412669,\n                                42.472649\n                            ],\n                            [\n                                117.264227,\n                                42.476621\n                            ],\n                            [\n                                117.264227,\n                                42.476621\n                            ],\n                            [\n                                117.147815,\n                                42.470443\n                            ],\n                            [\n                                117.147815,\n                                42.470443\n                            ],\n                            [\n                                117.133648,\n                                42.470443\n                            ],\n                            [\n                                117.133648,\n                                42.470443\n                            ],\n                            [\n                                117.005533,\n                                42.4338\n                            ],\n                            [\n                                117.005533,\n                                42.4338\n                            ],\n                            [\n                                117.004301,\n                                42.432476\n                            ],\n                            [\n                                117.004301,\n                                42.432476\n                            ],\n                            [\n                                117.001837,\n                                42.432476\n                            ],\n                            [\n                                117.001837,\n                                42.432476\n                            ],\n                            [\n                                116.995678,\n                                42.426734\n                            ],\n                            [\n                                116.995678,\n                                42.426734\n                            ],\n                            [\n                                116.993214,\n                                42.425851\n                            ],\n                            [\n                                116.993214,\n                                42.425851\n                            ],\n                            [\n                                116.984591,\n                                42.427176\n                            ],\n                            [\n                                116.984591,\n                                42.427176\n                            ],\n                            [\n                                116.976583,\n                                42.427618\n                            ],\n                            [\n                                116.976583,\n                                42.427618\n                            ],\n                            [\n                                116.944555,\n                                42.415251\n                            ],\n                            [\n                                116.944555,\n                                42.415251\n                            ],\n                            [\n                                116.936547,\n                                42.410833\n                            ],\n                            [\n                                116.936547,\n                                42.410833\n                            ],\n                            [\n                                116.929156,\n                                42.408182\n                            ],\n                            [\n                                116.929156,\n                                42.407741\n                            ],\n                            [\n                                116.929156,\n                                42.408182\n                            ],\n                            [\n                                116.929156,\n                                42.407741\n                            ],\n                            [\n                                116.927308,\n                                42.40509\n                            ],\n                            [\n                                116.927308,\n                                42.40509\n                            ],\n                            [\n                                116.910062,\n                                42.394928\n                            ],\n                            [\n                                116.910062,\n                                42.394928\n                            ],\n                            [\n                                116.886656,\n                                42.366641\n                            ],\n                            [\n                                116.907598,\n                                42.191337\n                            ],\n                            [\n                                116.789338,\n                                42.200202\n                            ],\n                            [\n                                116.890352,\n                                42.092846\n                            ],\n                            [\n                                116.879881,\n                                42.018211\n                            ],\n                            [\n                                116.727744,\n                                41.951054\n                            ],\n                            [\n                                116.560209,\n                                41.928356\n                            ],\n                            [\n                                116.510933,\n                                41.974189\n                            ],\n                            [\n                                116.386514,\n                                41.952389\n                            ],\n                            [\n                                116.409303,\n                                41.994203\n                            ],\n                            [\n                                116.310137,\n                                41.997316\n                            ],\n                            [\n                                116.233145,\n                                41.941263\n                            ],\n                            [\n                                116.194341,\n                                41.861995\n                            ],\n                            [\n                                116.122892,\n                                41.861995\n                            ],\n                            [\n                                116.09887,\n                                41.776381\n                            ],\n                            [\n                                116.016334,\n                                41.777273\n                            ],\n                            [\n                                115.916552,\n                                41.945269\n                            ],\n                            [\n                                115.811226,\n                                41.912328\n                            ],\n                            [\n                                115.654162,\n                                41.829011\n                            ],\n                            [\n                                115.319091,\n                                41.691546\n                            ],\n                            [\n                                115.376989,\n                                41.602126\n                            ],\n                            [\n                                115.252569,\n                                41.579303\n                            ],\n                            [\n                                115.0992,\n                                41.624045\n                            ],\n                            [\n                                114.862064,\n                                41.603915\n                            ],\n                            [\n                                114.895325,\n                                41.636567\n                            ],\n                            [\n                                114.899636,\n                                41.756299\n                            ],\n                            [\n                                114.866991,\n                                41.803147\n                            ],\n                            [\n                                114.922426,\n                                41.824999\n                            ],\n                            [\n                                114.9021,\n                                42.015544\n                            ],\n                            [\n                                114.828803,\n                                42.147434\n                            ],\n                            [\n                                114.765361,\n                                42.118593\n                            ],\n                            [\n                                114.510978,\n                                42.111047\n                            ],\n                            [\n                                114.466015,\n                                42.038656\n                            ],\n                            [\n                                114.510978,\n                                41.973299\n                            ],\n                            [\n                                114.34837,\n                                41.947049\n                            ],\n                            [\n                                114.203009,\n                                41.793334\n                            ],\n                            [\n                                114.230726,\n                                41.513477\n                            ],\n                            [\n                                114.100147,\n                                41.537218\n                            ],\n                            [\n                                113.930764,\n                                41.485693\n                            ],\n                            [\n                                113.871017,\n                                41.41349\n                            ],\n                            [\n                                113.94493,\n                                41.39105\n                            ],\n                            [\n                                113.927068,\n                                41.326829\n                            ],\n                            [\n                                113.996669,\n                                41.192345\n                            ],\n                            [\n                                113.920293,\n                                41.172081\n                            ],\n                            [\n                                113.819279,\n                                41.097726\n                            ],\n                            [\n                                113.973263,\n                                40.983099\n                            ],\n                            [\n                                114.073661,\n                                40.857412\n                            ],\n                            [\n                                114.044712,\n                                40.83116\n                            ],\n                            [\n                                114.134639,\n                                40.737381\n                            ],\n                            [\n                                114.074277,\n                                40.723325\n                            ],\n                            [\n                                114.041633,\n                                40.608503\n                            ],\n                            [\n                                114.061959,\n                                40.528964\n                            ],\n                            [\n                                113.948626,\n                                40.514865\n                            ],\n                            [\n                                113.855619,\n                                40.457071\n                            ],\n                            [\n                                113.794641,\n                                40.518049\n                            ],\n                            [\n                                113.559968,\n                                40.348631\n                            ],\n                            [\n                                113.316056,\n                                40.319898\n                            ],\n                            [\n                                113.251382,\n                                40.413352\n                            ],\n                            [\n                                112.892906,\n                                40.326284\n                            ],\n                            [\n                                112.844863,\n                                40.203926\n                            ],\n                            [\n                                112.72845,\n                                40.168272\n                            ],\n                            [\n                                112.6299,\n                                40.235906\n                            ],\n                            [\n                                112.456205,\n                                40.300278\n                            ],\n                            [\n                                112.310227,\n                                40.256457\n                            ],\n                            [\n                                112.28559,\n                                40.197985\n                            ],\n                            [\n                                111.970229,\n                                39.79646\n                            ],\n                            [\n                                111.93204,\n                                39.61233\n                            ],\n                            [\n                                111.842729,\n                                39.620166\n                            ],\n                            [\n                                111.783599,\n                                39.588819\n                            ],\n                            [\n                                111.646245,\n                                39.644128\n                            ],\n                            [\n                                111.502115,\n                                39.663015\n                            ],\n                            [\n                                111.462079,\n                                39.626157\n                            ],\n                            [\n                                111.418963,\n                                39.500232\n                            ],\n                            [\n                                111.337043,\n                                39.420777\n                            ],\n                            [\n                                111.171971,\n                                39.42355\n                            ],\n                            [\n                                111.125776,\n                                39.366678\n                            ],\n                            [\n                                111.064182,\n                                39.400899\n                            ],\n                            [\n                                111.148566,\n                                39.531619\n                            ],\n                            [\n                                111.134399,\n                                39.586513\n                            ],\n                            [\n                                110.892335,\n                                39.509927\n                            ],\n                            [\n                                110.740198,\n                                39.351874\n                            ],\n                            [\n                                110.702626,\n                                39.27364\n                            ],\n                            [\n                                110.604075,\n                                39.277345\n                            ],\n                            [\n                                110.528315,\n                                39.380091\n                            ],\n                            [\n                                110.434692,\n                                39.381016\n                            ],\n                            [\n                                110.39096,\n                                39.31161\n                            ],\n                            [\n                                110.243751,\n                                39.42355\n                            ],\n                            [\n                                110.146432,\n                                39.455434\n                            ],\n                            [\n                                110.217881,\n                                39.28105\n                            ],\n                            [\n                                109.961035,\n                                39.191608\n                            ],\n                            [\n                                109.665384,\n                                38.981691\n                            ],\n                            [\n                                109.683862,\n                                38.935631\n                            ],\n                            [\n                                109.624116,\n                                38.854603\n                            ],\n                            [\n                                109.549587,\n                                38.805662\n                            ],\n                            [\n                                109.511399,\n                                38.833633\n                            ],\n                            [\n                                109.404226,\n                                38.720752\n                            ],\n                            [\n                                109.338936,\n                                38.70161\n                            ],\n                            [\n                                109.367269,\n                                38.627328\n                            ],\n                            [\n                                109.276726,\n                                38.623121\n                            ],\n                            [\n                                109.178792,\n                                38.520675\n                            ],\n                            [\n                                109.051908,\n                                38.432146\n                            ],\n                            [\n                                108.938575,\n                                38.207291\n                            ],\n                            [\n                                108.963829,\n                                38.155085\n                            ],\n                            [\n                                109.069155,\n                                38.091071\n                            ],\n                            [\n                                109.017416,\n                                37.969949\n                            ],\n                            [\n                                108.938575,\n                                37.920877\n                            ],\n                            [\n                                108.871438,\n                                38.027471\n                            ],\n                            [\n                                108.797525,\n                                38.047735\n                            ],\n                            [\n                                108.82709,\n                                37.989285\n                            ],\n                            [\n                                108.798141,\n                                37.93362\n                            ],\n                            [\n                                108.799989,\n                                37.783871\n                            ],\n                            [\n                                108.777815,\n                                37.683554\n                            ],\n                            [\n                                108.611512,\n                                37.65419\n                            ],\n                            [\n                                108.532671,\n                                37.690656\n                            ],\n                            [\n                                108.440896,\n                                37.654663\n                            ],\n                            [\n                                108.304158,\n                                37.638556\n                            ],\n                            [\n                                108.219158,\n                                37.661295\n                            ],\n                            [\n                                108.134159,\n                                37.621971\n                            ],\n                            [\n                                108.025137,\n                                37.649926\n                            ],\n                            [\n                                107.982022,\n                                37.787181\n                            ],\n                            [\n                                107.65003,\n                                37.864688\n                            ],\n                            [\n                                107.49235,\n                                37.944945\n                            ],\n                            [\n                                107.419669,\n                                37.940699\n                            ],\n                            [\n                                107.438147,\n                                37.992586\n                            ],\n                            [\n                                107.329742,\n                                38.087774\n                            ],\n                            [\n                                107.19054,\n                                38.154144\n                            ],\n                            [\n                                107.014997,\n                                38.120261\n                            ],\n                            [\n                                106.768621,\n                                38.174843\n                            ],\n                            [\n                                106.546883,\n                                38.269794\n                            ],\n                            [\n                                106.482825,\n                                38.319571\n                            ],\n                            [\n                                106.601702,\n                                38.392295\n                            ],\n                            [\n                                106.647897,\n                                38.470569\n                            ],\n                            [\n                                106.66268,\n                                38.601614\n                            ],\n                            [\n                                106.709491,\n                                38.718885\n                            ],\n                            [\n                                106.954019,\n                                38.941215\n                            ],\n                            [\n                                106.96757,\n                                39.054676\n                            ],\n                            [\n                                106.859164,\n                                39.107623\n                            ],\n                            [\n                                106.795723,\n                                39.214327\n                            ],\n                            [\n                                106.806809,\n                                39.318554\n                            ],\n                            [\n                                106.751375,\n                                39.381478\n                            ],\n                            [\n                                106.683622,\n                                39.357426\n                            ],\n                            [\n                                106.602318,\n                                39.375466\n                            ],\n                            [\n                                106.506231,\n                                39.269934\n                            ],\n                            [\n                                106.402753,\n                                39.291701\n                            ],\n                            [\n                                106.284493,\n                                39.270397\n                            ],\n                            [\n                                106.283877,\n                                39.14522\n                            ],\n                            [\n                                106.145907,\n                                39.153108\n                            ],\n                            [\n                                106.096631,\n                                39.08487\n                            ],\n                            [\n                                106.060907,\n                                38.968667\n                            ],\n                            [\n                                105.97098,\n                                38.909097\n                            ],\n                            [\n                                106.003625,\n                                38.874636\n                            ],\n                            [\n                                105.897683,\n                                38.788875\n                            ],\n                            [\n                                105.90569,\n                                38.731488\n                            ],\n                            [\n                                105.852719,\n                                38.641349\n                            ],\n                            [\n                                105.874277,\n                                38.593197\n                            ],\n                            [\n                                105.821307,\n                                38.366967\n                            ],\n                            [\n                                105.86627,\n                                38.296565\n                            ],\n                            [\n                                105.775111,\n                                38.186601\n                            ],\n                            [\n                                105.780655,\n                                38.084949\n                            ],\n                            [\n                                105.840401,\n                                38.003902\n                            ],\n                            [\n                                105.799749,\n                                37.940227\n                            ],\n                            [\n                                105.80406,\n                                37.861854\n                            ],\n                            [\n                                105.760944,\n                                37.799947\n                            ],\n                            [\n                                105.622974,\n                                37.778669\n                            ],\n                            [\n                                105.598952,\n                                37.699178\n                            ],\n                            [\n                                105.315004,\n                                37.702018\n                            ],\n                            [\n                                105.111128,\n                                37.633818\n                            ],\n                            [\n                                105.024281,\n                                37.579781\n                            ],\n                            [\n                                104.866601,\n                                37.566503\n                            ],\n                            [\n                                104.801311,\n                                37.538516\n                            ],\n                            [\n                                104.419429,\n                                37.511943\n                            ],\n                            [\n                                104.407726,\n                                37.464467\n                            ],\n                            [\n                                104.287002,\n                                37.42789\n                            ],\n                            [\n                                104.183524,\n                                37.406981\n                            ],\n                            [\n                                103.948235,\n                                37.564606\n                            ],\n                            [\n                                103.676606,\n                                37.783871\n                            ],\n                            [\n                                103.401897,\n                                37.861854\n                            ],\n                            [\n                                103.362477,\n                                38.037368\n                            ],\n                            [\n                                103.369868,\n                                38.089658\n                            ],\n                            [\n                                103.53494,\n                                38.156497\n                            ],\n                            [\n                                103.507838,\n                                38.281068\n                            ],\n                            [\n                                103.416063,\n                                38.404956\n                            ],\n                            [\n                                103.85954,\n                                38.64462\n                            ],\n                            [\n                                104.044322,\n                                38.895128\n                            ],\n                            [\n                                104.168125,\n                                38.940285\n                            ],\n                            [\n                                104.207546,\n                                39.083941\n                            ],\n                            [\n                                104.177364,\n                                39.15218\n                            ],\n                            [\n                                104.047401,\n                                39.297721\n                            ],\n                            [\n                                104.091133,\n                                39.418466\n                            ],\n                            [\n                                103.964865,\n                                39.455434\n                            ],\n                            [\n                                103.839214,\n                                39.460516\n                            ],\n                            [\n                                103.595302,\n                                39.386565\n                            ],\n                            [\n                                103.344615,\n                                39.331514\n                            ],\n                            [\n                                103.007696,\n                                39.09973\n                            ],\n                            [\n                                102.601792,\n                                39.172129\n                            ],\n                            [\n                                102.45335,\n                                39.25511\n                            ],\n                            [\n                                102.280887,\n                                39.190217\n                            ],\n                            [\n                                101.830636,\n                                39.093229\n                            ],\n                            [\n                                101.926106,\n                                39.000758\n                            ],\n                            [\n                                102.075164,\n                                38.891403\n                            ],\n                            [\n                                101.941505,\n                                38.808926\n                            ],\n                            [\n                                101.777049,\n                                38.660507\n                            ],\n                            [\n                                101.679115,\n                                38.690869\n                            ],\n                            [\n                                101.601506,\n                                38.6549\n                            ],\n                            [\n                                101.562702,\n                                38.712816\n                            ],\n                            [\n                                101.307087,\n                                38.802865\n                            ],\n                            [\n                                101.334189,\n                                38.848545\n                            ],\n                            [\n                                101.24303,\n                                38.86066\n                            ],\n                            [\n                                101.198682,\n                                38.943077\n                            ],\n                            [\n                                101.228863,\n                                39.02075\n                            ],\n                            [\n                                101.117378,\n                                38.97518\n                            ],\n                            [\n                                100.969553,\n                                38.9468\n                            ],\n                            [\n                                100.961545,\n                                39.005873\n                            ],\n                            [\n                                100.835278,\n                                39.025863\n                            ],\n                            [\n                                100.864227,\n                                39.106695\n                            ],\n                            [\n                                100.842669,\n                                39.199955\n                            ],\n                            [\n                                100.842053,\n                                39.405523\n                            ],\n                            [\n                                100.619699,\n                                39.38749\n                            ],\n                            [\n                                100.498975,\n                                39.400437\n                            ],\n                            [\n                                100.500823,\n                                39.4813\n                            ],\n                            [\n                                100.326512,\n                                39.509003\n                            ],\n                            [\n                                100.314193,\n                                39.606799\n                            ],\n                            [\n                                100.250135,\n                                39.68512\n                            ],\n                            [\n                                100.128179,\n                                39.702155\n                            ],\n                            [\n                                100.040716,\n                                39.756913\n                            ],\n                            [\n                                99.904593,\n                                39.785886\n                            ],\n                            [\n                                99.822058,\n                                39.85987\n                            ],\n                            [\n                                99.672384,\n                                39.887881\n                            ],\n                            [\n                                99.488218,\n                                39.875943\n                            ],\n                            [\n                                99.927383,\n                                40.063947\n                            ],\n                            [\n                                100.002528,\n                                40.197528\n                            ],\n                            [\n                                100.169447,\n                                40.277458\n                            ],\n                            [\n                                100.169447,\n                                40.541242\n                            ],\n                            [\n                                100.242744,\n                                40.618495\n                            ],\n                            [\n                                100.237201,\n                                40.716977\n                            ],\n                            [\n                                100.107853,\n                                40.875511\n                            ],\n                            [\n                                100.057346,\n                                40.908077\n                            ],\n                            [\n                                99.673,\n                                40.932943\n                            ],\n                            [\n                                99.565827,\n                                40.846551\n                            ],\n                            [\n                                99.174705,\n                                40.858317\n                            ],\n                            [\n                                99.172858,\n                                40.747354\n                            ],\n                            [\n                                99.102025,\n                                40.676603\n                            ],\n                            [\n                                99.041662,\n                                40.693844\n                            ],\n                            [\n                                98.984996,\n                                40.782701\n                            ],\n                            [\n                                98.790975,\n                                40.705185\n                            ],\n                            [\n                                98.801446,\n                                40.609411\n                            ],\n                            [\n                                98.689345,\n                                40.691576\n                            ],\n                            [\n                                98.668403,\n                                40.772734\n                            ],\n                            [\n                                98.569853,\n                                40.746901\n                            ],\n                            [\n                                98.627751,\n                                40.677965\n                            ],\n                            [\n                                98.344419,\n                                40.568518\n                            ],\n                            [\n                                98.333332,\n                                40.918929\n                            ],\n                            [\n                                98.25018,\n                                40.939271\n                            ],\n                            [\n                                97.971776,\n                                41.097726\n                            ],\n                            [\n                                97.629314,\n                                41.440407\n                            ],\n                            [\n                                97.613915,\n                                41.477176\n                            ],\n                            [\n                                97.84674,\n                                41.656687\n                            ],\n                            [\n                                97.307177,\n                                42.565259\n                            ],\n                            [\n                                97.172903,\n                                42.795305\n                            ],\n                            [\n                                98.195362,\n                                42.653331\n                            ],\n                            [\n                                98.546447,\n                                42.638368\n                            ],\n                            [\n                                99.503001,\n                                42.568344\n                            ],\n                            [\n                                99.969267,\n                                42.648051\n                            ],\n                            [\n                                100.272309,\n                                42.636167\n                            ],\n                            [\n                                100.32528,\n                                42.689845\n                            ],\n                            [\n                                100.826655,\n                                42.67533\n                            ],\n                            [\n                                101.23995,\n                                42.59698\n                            ],\n                            [\n                                101.581796,\n                                42.525145\n                            ],\n                            [\n                                101.803534,\n                                42.503534\n                            ],\n                            [\n                                102.070236,\n                                42.232107\n                            ],\n                            [\n                                102.449039,\n                                42.143885\n                            ],\n                            [\n                                102.540814,\n                                42.162072\n                            ],\n                            [\n                                102.712045,\n                                42.152757\n                            ],\n                            [\n                                103.021862,\n                                42.02799\n                            ],\n                            [\n                                103.418527,\n                                41.882489\n                            ],\n                            [\n                                103.868779,\n                                41.802701\n                            ],\n                            [\n                                104.080046,\n                                41.804931\n                            ],\n                            [\n                                104.530298,\n                                41.874916\n                            ],\n                            [\n                                104.524138,\n                                41.662051\n                            ],\n                            [\n                                104.68613,\n                                41.64551\n                            ],\n                            [\n                                104.923267,\n                                41.654005\n                            ],\n                            [\n                                105.009498,\n                                41.583331\n                            ],\n                            [\n                                105.230621,\n                                41.750942\n                            ],\n                            [\n                                105.291599,\n                                41.750049\n                            ],\n                            [\n                                105.74185,\n                                41.949274\n                            ],\n                            [\n                                106.01348,\n                                42.03199\n                            ],\n                            [\n                                106.619564,\n                                42.243625\n                            ],\n                            [\n                                106.785867,\n                                42.291444\n                            ],\n                            [\n                                107.051337,\n                                42.319322\n                            ],\n                            [\n                                107.269996,\n                                42.363547\n                            ],\n                            [\n                                107.303872,\n                                42.4126\n                            ],\n                            [\n                                107.46648,\n                                42.458967\n                            ],\n                            [\n                                107.57427,\n                                42.413042\n                            ],\n                            [\n                                107.939522,\n                                42.403764\n                            ],\n                            [\n                                108.022058,\n                                42.433359\n                            ],\n                            [\n                                108.238252,\n                                42.460291\n                            ],\n                            [\n                                108.298614,\n                                42.438216\n                            ],\n                            [\n                                108.532671,\n                                42.443073\n                            ],\n                            [\n                                108.845569,\n                                42.395811\n                            ],\n                            [\n                                109.026039,\n                                42.458525\n                            ],\n                            [\n                                109.291509,\n                                42.435567\n                            ],\n                            [\n                                109.544044,\n                                42.472208\n                            ],\n                            [\n                                109.683862,\n                                42.559089\n                            ],\n                            [\n                                109.906216,\n                                42.635727\n                            ],\n                            [\n                                110.108244,\n                                42.642769\n                            ],\n                            [\n                                110.139657,\n                                42.67489\n                            ],\n                            [\n                                110.437156,\n                                42.781254\n                            ],\n                            [\n                                110.469801,\n                                42.839194\n                            ],\n                            [\n                                110.631177,\n                                42.936078\n                            ],\n                            [\n                                110.736502,\n                                43.089639\n                            ],\n                            [\n                                110.769763,\n                                43.099251\n                            ],\n                            [\n                                111.02045,\n                                43.329926\n                            ],\n                            [\n                                111.183674,\n                                43.396045\n                            ],\n                            [\n                                111.354289,\n                                43.436029\n                            ],\n                            [\n                                111.456535,\n                                43.49422\n                            ],\n                            [\n                                111.564325,\n                                43.490314\n                            ],\n                            [\n                                111.79407,\n                                43.67192\n                            ],\n                            [\n                                111.951135,\n                                43.693122\n                            ],\n                            [\n                                111.959758,\n                                43.8232\n                            ],\n                            [\n                                111.870447,\n                                43.940071\n                            ],\n                            [\n                                111.773128,\n                                44.010686\n                            ],\n                            [\n                                111.662875,\n                                44.061012\n                            ],\n                            [\n                                111.559397,\n                                44.171408\n                            ],\n                            [\n                                111.507042,\n                                44.294019\n                            ],\n                            [\n                                111.415883,\n                                44.357368\n                            ],\n                            [\n                                111.478709,\n                                44.488982\n                            ],\n                            [\n                                111.569868,\n                                44.576418\n                            ],\n                            [\n                                111.560629,\n                                44.647124\n                            ],\n                            [\n                                111.624687,\n                                44.778509\n                            ],\n                            [\n                                111.764505,\n                                44.969314\n                            ],\n                            [\n                                111.889541,\n                                45.045459\n                            ],\n                            [\n                                112.002874,\n                                45.090675\n                            ],\n                            [\n                                112.113743,\n                                45.072931\n                            ],\n                            [\n                                112.438959,\n                                45.071663\n                            ],\n                            [\n                                112.540589,\n                                45.001054\n                            ],\n                            [\n                                112.599719,\n                                44.93078\n                            ],\n                            [\n                                112.850406,\n                                44.840484\n                            ],\n                            [\n                                112.937869,\n                                44.84006\n                            ],\n                            [\n                                113.11526,\n                                44.799741\n                            ],\n                            [\n                                113.503918,\n                                44.77766\n                            ],\n                            [\n                                113.631417,\n                                44.745372\n                            ],\n                            [\n                                113.907358,\n                                44.915105\n                            ],\n                            [\n                                114.065038,\n                                44.931204\n                            ],\n                            [\n                                114.19069,\n                                45.036581\n                            ],\n                            [\n                                114.347139,\n                                45.119392\n                            ],\n                            [\n                                114.519602,\n                                45.283812\n                            ],\n                            [\n                                114.551014,\n                                45.387699\n                            ],\n                            [\n                                114.745035,\n                                45.438521\n                            ],\n                            [\n                                114.974165,\n                                45.377193\n                            ],\n                            [\n                                115.153403,\n                                45.395682\n                            ],\n                            [\n                                115.36467,\n                                45.392321\n                            ],\n                            [\n                                115.699741,\n                                45.459509\n                            ],\n                            [\n                                115.936878,\n                                45.632987\n                            ],\n                            [\n                                116.035428,\n                                45.68526\n                            ],\n                            [\n                                116.17463,\n                                45.688604\n                            ],\n                            [\n                                116.286731,\n                                45.775056\n                            ],\n                            [\n                                116.288579,\n                                45.838869\n                            ],\n                            [\n                                116.243,\n                                45.875956\n                            ],\n                            [\n                                116.271949,\n                                45.966692\n                            ],\n                            [\n                                116.414231,\n                                46.13404\n                            ],\n                            [\n                                116.439484,\n                                46.137771\n                            ],\n                            [\n                                116.585462,\n                                46.292199\n                            ],\n                            [\n                                116.745606,\n                                46.327743\n                            ],\n                            [\n                                116.826294,\n                                46.380602\n                            ],\n                            [\n                                117.097308,\n                                46.35707\n                            ],\n                            [\n                                117.372017,\n                                46.360373\n                            ],\n                            [\n                                117.392343,\n                                46.463093\n                            ],\n                            [\n                                117.447777,\n                                46.528172\n                            ],\n                            [\n                                117.42006,\n                                46.582071\n                            ],\n                            [\n                                117.49582,\n                                46.600574\n                            ],\n                            [\n                                117.622704,\n                                46.596052\n                            ],\n                            [\n                                117.704008,\n                                46.516645\n                            ],\n                            [\n                                117.870927,\n                                46.549985\n                            ],\n                            [\n                                117.914659,\n                                46.607973\n                            ],\n                            [\n                                118.04647,\n                                46.631398\n                            ],\n                            [\n                                118.124078,\n                                46.678216\n                            ],\n                            [\n                                118.192448,\n                                46.682731\n                            ],\n                            [\n                                118.316252,\n                                46.739347\n                            ],\n                            [\n                                118.446831,\n                                46.704482\n                            ],\n                            [\n                                118.586033,\n                                46.692992\n                            ],\n                            [\n                                118.639004,\n                                46.721302\n                            ],\n                            [\n                                118.788061,\n                                46.687246\n                            ],\n                            [\n                                118.845343,\n                                46.771731\n                            ],\n                            [\n                                118.914329,\n                                46.775009\n                            ],\n                            [\n                                118.912481,\n                                46.733196\n                            ],\n                            [\n                                119.011647,\n                                46.745498\n                            ],\n                            [\n                                119.123132,\n                                46.642901\n                            ],\n                            [\n                                119.26295,\n                                46.649062\n                            ],\n                            [\n                                119.374435,\n                                46.60304\n                            ],\n                            [\n                                119.431718,\n                                46.638793\n                            ],\n                            [\n                                119.656535,\n                                46.625645\n                            ],\n                            [\n                                119.677477,\n                                46.584539\n                            ],\n                            [\n                                119.783419,\n                                46.626056\n                            ],\n                            [\n                                119.8136,\n                                46.668363\n                            ],\n                            [\n                                119.911534,\n                                46.669595\n                            ],\n                            [\n                                119.93494,\n                                46.712688\n                            ],\n                            [\n                                119.928781,\n                                46.903933\n                            ],\n                            [\n                                119.859795,\n                                46.917013\n                            ],\n                            [\n                                119.795122,\n                                47.01297\n                            ],\n                            [\n                                119.806825,\n                                47.054973\n                            ],\n                            [\n                                119.716282,\n                                47.195829\n                            ],\n                            [\n                                119.56784,\n                                47.24825\n                            ],\n                            [\n                                119.559833,\n                                47.303053\n                            ],\n                            [\n                                119.487152,\n                                47.329419\n                            ],\n                            [\n                                119.353493,\n                                47.43192\n                            ],\n                            [\n                                119.365812,\n                                47.477232\n                            ],\n                            [\n                                119.152081,\n                                47.540685\n                            ],\n                            [\n                                119.134219,\n                                47.664539\n                            ],\n                            [\n                                118.773278,\n                                47.771213\n                            ],\n                            [\n                                118.568171,\n                                47.992315\n                            ],\n                            [\n                                118.424041,\n                                48.014734\n                            ],\n                            [\n                                118.299621,\n                                48.005127\n                            ],\n                            [\n                                118.231252,\n                                48.043943\n                            ],\n                            [\n                                117.96147,\n                                48.011132\n                            ],\n                            [\n                                117.813645,\n                                48.016335\n                            ],\n                            [\n                                117.493357,\n                                47.758343\n                            ],\n                            [\n                                117.384335,\n                                47.641162\n                            ],\n                            [\n                                117.094844,\n                                47.823865\n                            ],\n                            [\n                                116.879265,\n                                47.893718\n                            ],\n                            [\n                                116.669846,\n                                47.890509\n                            ],\n                            [\n                                116.453035,\n                                47.837522\n                            ],\n                            [\n                                116.26579,\n                                47.876866\n                            ],\n                            [\n                                116.111189,\n                                47.811812\n                            ],\n                            [\n                                115.939342,\n                                47.683071\n                            ],\n                            [\n                                115.580249,\n                                47.921793\n                            ],\n                            [\n                                115.529126,\n                                48.155029\n                            ],\n                            [\n                                115.822929,\n                                48.2595\n                            ],\n                            [\n                                115.799523,\n                                48.514993\n                            ],\n                            [\n                                115.83032,\n                                48.560156\n                            ],\n                            [\n                                116.077928,\n                                48.822412\n                            ],\n                            [\n                                116.048363,\n                                48.873598\n                            ],\n                            [\n                                116.717889,\n                                49.847388\n                            ],\n                            [\n                                116.736367,\n                                49.847388\n                            ],\n                            [\n                                117.068974,\n                                49.695524\n                            ],\n                            [\n                                117.278394,\n                                49.636272\n                            ],\n                            [\n                                117.485349,\n                                49.633172\n                            ],\n                            [\n                                117.809333,\n                                49.521049\n                            ],\n                            [\n                                117.867848,\n                                49.592853\n                            ],\n                            [\n                                117.980565,\n                                49.621158\n                            ],\n                            [\n                                118.084658,\n                                49.618057\n                            ],\n                            [\n                                118.122231,\n                                49.669586\n                            ],\n                            [\n                                118.205998,\n                                49.684686\n                            ],\n                            [\n                                118.225708,\n                                49.734211\n                            ],\n                            [\n                                118.388316,\n                                49.786004\n                            ],\n                            [\n                                118.395092,\n                                49.819601\n                            ],\n                            [\n                                118.49549,\n                                49.843144\n                            ],\n                            [\n                                118.485635,\n                                49.86706\n                            ],\n                            [\n                                118.574946,\n                                49.931423\n                            ],\n                            [\n                                118.741866,\n                                49.946441\n                            ],\n                            [\n                                118.929111,\n                                49.989545\n                            ],\n                            [\n                                119.092335,\n                                49.986082\n                            ],\n                            [\n                                119.163168,\n                                50.027613\n                            ],\n                            [\n                                119.190269,\n                                50.087538\n                            ],\n                            [\n                                119.243856,\n                                50.078324\n                            ],\n                            [\n                                119.360269,\n                                50.196441\n                            ],\n                            [\n                                119.319001,\n                                50.220948\n                            ],\n                            [\n                                119.358421,\n                                50.358949\n                            ],\n                            [\n                                119.259871,\n                                50.345205\n                            ],\n                            [\n                                119.125596,\n                                50.389095\n                            ],\n                            [\n                                119.250631,\n                                50.448568\n                            ],\n                            [\n                                119.28266,\n                                50.604899\n                            ],\n                            [\n                                119.361501,\n                                50.632611\n                            ],\n                            [\n                                119.383674,\n                                50.682301\n                            ],\n                            [\n                                119.450196,\n                                50.695569\n                            ],\n                            [\n                                119.506862,\n                                50.764118\n                            ],\n                            [\n                                119.491464,\n                                50.879026\n                            ],\n                            [\n                                119.633746,\n                                51.010218\n                            ],\n                            [\n                                119.726137,\n                                51.050105\n                            ],\n                            [\n                                119.788346,\n                                51.16656\n                            ],\n                            [\n                                119.760629,\n                                51.21231\n                            ],\n                            [\n                                119.944795,\n                                51.366848\n                            ],\n                            [\n                                120.002693,\n                                51.459396\n                            ],\n                            [\n                                119.985447,\n                                51.505227\n                            ],\n                            [\n                                120.051968,\n                                51.553245\n                            ],\n                            [\n                                120.035338,\n                                51.586343\n                            ],\n                            [\n                                120.087077,\n                                51.678076\n                            ],\n                            [\n                                120.172693,\n                                51.679931\n                            ],\n                            [\n                                120.363634,\n                                51.789982\n                            ],\n                            [\n                                120.398742,\n                                51.832153\n                            ],\n                            [\n                                120.480046,\n                                51.855072\n                            ],\n                            [\n                                120.481278,\n                                51.885735\n                            ],\n                            [\n                                120.656821,\n                                51.92634\n                            ],\n                            [\n                                120.719031,\n                                52.014438\n                            ],\n                            [\n                                120.68577,\n                                52.036896\n                            ],\n                            [\n                                120.747364,\n                                52.076996\n                            ],\n                            [\n                                120.786784,\n                                52.157824\n                            ],\n                            [\n                                120.7449,\n                                52.206984\n                            ],\n                            [\n                                120.755371,\n                                52.258287\n                            ],\n                            [\n                                120.627256,\n                                52.324161\n                            ],\n                            [\n                                120.62356,\n                                52.361081\n                            ],\n                            [\n                                120.688234,\n                                52.427531\n                            ],\n                            [\n                                120.689466,\n                                52.516098\n                            ],\n                            [\n                                120.727654,\n                                52.529568\n                            ],\n                            [\n                                120.467728,\n                                52.644076\n                            ],\n                            [\n                                120.40367,\n                                52.617929\n                            ],\n                            [\n                                120.287873,\n                                52.623378\n                            ],\n                            [\n                                120.196714,\n                                52.579043\n                            ],\n                            [\n                                120.049505,\n                                52.598672\n                            ],\n                            [\n                                120.035338,\n                                52.646255\n                            ],\n                            [\n                                120.071063,\n                                52.706113\n                            ],\n                            [\n                                120.038418,\n                                52.780006\n                            ],\n                            [\n                                120.222584,\n                                52.842934\n                            ],\n                            [\n                                120.350699,\n                                52.906131\n                            ],\n                            [\n                                120.455409,\n                                53.011376\n                            ],\n                            [\n                                120.549647,\n                                53.076125\n                            ],\n                            [\n                                120.643886,\n                                53.106667\n                            ],\n                            [\n                                120.736277,\n                                53.204615\n                            ],\n                            [\n                                120.840371,\n                                53.24724\n                            ],\n                            [\n                                120.882871,\n                                53.294472\n                            ],\n                            [\n                                121.129246,\n                                53.277303\n                            ],\n                            [\n                                121.285695,\n                                53.291253\n                            ],\n                            [\n                                121.347289,\n                                53.327003\n                            ],\n                            [\n                                121.499426,\n                                53.337008\n                            ],\n                            [\n                                121.612143,\n                                53.260484\n                            ],\n                            [\n                                121.679896,\n                                53.240437\n                            ],\n                            [\n                                121.665114,\n                                53.170556\n                            ],\n                            [\n                                121.754425,\n                                53.146519\n                            ],\n                            [\n                                121.817867,\n                                53.061744\n                            ],\n                            [\n                                121.785838,\n                                53.018575\n                            ],\n                            [\n                                121.715621,\n                                52.998054\n                            ],\n                            [\n                                121.66265,\n                                52.912626\n                            ],\n                            [\n                                121.610295,\n                                52.892416\n                            ],\n                            [\n                                121.591201,\n                                52.824499\n                            ],\n                            [\n                                121.476636,\n                                52.772043\n                            ],\n                            [\n                                121.373158,\n                                52.683268\n                            ],\n                            [\n                                121.182217,\n                                52.599399\n                            ],\n                            [\n                                121.325731,\n                                52.572498\n                            ],\n                            [\n                                121.416274,\n                                52.499346\n                            ],\n                            [\n                                121.519136,\n                                52.456709\n                            ],\n                            [\n                                121.63986,\n                                52.444311\n                            ],\n                            [\n                                121.714389,\n                                52.317944\n                            ],\n                            [\n                                121.841272,\n                                52.282818\n                            ],\n                            [\n                                121.94783,\n                                52.298555\n                            ],\n                            [\n                                122.091344,\n                                52.427167\n                            ],\n                            [\n                                122.168952,\n                                52.513549\n                            ],\n                            [\n                                122.207756,\n                                52.469103\n                            ],\n                            [\n                                122.310618,\n                                52.475299\n                            ],\n                            [\n                                122.342031,\n                                52.41403\n                            ],\n                            [\n                                122.484313,\n                                52.341711\n                            ],\n                            [\n                                122.478153,\n                                52.29636\n                            ],\n                            [\n                                122.585943,\n                                52.266344\n                            ],\n                            [\n                                122.76087,\n                                52.26671\n                            ],\n                            [\n                                122.769493,\n                                52.179843\n                            ],\n                            [\n                                122.629059,\n                                52.136529\n                            ],\n                            [\n                                122.683877,\n                                51.974649\n                            ],\n                            [\n                                122.726377,\n                                51.978704\n                            ],\n                            [\n                                122.706051,\n                                51.890166\n                            ],\n                            [\n                                122.771957,\n                                51.779619\n                            ],\n                            [\n                                122.749167,\n                                51.746661\n                            ],\n                            [\n                                122.85634,\n                                51.606786\n                            ],\n                            [\n                                122.854492,\n                                51.477659\n                            ],\n                            [\n                                122.903768,\n                                51.415384\n                            ],\n                            [\n                                122.965977,\n                                51.387015\n                            ],\n                            [\n                                122.978296,\n                                51.331346\n                            ],\n                            [\n                                123.058984,\n                                51.321999\n                            ],\n                            [\n                                123.294273,\n                                51.25427\n                            ],\n                            [\n                                123.465504,\n                                51.287212\n                            ],\n                            [\n                                123.736517,\n                                50.974064\n                            ],\n                            [\n                                123.825829,\n                                50.813669\n                            ],\n                            [\n                                124.076516,\n                                50.564249\n                            ],\n                            [\n                                123.983509,\n                                50.510249\n                            ],\n                            [\n                                124.005067,\n                                50.434469\n                            ],\n                            [\n                                123.920067,\n                                50.37307\n                            ],\n                            [\n                                123.800575,\n                                50.455806\n                            ],\n                            [\n                                123.777785,\n                                50.344441\n                            ],\n                            [\n                                123.870792,\n                                50.270307\n                            ],\n                            [\n                                123.878799,\n                                50.208696\n                            ],\n                            [\n                                123.953944,\n                                50.186865\n                            ],\n                            [\n                                124.007531,\n                                50.219417\n                            ],\n                            [\n                                124.061733,\n                                50.199122\n                            ],\n                            [\n                                124.103001,\n                                50.238555\n                            ],\n                            [\n                                124.189233,\n                                50.216737\n                            ],\n                            [\n                                124.278544,\n                                50.231284\n                            ],\n                            [\n                                124.32474,\n                                50.178436\n                            ],\n                            [\n                                124.368471,\n                                50.258068\n                            ],\n                            [\n                                124.36416,\n                                50.360857\n                            ],\n                            [\n                                124.43992,\n                                50.388713\n                            ],\n                            [\n                                124.499666,\n                                50.397868\n                            ],\n                            [\n                                124.504594,\n                                50.342532\n                            ],\n                            [\n                                124.578507,\n                                50.294777\n                            ],\n                            [\n                                124.619774,\n                                50.229753\n                            ],\n                            [\n                                124.575427,\n                                50.179585\n                            ],\n                            [\n                                124.508289,\n                                50.162723\n                            ],\n                            [\n                                124.604992,\n                                50.070644\n                            ],\n                            [\n                                124.680752,\n                                50.031841\n                            ],\n                            [\n                                124.650571,\n                                49.99493\n                            ],\n                            [\n                                124.66597,\n                                49.868217\n                            ],\n                            [\n                                124.730644,\n                                49.817671\n                            ],\n                            [\n                                124.74173,\n                                49.761274\n                            ],\n                            [\n                                124.824266,\n                                49.849703\n                            ],\n                            [\n                                124.972708,\n                                49.834654\n                            ],\n                            [\n                                124.935135,\n                                49.866675\n                            ],\n                            [\n                                124.977635,\n                                49.900601\n                            ],\n                            [\n                                125.095896,\n                                49.795661\n                            ],\n                            [\n                                125.177815,\n                                49.829637\n                            ],\n                            [\n                                125.222779,\n                                49.799137\n                            ],\n                            [\n                                125.219699,\n                                49.669199\n                            ],\n                            [\n                                125.132236,\n                                49.671909\n                            ],\n                            [\n                                125.234482,\n                                49.592077\n                            ],\n                            [\n                                125.228323,\n                                49.486857\n                            ],\n                            [\n                                125.264047,\n                                49.461585\n                            ],\n                            [\n                                125.261583,\n                                49.318656\n                            ],\n                            [\n                                125.219699,\n                                49.188999\n                            ],\n                            [\n                                125.117453,\n                                49.126\n                            ],\n                            [\n                                124.906802,\n                                49.183915\n                            ],\n                            [\n                                124.807636,\n                                49.108769\n                            ],\n                            [\n                                124.808252,\n                                49.020563\n                            ],\n                            [\n                                124.709086,\n                                48.920406\n                            ],\n                            [\n                                124.697383,\n                                48.841711\n                            ],\n                            [\n                                124.653651,\n                                48.777089\n                            ],\n                            [\n                                124.579122,\n                                48.596574\n                            ],\n                            [\n                                124.520608,\n                                48.556196\n                            ],\n                            [\n                                124.555717,\n                                48.467805\n                            ],\n                            [\n                                124.507674,\n                                48.445584\n                            ],\n                            [\n                                124.51876,\n                                48.378068\n                            ],\n                            [\n                                124.579738,\n                                48.304095\n                            ],\n                            [\n                                124.578507,\n                                48.251931\n                            ],\n                            [\n                                124.463942,\n                                48.097518\n                            ],\n                            [\n                                124.467637,\n                                48.178972\n                            ],\n                            [\n                                124.418978,\n                                48.181765\n                            ],\n                            [\n                                124.404812,\n                                48.264679\n                            ],\n                            [\n                                124.317964,\n                                48.347856\n                            ],\n                            [\n                                124.314269,\n                                48.503894\n                            ],\n                            [\n                                124.25945,\n                                48.536391\n                            ],\n                            [\n                                124.25945,\n                                48.536391\n                            ],\n                            [\n                                124.07898,\n                                48.436058\n                            ],\n                            [\n                                123.873256,\n                                48.281006\n                            ],\n                            [\n                                123.746373,\n                                48.19772\n                            ],\n                            [\n                                123.537569,\n                                48.021938\n                            ],\n                            [\n                                123.300432,\n                                47.953861\n                            ],\n                            [\n                                123.228983,\n                                47.840735\n                            ],\n                            [\n                                123.166158,\n                                47.783677\n                            ],\n                            [\n                                122.855108,\n                                47.677432\n                            ],\n                            [\n                                122.763333,\n                                47.613338\n                            ],\n                            [\n                                122.59395,\n                                47.547551\n                            ],\n                            [\n                                122.543443,\n                                47.495427\n                            ],\n                            [\n                                122.507103,\n                                47.401555\n                            ],\n                            [\n                                122.418407,\n                                47.350503\n                            ],\n                            [\n                                122.556378,\n                                47.17265\n                            ],\n                            [\n                                122.679566,\n                                47.094092\n                            ],\n                            [\n                                122.845869,\n                                47.046819\n                            ],\n                            [\n                                122.778116,\n                                47.00277\n                            ],\n                            [\n                                122.796594,\n                                46.938261\n                            ],\n                            [\n                                122.895144,\n                                46.960317\n                            ],\n                            [\n                                122.906847,\n                                46.807372\n                            ],\n                            [\n                                123.026339,\n                                46.718841\n                            ],\n                            [\n                                123.163694,\n                                46.740167\n                            ],\n                            [\n                                123.221592,\n                                46.850355\n                            ],\n                            [\n                                123.309056,\n                                46.86222\n                            ],\n                            [\n                                123.374345,\n                                46.837668\n                            ],\n                            [\n                                123.404526,\n                                46.935401\n                            ],\n                            [\n                                123.52833,\n                                46.944797\n                            ],\n                            [\n                                123.483366,\n                                46.845854\n                            ],\n                            [\n                                123.562823,\n                                46.825797\n                            ],\n                            [\n                                123.576989,\n                                46.891259\n                            ],\n                            [\n                                123.625648,\n                                46.84749\n                            ],\n                            [\n                                123.631808,\n                                46.728685\n                            ],\n                            [\n                                123.603475,\n                                46.689299\n                            ],\n                            [\n                                123.366338,\n                                46.677805\n                            ],\n                            [\n                                123.276411,\n                                46.660972\n                            ],\n                            [\n                                123.228368,\n                                46.58824\n                            ],\n                            [\n                                123.18094,\n                                46.614138\n                            ],\n                            [\n                                123.04605,\n                                46.617426\n                            ],\n                            [\n                                123.002318,\n                                46.574257\n                            ],\n                            [\n                                123.011557,\n                                46.43506\n                            ],\n                            [\n                                123.178476,\n                                46.247944\n                            ],\n                            [\n                                123.102716,\n                                46.172172\n                            ],\n                            [\n                                123.112571,\n                                46.129894\n                            ],\n                            [\n                                123.04605,\n                                46.10003\n                            ],\n                            [\n                                122.792898,\n                                46.073056\n                            ],\n                            [\n                                122.828623,\n                                45.912185\n                            ],\n                            [\n                                122.752246,\n                                45.834701\n                            ],\n                            [\n                                122.792283,\n                                45.766291\n                            ],\n                            [\n                                122.741775,\n                                45.70532\n                            ],\n                            [\n                                122.671558,\n                                45.700723\n                            ],\n                            [\n                                122.640761,\n                                45.7713\n                            ],\n                            [\n                                122.555146,\n                                45.821359\n                            ],\n                            [\n                                122.504639,\n                                45.787157\n                            ],\n                            [\n                                122.496016,\n                                45.858041\n                            ],\n                            [\n                                122.446125,\n                                45.916764\n                            ],\n                            [\n                                122.362357,\n                                45.917597\n                            ],\n                            [\n                                122.372828,\n                                45.855957\n                            ],\n                            [\n                                122.258879,\n                                45.794666\n                            ],\n                            [\n                                122.200981,\n                                45.85679\n                            ],\n                            [\n                                122.091344,\n                                45.881787\n                            ],\n                            [\n                                122.040221,\n                                45.95879\n                            ],\n                            [\n                                121.84312,\n                                46.02447\n                            ],\n                            [\n                                121.762432,\n                                45.999538\n                            ],\n                            [\n                                121.809243,\n                                45.96087\n                            ],\n                            [\n                                121.817251,\n                                45.875539\n                            ],\n                            [\n                                121.754425,\n                                45.795084\n                            ],\n                            [\n                                121.644172,\n                                45.752516\n                            ],\n                            [\n                                121.713773,\n                                45.701977\n                            ],\n                            [\n                                121.811091,\n                                45.686932\n                            ],\n                            [\n                                121.867142,\n                                45.719942\n                            ],\n                            [\n                                121.949062,\n                                45.711169\n                            ],\n                            [\n                                122.003264,\n                                45.623363\n                            ],\n                            [\n                                121.966308,\n                                45.596157\n                            ],\n                            [\n                                122.02359,\n                                45.490137\n                            ],\n                            [\n                                122.163408,\n                                45.443979\n                            ],\n                            [\n                                122.147394,\n                                45.295598\n                            ],\n                            [\n                                122.239169,\n                                45.276234\n                            ],\n                            [\n                                122.22993,\n                                45.20672\n                            ],\n                            [\n                                122.143082,\n                                45.183108\n                            ],\n                            [\n                                122.109822,\n                                45.142186\n                            ],\n                            [\n                                122.119677,\n                                45.068705\n                            ],\n                            [\n                                122.074713,\n                                45.006553\n                            ],\n                            [\n                                122.079025,\n                                44.914258\n                            ],\n                            [\n                                122.04946,\n                                44.912987\n                            ],\n                            [\n                                122.114749,\n                                44.776386\n                            ],\n                            [\n                                122.161561,\n                                44.728371\n                            ],\n                            [\n                                122.103046,\n                                44.673935\n                            ],\n                            [\n                                122.13138,\n                                44.577697\n                            ],\n                            [\n                                122.196053,\n                                44.559794\n                            ],\n                            [\n                                122.228082,\n                                44.480017\n                            ],\n                            [\n                                122.28598,\n                                44.477883\n                            ],\n                            [\n                                122.291524,\n                                44.310291\n                            ],\n                            [\n                                122.271198,\n                                44.255463\n                            ],\n                            [\n                                122.319241,\n                                44.232745\n                            ],\n                            [\n                                122.483697,\n                                44.237032\n                            ],\n                            [\n                                122.676486,\n                                44.28631\n                            ],\n                            [\n                                122.76087,\n                                44.369772\n                            ],\n                            [\n                                122.85634,\n                                44.398422\n                            ],\n                            [\n                                123.025108,\n                                44.492823\n                            ],\n                            [\n                                123.125506,\n                                44.509466\n                            ],\n                            [\n                                123.128585,\n                                44.366778\n                            ],\n                            [\n                                123.196955,\n                                44.34496\n                            ],\n                            [\n                                123.323838,\n                                44.179991\n                            ],\n                            [\n                                123.386664,\n                                44.161966\n                            ],\n                            [\n                                123.32815,\n                                44.083795\n                            ],\n                            [\n                                123.332461,\n                                44.028326\n                            ],\n                            [\n                                123.400831,\n                                43.979264\n                            ],\n                            [\n                                123.52525,\n                                43.695718\n                            ],\n                            [\n                                123.5117,\n                                43.59267\n                            ],\n                            [\n                                123.439019,\n                                43.577501\n                            ],\n                            [\n                                123.439019,\n                                43.577501\n                            ],\n                            [\n                                123.304744,\n                                43.551055\n                            ],\n                            [\n                                123.315831,\n                                43.49205\n                            ],\n                            [\n                                123.382968,\n                                43.46904\n                            ],\n                            [\n                                123.419925,\n                                43.409955\n                            ],\n                            [\n                                123.486446,\n                                43.445587\n                            ],\n                            [\n                                123.608402,\n                                43.366474\n                            ],\n                            [\n                                123.703873,\n                                43.370824\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                124.076516,\n                                50.564249\n                            ],\n                            [\n                                123.825829,\n                                50.813669\n                            ],\n                            [\n                                123.736517,\n                                50.974064\n                            ],\n                            [\n                                123.465504,\n                                51.287212\n                            ],\n                            [\n                                123.661989,\n                                51.319008\n                            ],\n                            [\n                                123.711264,\n                                51.398216\n                            ],\n                            [\n                                123.842459,\n                                51.367595\n                            ],\n                            [\n                                123.926227,\n                                51.300681\n                            ],\n                            [\n                                124.071588,\n                                51.320878\n                            ],\n                            [\n                                124.128255,\n                                51.347419\n                            ],\n                            [\n                                124.239124,\n                                51.344429\n                            ],\n                            [\n                                124.271769,\n                                51.308162\n                            ],\n                            [\n                                124.406659,\n                                51.271867\n                            ],\n                            [\n                                124.43684,\n                                51.353772\n                            ],\n                            [\n                                124.490427,\n                                51.380294\n                            ],\n                            [\n                                124.58713,\n                                51.363486\n                            ],\n                            [\n                                124.62655,\n                                51.327608\n                            ],\n                            [\n                                124.693687,\n                                51.332842\n                            ],\n                            [\n                                124.783614,\n                                51.392243\n                            ],\n                            [\n                                124.864302,\n                                51.379547\n                            ],\n                            [\n                                124.942527,\n                                51.447465\n                            ],\n                            [\n                                124.928976,\n                                51.498523\n                            ],\n                            [\n                                125.047236,\n                                51.529801\n                            ],\n                            [\n                                125.098975,\n                                51.658408\n                            ],\n                            [\n                                125.130388,\n                                51.635389\n                            ],\n                            [\n                                125.35151,\n                                51.623876\n                            ],\n                            [\n                                125.567089,\n                                51.455668\n                            ],\n                            [\n                                125.567089,\n                                51.455668\n                            ],\n                            [\n                                125.595422,\n                                51.416877\n                            ],\n                            [\n                                125.595422,\n                                51.416877\n                            ],\n                            [\n                                125.597886,\n                                51.414638\n                            ],\n                            [\n                                125.597886,\n                                51.414638\n                            ],\n                            [\n                                125.600966,\n                                51.413518\n                            ],\n                            [\n                                125.600966,\n                                51.413518\n                            ],\n                            [\n                                125.623756,\n                                51.387762\n                            ],\n                            [\n                                125.623756,\n                                51.387762\n                            ],\n                            [\n                                125.63977,\n                                51.372451\n                            ],\n                            [\n                                125.63977,\n                                51.372451\n                            ],\n                            [\n                                125.668103,\n                                51.347419\n                            ],\n                            [\n                                125.668103,\n                                51.347419\n                            ],\n                            [\n                                125.670567,\n                                51.34555\n                            ],\n                            [\n                                125.670567,\n                                51.34555\n                            ],\n                            [\n                                125.743248,\n                                51.275984\n                            ],\n                            [\n                                125.743248,\n                                51.275984\n                            ],\n                            [\n                                125.756798,\n                                51.227675\n                            ],\n                            [\n                                125.840566,\n                                51.220555\n                            ],\n                            [\n                                125.878138,\n                                51.159431\n                            ],\n                            [\n                                126.059225,\n                                51.043711\n                            ],\n                            [\n                                126.033971,\n                                51.010971\n                            ],\n                            [\n                                126.073391,\n                                50.963514\n                            ],\n                            [\n                                125.890457,\n                                50.805729\n                            ],\n                            [\n                                125.758646,\n                                50.746706\n                            ],\n                            [\n                                125.825784,\n                                50.703906\n                            ],\n                            [\n                                125.787595,\n                                50.677373\n                            ],\n                            [\n                                125.829479,\n                                50.561589\n                            ],\n                            [\n                                125.740784,\n                                50.523184\n                            ],\n                            [\n                                125.632379,\n                                50.443996\n                            ],\n                            [\n                                125.590495,\n                                50.452378\n                            ],\n                            [\n                                125.519662,\n                                50.315795\n                            ],\n                            [\n                                125.466075,\n                                50.297452\n                            ],\n                            [\n                                125.448829,\n                                50.216354\n                            ],\n                            [\n                                125.334264,\n                                50.165023\n                            ],\n                            [\n                                125.258504,\n                                50.103659\n                            ],\n                            [\n                                125.294228,\n                                50.029151\n                            ],\n                            [\n                                125.231402,\n                                49.957606\n                            ],\n                            [\n                                125.239409,\n                                49.844687\n                            ],\n                            [\n                                125.177815,\n                                49.829637\n                            ],\n                            [\n                                125.095896,\n                                49.795661\n                            ],\n                            [\n                                124.977635,\n                                49.900601\n                            ],\n                            [\n                                124.935135,\n                                49.866675\n                            ],\n                            [\n                                124.972708,\n                                49.834654\n                            ],\n                            [\n                                124.824266,\n                                49.849703\n                            ],\n                            [\n                                124.74173,\n                                49.761274\n                            ],\n                            [\n                                124.730644,\n                                49.817671\n                            ],\n                            [\n                                124.66597,\n                                49.868217\n                            ],\n                            [\n                                124.650571,\n                                49.99493\n                            ],\n                            [\n                                124.680752,\n                                50.031841\n                            ],\n                            [\n                                124.604992,\n                                50.070644\n                            ],\n                            [\n                                124.508289,\n                                50.162723\n                            ],\n                            [\n                                124.575427,\n                                50.179585\n                            ],\n                            [\n                                124.619774,\n                                50.229753\n                            ],\n                            [\n                                124.578507,\n                                50.294777\n                            ],\n                            [\n                                124.504594,\n                                50.342532\n                            ],\n                            [\n                                124.499666,\n                                50.397868\n                            ],\n                            [\n                                124.43992,\n                                50.388713\n                            ],\n                            [\n                                124.43992,\n                                50.539919\n                            ],\n                            [\n                                124.322892,\n                                50.532693\n                            ],\n                            [\n                                124.289015,\n                                50.553226\n                            ],\n                            [\n                                124.076516,\n                                50.564249\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 210000,\n                \"name\": \"辽宁省\",\n                \"center\": [\n                    123.429096,\n                    41.796767\n                ],\n                \"centroid\": [\n                    122.606135,\n                    41.300702\n                ],\n                \"childrenNum\": 14,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 5,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                119.239545,\n                                41.314696\n                            ],\n                            [\n                                119.326392,\n                                41.329525\n                            ],\n                            [\n                                119.30545,\n                                41.402271\n                            ],\n                            [\n                                119.376283,\n                                41.422015\n                            ],\n                            [\n                                119.405848,\n                                41.508548\n                            ],\n                            [\n                                119.361501,\n                                41.56498\n                            ],\n                            [\n                                119.415703,\n                                41.590044\n                            ],\n                            [\n                                119.307914,\n                                41.657581\n                            ],\n                            [\n                                119.294363,\n                                41.775935\n                            ],\n                            [\n                                119.334399,\n                                41.869569\n                            ],\n                            [\n                                119.324544,\n                                41.969296\n                            ],\n                            [\n                                119.384906,\n                                42.089738\n                            ],\n                            [\n                                119.315921,\n                                42.119037\n                            ],\n                            [\n                                119.237697,\n                                42.201088\n                            ],\n                            [\n                                119.284508,\n                                42.265325\n                            ],\n                            [\n                                119.415703,\n                                42.309588\n                            ],\n                            [\n                                119.502551,\n                                42.387857\n                            ],\n                            [\n                                119.572152,\n                                42.359568\n                            ],\n                            [\n                                119.541971,\n                                42.292329\n                            ],\n                            [\n                                119.744615,\n                                42.211725\n                            ],\n                            [\n                                119.846861,\n                                42.21527\n                            ],\n                            [\n                                119.837622,\n                                42.135455\n                            ],\n                            [\n                                119.989759,\n                                41.898969\n                            ],\n                            [\n                                120.051968,\n                                41.775935\n                            ],\n                            [\n                                120.035954,\n                                41.708075\n                            ],\n                            [\n                                120.096316,\n                                41.696907\n                            ],\n                            [\n                                120.188707,\n                                41.848179\n                            ],\n                            [\n                                120.373489,\n                                41.994648\n                            ],\n                            [\n                                120.456641,\n                                42.016433\n                            ],\n                            [\n                                120.466496,\n                                42.105277\n                            ],\n                            [\n                                120.58414,\n                                42.167394\n                            ],\n                            [\n                                120.624792,\n                                42.154532\n                            ],\n                            [\n                                120.745516,\n                                42.223689\n                            ],\n                            [\n                                120.79048,\n                                42.218372\n                            ],\n                            [\n                                120.933378,\n                                42.279493\n                            ],\n                            [\n                                121.068884,\n                                42.252483\n                            ],\n                            [\n                                121.285079,\n                                42.387857\n                            ],\n                            [\n                                121.304789,\n                                42.435567\n                            ],\n                            [\n                                121.304789,\n                                42.435567\n                            ],\n                            [\n                                121.388557,\n                                42.475297\n                            ],\n                            [\n                                121.604752,\n                                42.494271\n                            ],\n                            [\n                                121.66573,\n                                42.437333\n                            ],\n                            [\n                                121.904714,\n                                42.569666\n                            ],\n                            [\n                                121.940438,\n                                42.688525\n                            ],\n                            [\n                                122.071634,\n                                42.711391\n                            ],\n                            [\n                                122.20406,\n                                42.683687\n                            ],\n                            [\n                                122.203445,\n                                42.731171\n                            ],\n                            [\n                                122.338951,\n                                42.670051\n                            ],\n                            [\n                                122.395002,\n                                42.683687\n                            ],\n                            [\n                                122.457212,\n                                42.774227\n                            ],\n                            [\n                                122.374676,\n                                42.774667\n                            ],\n                            [\n                                122.35127,\n                                42.830419\n                            ],\n                            [\n                                122.436886,\n                                42.843142\n                            ],\n                            [\n                                122.563769,\n                                42.826031\n                            ],\n                            [\n                                122.624747,\n                                42.773349\n                            ],\n                            [\n                                122.732536,\n                                42.786524\n                            ],\n                            [\n                                122.786123,\n                                42.756218\n                            ],\n                            [\n                                122.786123,\n                                42.756218\n                            ],\n                            [\n                                122.831087,\n                                42.722381\n                            ],\n                            [\n                                122.887137,\n                                42.770275\n                            ],\n                            [\n                                123.058368,\n                                42.768957\n                            ],\n                            [\n                                123.227752,\n                                42.831735\n                            ],\n                            [\n                                123.169853,\n                                42.859811\n                            ],\n                            [\n                                123.18402,\n                                42.926002\n                            ],\n                            [\n                                123.259165,\n                                42.992997\n                            ],\n                            [\n                                123.474743,\n                                43.04243\n                            ],\n                            [\n                                123.515395,\n                                43.027561\n                            ],\n                            [\n                                123.515395,\n                                43.027561\n                            ],\n                            [\n                                123.572678,\n                                43.0035\n                            ],\n                            [\n                                123.666916,\n                                43.179585\n                            ],\n                            [\n                                123.664453,\n                                43.264606\n                            ],\n                            [\n                                123.703873,\n                                43.370824\n                            ],\n                            [\n                                123.710032,\n                                43.417344\n                            ],\n                            [\n                                123.791952,\n                                43.491182\n                            ],\n                            [\n                                123.87264,\n                                43.451234\n                            ],\n                            [\n                                123.84985,\n                                43.415606\n                            ],\n                            [\n                                123.896046,\n                                43.361689\n                            ],\n                            [\n                                124.032784,\n                                43.280724\n                            ],\n                            [\n                                124.098074,\n                                43.29292\n                            ],\n                            [\n                                124.114704,\n                                43.247175\n                            ],\n                            [\n                                124.226805,\n                                43.241945\n                            ],\n                            [\n                                124.226805,\n                                43.241945\n                            ],\n                            [\n                                124.282856,\n                                43.230176\n                            ],\n                            [\n                                124.284088,\n                                43.166058\n                            ],\n                            [\n                                124.425754,\n                                43.076092\n                            ],\n                            [\n                                124.333363,\n                                42.997373\n                            ],\n                            [\n                                124.422674,\n                                42.975927\n                            ],\n                            [\n                                124.431913,\n                                42.930821\n                            ],\n                            [\n                                124.369087,\n                                42.882613\n                            ],\n                            [\n                                124.435609,\n                                42.88086\n                            ],\n                            [\n                                124.454703,\n                                42.823836\n                            ],\n                            [\n                                124.514449,\n                                42.873406\n                            ],\n                            [\n                                124.514449,\n                                42.873406\n                            ],\n                            [\n                                124.539086,\n                                42.867266\n                            ],\n                            [\n                                124.659195,\n                                42.972862\n                            ],\n                            [\n                                124.686912,\n                                43.051176\n                            ],\n                            [\n                                124.785462,\n                                43.117161\n                            ],\n                            [\n                                124.896331,\n                                43.129826\n                            ],\n                            [\n                                124.840897,\n                                43.032372\n                            ],\n                            [\n                                124.869846,\n                                42.988183\n                            ],\n                            [\n                                124.859375,\n                                42.822959\n                            ],\n                            [\n                                124.897563,\n                                42.787841\n                            ],\n                            [\n                                124.975171,\n                                42.802768\n                            ],\n                            [\n                                124.996113,\n                                42.745234\n                            ],\n                            [\n                                124.996113,\n                                42.745234\n                            ],\n                            [\n                                124.968396,\n                                42.72282\n                            ],\n                            [\n                                125.038613,\n                                42.615476\n                            ],\n                            [\n                                125.097127,\n                                42.62252\n                            ],\n                            [\n                                125.068794,\n                                42.499564\n                            ],\n                            [\n                                125.186439,\n                                42.428059\n                            ],\n                            [\n                                125.175352,\n                                42.308261\n                            ],\n                            [\n                                125.29854,\n                                42.290116\n                            ],\n                            [\n                                125.305931,\n                                42.146103\n                            ],\n                            [\n                                125.353358,\n                                42.178923\n                            ],\n                            [\n                                125.490097,\n                                42.136343\n                            ],\n                            [\n                                125.369989,\n                                42.003096\n                            ],\n                            [\n                                125.291764,\n                                41.958618\n                            ],\n                            [\n                                125.299156,\n                                41.872243\n                            ],\n                            [\n                                125.299156,\n                                41.872243\n                            ],\n                            [\n                                125.297308,\n                                41.861995\n                            ],\n                            [\n                                125.297308,\n                                41.861995\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.319482,\n                                41.777273\n                            ],\n                            [\n                                125.319482,\n                                41.777273\n                            ],\n                            [\n                                125.323793,\n                                41.771026\n                            ],\n                            [\n                                125.323793,\n                                41.771026\n                            ],\n                            [\n                                125.325025,\n                                41.670097\n                            ],\n                            [\n                                125.450677,\n                                41.674119\n                            ],\n                            [\n                                125.450061,\n                                41.598099\n                            ],\n                            [\n                                125.534444,\n                                41.478073\n                            ],\n                            [\n                                125.547995,\n                                41.401373\n                            ],\n                            [\n                                125.637306,\n                                41.34435\n                            ],\n                            [\n                                125.646545,\n                                41.264344\n                            ],\n                            [\n                                125.758646,\n                                41.232404\n                            ],\n                            [\n                                125.737088,\n                                41.179737\n                            ],\n                            [\n                                125.791291,\n                                41.167577\n                            ],\n                            [\n                                125.712451,\n                                41.095471\n                            ],\n                            [\n                                125.726617,\n                                41.055328\n                            ],\n                            [\n                                125.674879,\n                                40.974516\n                            ],\n                            [\n                                125.589263,\n                                40.931135\n                            ],\n                            [\n                                125.707523,\n                                40.866915\n                            ],\n                            [\n                                125.544915,\n                                40.72922\n                            ],\n                            [\n                                125.49564,\n                                40.728767\n                            ],\n                            [\n                                125.422343,\n                                40.635297\n                            ],\n                            [\n                                125.279445,\n                                40.655273\n                            ],\n                            [\n                                125.018287,\n                                40.53624\n                            ],\n                            [\n                                124.985642,\n                                40.475279\n                            ],\n                            [\n                                124.897563,\n                                40.47892\n                            ],\n                            [\n                                124.851368,\n                                40.427017\n                            ],\n                            [\n                                124.74481,\n                                40.375074\n                            ],\n                            [\n                                124.718325,\n                                40.319441\n                            ],\n                            [\n                                124.62039,\n                                40.290695\n                            ],\n                            [\n                                124.388797,\n                                40.113384\n                            ],\n                            [\n                                124.38079,\n                                40.108808\n                            ],\n                            [\n                                124.336442,\n                                40.049751\n                            ],\n                            [\n                                124.372167,\n                                40.021348\n                            ],\n                            [\n                                124.239124,\n                                39.927352\n                            ],\n                            [\n                                124.173218,\n                                39.841496\n                            ],\n                            [\n                                124.144885,\n                                39.745413\n                            ],\n                            [\n                                124.103001,\n                                39.823577\n                            ],\n                            [\n                                124.002603,\n                                39.800137\n                            ],\n                            [\n                                123.828908,\n                                39.831389\n                            ],\n                            [\n                                123.697097,\n                                39.807032\n                            ],\n                            [\n                                123.665684,\n                                39.831389\n                            ],\n                            [\n                                123.612714,\n                                39.77485\n                            ],\n                            [\n                                123.536337,\n                                39.788644\n                            ],\n                            [\n                                123.392823,\n                                39.723787\n                            ],\n                            [\n                                123.383584,\n                                39.766572\n                            ],\n                            [\n                                123.274563,\n                                39.753693\n                            ],\n                            [\n                                123.253005,\n                                39.689724\n                            ],\n                            [\n                                123.010941,\n                                39.655184\n                            ],\n                            [\n                                122.972753,\n                                39.594813\n                            ],\n                            [\n                                122.85634,\n                                39.606799\n                            ],\n                            [\n                                122.808913,\n                                39.559764\n                            ],\n                            [\n                                122.581631,\n                                39.464211\n                            ],\n                            [\n                                122.489856,\n                                39.403673\n                            ],\n                            [\n                                122.412864,\n                                39.411995\n                            ],\n                            [\n                                122.274893,\n                                39.322257\n                            ],\n                            [\n                                122.242865,\n                                39.267618\n                            ],\n                            [\n                                122.117213,\n                                39.213863\n                            ],\n                            [\n                                122.167104,\n                                39.158676\n                            ],\n                            [\n                                122.048228,\n                                39.101123\n                            ],\n                            [\n                                121.963228,\n                                39.030046\n                            ],\n                            [\n                                121.864062,\n                                39.037018\n                            ],\n                            [\n                                121.920728,\n                                38.969598\n                            ],\n                            [\n                                121.863446,\n                                38.942611\n                            ],\n                            [\n                                121.790149,\n                                39.022609\n                            ],\n                            [\n                                121.671273,\n                                39.010057\n                            ],\n                            [\n                                121.655874,\n                                38.9468\n                            ],\n                            [\n                                121.719316,\n                                38.92027\n                            ],\n                            [\n                                121.708845,\n                                38.872772\n                            ],\n                            [\n                                121.565331,\n                                38.875101\n                            ],\n                            [\n                                121.509897,\n                                38.817784\n                            ],\n                            [\n                                121.359608,\n                                38.822446\n                            ],\n                            [\n                                121.259825,\n                                38.786543\n                            ],\n                            [\n                                121.198848,\n                                38.721686\n                            ],\n                            [\n                                121.13479,\n                                38.72402\n                            ],\n                            [\n                                121.128014,\n                                38.958897\n                            ],\n                            [\n                                121.204391,\n                                38.941215\n                            ],\n                            [\n                                121.341129,\n                                38.980761\n                            ],\n                            [\n                                121.370695,\n                                39.060251\n                            ],\n                            [\n                                121.508049,\n                                39.034229\n                            ],\n                            [\n                                121.68236,\n                                39.117837\n                            ],\n                            [\n                                121.604136,\n                                39.166098\n                            ],\n                            [\n                                121.598592,\n                                39.279198\n                            ],\n                            [\n                                121.668193,\n                                39.276419\n                            ],\n                            [\n                                121.723628,\n                                39.367603\n                            ],\n                            [\n                                121.621382,\n                                39.32596\n                            ],\n                            [\n                                121.474788,\n                                39.296332\n                            ],\n                            [\n                                121.432904,\n                                39.357426\n                            ],\n                            [\n                                121.246891,\n                                39.421702\n                            ],\n                            [\n                                121.304173,\n                                39.481762\n                            ],\n                            [\n                                121.224717,\n                                39.51962\n                            ],\n                            [\n                                121.297398,\n                                39.605877\n                            ],\n                            [\n                                121.450151,\n                                39.625235\n                            ],\n                            [\n                                121.501274,\n                                39.706758\n                            ],\n                            [\n                                121.45939,\n                                39.747713\n                            ],\n                            [\n                                121.530223,\n                                39.851603\n                            ],\n                            [\n                                121.626925,\n                                39.882831\n                            ],\n                            [\n                                121.699606,\n                                39.937445\n                            ],\n                            [\n                                121.76428,\n                                39.933316\n                            ],\n                            [\n                                121.82341,\n                                40.036467\n                            ],\n                            [\n                                121.884388,\n                                40.053415\n                            ],\n                            [\n                                122.01004,\n                                40.149067\n                            ],\n                            [\n                                121.940438,\n                                40.2423\n                            ],\n                            [\n                                122.02667,\n                                40.245041\n                            ],\n                            [\n                                122.040221,\n                                40.322178\n                            ],\n                            [\n                                122.198517,\n                                40.382367\n                            ],\n                            [\n                                122.245944,\n                                40.519868\n                            ],\n                            [\n                                122.133843,\n                                40.614408\n                            ],\n                            [\n                                122.148626,\n                                40.671612\n                            ],\n                            [\n                                122.06609,\n                                40.648464\n                            ],\n                            [\n                                121.951525,\n                                40.680687\n                            ],\n                            [\n                                121.934279,\n                                40.798103\n                            ],\n                            [\n                                121.852359,\n                                40.821199\n                            ],\n                            [\n                                121.816019,\n                                40.894962\n                            ],\n                            [\n                                121.682976,\n                                40.829802\n                            ],\n                            [\n                                121.526527,\n                                40.851529\n                            ],\n                            [\n                                121.499426,\n                                40.880035\n                            ],\n                            [\n                                121.335586,\n                                40.900842\n                            ],\n                            [\n                                121.23642,\n                                40.851077\n                            ],\n                            [\n                                121.126167,\n                                40.869177\n                            ],\n                            [\n                                121.086747,\n                                40.798103\n                            ],\n                            [\n                                120.991276,\n                                40.744181\n                            ],\n                            [\n                                121.033776,\n                                40.70972\n                            ],\n                            [\n                                120.8299,\n                                40.671158\n                            ],\n                            [\n                                120.822509,\n                                40.593966\n                            ],\n                            [\n                                120.72827,\n                                40.539423\n                            ],\n                            [\n                                120.674683,\n                                40.471183\n                            ],\n                            [\n                                120.616169,\n                                40.457071\n                            ],\n                            [\n                                120.599539,\n                                40.355471\n                            ],\n                            [\n                                120.537329,\n                                40.325372\n                            ],\n                            [\n                                120.523778,\n                                40.256914\n                            ],\n                            [\n                                120.465264,\n                                40.178787\n                            ],\n                            [\n                                120.371641,\n                                40.174673\n                            ],\n                            [\n                                120.273091,\n                                40.127111\n                            ],\n                            [\n                                119.955882,\n                                40.046544\n                            ],\n                            [\n                                119.913998,\n                                39.988349\n                            ],\n                            [\n                                119.854252,\n                                39.988349\n                            ],\n                            [\n                                119.845629,\n                                40.000726\n                            ],\n                            [\n                                119.845629,\n                                40.000726\n                            ],\n                            [\n                                119.848093,\n                                40.020432\n                            ],\n                            [\n                                119.848093,\n                                40.020432\n                            ],\n                            [\n                                119.817296,\n                                40.049751\n                            ],\n                            [\n                                119.817296,\n                                40.049751\n                            ],\n                            [\n                                119.780339,\n                                40.047002\n                            ],\n                            [\n                                119.780339,\n                                40.047002\n                            ],\n                            [\n                                119.779723,\n                                40.049293\n                            ],\n                            [\n                                119.779723,\n                                40.049293\n                            ],\n                            [\n                                119.736608,\n                                40.10469\n                            ],\n                            [\n                                119.745847,\n                                40.208038\n                            ],\n                            [\n                                119.625123,\n                                40.224029\n                            ],\n                            [\n                                119.642369,\n                                40.291151\n                            ],\n                            [\n                                119.586934,\n                                40.37553\n                            ],\n                            [\n                                119.598637,\n                                40.465266\n                            ],\n                            [\n                                119.571536,\n                                40.540333\n                            ],\n                            [\n                                119.30237,\n                                40.530329\n                            ],\n                            [\n                                119.162552,\n                                40.599872\n                            ],\n                            [\n                                119.184726,\n                                40.680233\n                            ],\n                            [\n                                119.054147,\n                                40.664804\n                            ],\n                            [\n                                118.911249,\n                                40.776811\n                            ],\n                            [\n                                118.849039,\n                                40.800821\n                            ],\n                            [\n                                118.90201,\n                                40.960963\n                            ],\n                            [\n                                118.977154,\n                                40.959155\n                            ],\n                            [\n                                118.977154,\n                                40.959155\n                            ],\n                            [\n                                119.013495,\n                                41.007485\n                            ],\n                            [\n                                118.951901,\n                                41.01832\n                            ],\n                            [\n                                118.96422,\n                                41.079236\n                            ],\n                            [\n                                119.037516,\n                                41.067509\n                            ],\n                            [\n                                119.126212,\n                                41.138744\n                            ],\n                            [\n                                119.2494,\n                                41.279634\n                            ],\n                            [\n                                119.239545,\n                                41.314696\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.969057,\n                                39.513158\n                            ],\n                            [\n                                122.978912,\n                                39.561609\n                            ],\n                            [\n                                123.036194,\n                                39.533004\n                            ],\n                            [\n                                122.969057,\n                                39.513158\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 220000,\n                \"name\": \"吉林省\",\n                \"center\": [\n                    125.3245,\n                    43.886841\n                ],\n                \"centroid\": [\n                    126.171246,\n                    43.703944\n                ],\n                \"childrenNum\": 9,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 6,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                125.707523,\n                                40.866915\n                            ],\n                            [\n                                125.589263,\n                                40.931135\n                            ],\n                            [\n                                125.674879,\n                                40.974516\n                            ],\n                            [\n                                125.726617,\n                                41.055328\n                            ],\n                            [\n                                125.712451,\n                                41.095471\n                            ],\n                            [\n                                125.791291,\n                                41.167577\n                            ],\n                            [\n                                125.737088,\n                                41.179737\n                            ],\n                            [\n                                125.758646,\n                                41.232404\n                            ],\n                            [\n                                125.646545,\n                                41.264344\n                            ],\n                            [\n                                125.637306,\n                                41.34435\n                            ],\n                            [\n                                125.547995,\n                                41.401373\n                            ],\n                            [\n                                125.534444,\n                                41.478073\n                            ],\n                            [\n                                125.450061,\n                                41.598099\n                            ],\n                            [\n                                125.450677,\n                                41.674119\n                            ],\n                            [\n                                125.325025,\n                                41.670097\n                            ],\n                            [\n                                125.323793,\n                                41.771026\n                            ],\n                            [\n                                125.323793,\n                                41.771026\n                            ],\n                            [\n                                125.319482,\n                                41.777273\n                            ],\n                            [\n                                125.319482,\n                                41.777273\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.29238,\n                                41.83971\n                            ],\n                            [\n                                125.297308,\n                                41.861995\n                            ],\n                            [\n                                125.297308,\n                                41.861995\n                            ],\n                            [\n                                125.299156,\n                                41.872243\n                            ],\n                            [\n                                125.299156,\n                                41.872243\n                            ],\n                            [\n                                125.291764,\n                                41.958618\n                            ],\n                            [\n                                125.369989,\n                                42.003096\n                            ],\n                            [\n                                125.490097,\n                                42.136343\n                            ],\n                            [\n                                125.353358,\n                                42.178923\n                            ],\n                            [\n                                125.305931,\n                                42.146103\n                            ],\n                            [\n                                125.29854,\n                                42.290116\n                            ],\n                            [\n                                125.175352,\n                                42.308261\n                            ],\n                            [\n                                125.186439,\n                                42.428059\n                            ],\n                            [\n                                125.068794,\n                                42.499564\n                            ],\n                            [\n                                125.097127,\n                                42.62252\n                            ],\n                            [\n                                125.038613,\n                                42.615476\n                            ],\n                            [\n                                124.968396,\n                                42.72282\n                            ],\n                            [\n                                124.996113,\n                                42.745234\n                            ],\n                            [\n                                124.996113,\n                                42.745234\n                            ],\n                            [\n                                124.975171,\n                                42.802768\n                            ],\n                            [\n                                124.897563,\n                                42.787841\n                            ],\n                            [\n                                124.859375,\n                                42.822959\n                            ],\n                            [\n                                124.869846,\n                                42.988183\n                            ],\n                            [\n                                124.840897,\n                                43.032372\n                            ],\n                            [\n                                124.896331,\n                                43.129826\n                            ],\n                            [\n                                124.785462,\n                                43.117161\n                            ],\n                            [\n                                124.686912,\n                                43.051176\n                            ],\n                            [\n                                124.659195,\n                                42.972862\n                            ],\n                            [\n                                124.539086,\n                                42.867266\n                            ],\n                            [\n                                124.514449,\n                                42.873406\n                            ],\n                            [\n                                124.514449,\n                                42.873406\n                            ],\n                            [\n                                124.454703,\n                                42.823836\n                            ],\n                            [\n                                124.435609,\n                                42.88086\n                            ],\n                            [\n                                124.369087,\n                                42.882613\n                            ],\n                            [\n                                124.431913,\n                                42.930821\n                            ],\n                            [\n                                124.422674,\n                                42.975927\n                            ],\n                            [\n                                124.333363,\n                                42.997373\n                            ],\n                            [\n                                124.425754,\n                                43.076092\n                            ],\n                            [\n                                124.284088,\n                                43.166058\n                            ],\n                            [\n                                124.282856,\n                                43.230176\n                            ],\n                            [\n                                124.226805,\n                                43.241945\n                            ],\n                            [\n                                124.226805,\n                                43.241945\n                            ],\n                            [\n                                124.114704,\n                                43.247175\n                            ],\n                            [\n                                124.098074,\n                                43.29292\n                            ],\n                            [\n                                124.032784,\n                                43.280724\n                            ],\n                            [\n                                123.896046,\n                                43.361689\n                            ],\n                            [\n                                123.84985,\n                                43.415606\n                            ],\n                            [\n                                123.87264,\n                                43.451234\n                            ],\n                            [\n                                123.791952,\n                                43.491182\n                            ],\n                            [\n                                123.710032,\n                                43.417344\n                            ],\n                            [\n                                123.703873,\n                                43.370824\n                            ],\n                            [\n                                123.608402,\n                                43.366474\n                            ],\n                            [\n                                123.486446,\n                                43.445587\n                            ],\n                            [\n                                123.419925,\n                                43.409955\n                            ],\n                            [\n                                123.382968,\n                                43.46904\n                            ],\n                            [\n                                123.315831,\n                                43.49205\n                            ],\n                            [\n                                123.304744,\n                                43.551055\n                            ],\n                            [\n                                123.439019,\n                                43.577501\n                            ],\n                            [\n                                123.439019,\n                                43.577501\n                            ],\n                            [\n                                123.5117,\n                                43.59267\n                            ],\n                            [\n                                123.52525,\n                                43.695718\n                            ],\n                            [\n                                123.400831,\n                                43.979264\n                            ],\n                            [\n                                123.332461,\n                                44.028326\n                            ],\n                            [\n                                123.32815,\n                                44.083795\n                            ],\n                            [\n                                123.386664,\n                                44.161966\n                            ],\n                            [\n                                123.323838,\n                                44.179991\n                            ],\n                            [\n                                123.196955,\n                                44.34496\n                            ],\n                            [\n                                123.128585,\n                                44.366778\n                            ],\n                            [\n                                123.125506,\n                                44.509466\n                            ],\n                            [\n                                123.025108,\n                                44.492823\n                            ],\n                            [\n                                122.85634,\n                                44.398422\n                            ],\n                            [\n                                122.76087,\n                                44.369772\n                            ],\n                            [\n                                122.676486,\n                                44.28631\n                            ],\n                            [\n                                122.483697,\n                                44.237032\n                            ],\n                            [\n                                122.319241,\n                                44.232745\n                            ],\n                            [\n                                122.271198,\n                                44.255463\n                            ],\n                            [\n                                122.291524,\n                                44.310291\n                            ],\n                            [\n                                122.28598,\n                                44.477883\n                            ],\n                            [\n                                122.228082,\n                                44.480017\n                            ],\n                            [\n                                122.196053,\n                                44.559794\n                            ],\n                            [\n                                122.13138,\n                                44.577697\n                            ],\n                            [\n                                122.103046,\n                                44.673935\n                            ],\n                            [\n                                122.161561,\n                                44.728371\n                            ],\n                            [\n                                122.114749,\n                                44.776386\n                            ],\n                            [\n                                122.04946,\n                                44.912987\n                            ],\n                            [\n                                122.079025,\n                                44.914258\n                            ],\n                            [\n                                122.074713,\n                                45.006553\n                            ],\n                            [\n                                122.119677,\n                                45.068705\n                            ],\n                            [\n                                122.109822,\n                                45.142186\n                            ],\n                            [\n                                122.143082,\n                                45.183108\n                            ],\n                            [\n                                122.22993,\n                                45.20672\n                            ],\n                            [\n                                122.239169,\n                                45.276234\n                            ],\n                            [\n                                122.147394,\n                                45.295598\n                            ],\n                            [\n                                122.163408,\n                                45.443979\n                            ],\n                            [\n                                122.02359,\n                                45.490137\n                            ],\n                            [\n                                121.966308,\n                                45.596157\n                            ],\n                            [\n                                122.003264,\n                                45.623363\n                            ],\n                            [\n                                121.949062,\n                                45.711169\n                            ],\n                            [\n                                121.867142,\n                                45.719942\n                            ],\n                            [\n                                121.811091,\n                                45.686932\n                            ],\n                            [\n                                121.713773,\n                                45.701977\n                            ],\n                            [\n                                121.644172,\n                                45.752516\n                            ],\n                            [\n                                121.754425,\n                                45.795084\n                            ],\n                            [\n                                121.817251,\n                                45.875539\n                            ],\n                            [\n                                121.809243,\n                                45.96087\n                            ],\n                            [\n                                121.762432,\n                                45.999538\n                            ],\n                            [\n                                121.84312,\n                                46.02447\n                            ],\n                            [\n                                122.040221,\n                                45.95879\n                            ],\n                            [\n                                122.091344,\n                                45.881787\n                            ],\n                            [\n                                122.200981,\n                                45.85679\n                            ],\n                            [\n                                122.258879,\n                                45.794666\n                            ],\n                            [\n                                122.372828,\n                                45.855957\n                            ],\n                            [\n                                122.362357,\n                                45.917597\n                            ],\n                            [\n                                122.446125,\n                                45.916764\n                            ],\n                            [\n                                122.496016,\n                                45.858041\n                            ],\n                            [\n                                122.504639,\n                                45.787157\n                            ],\n                            [\n                                122.555146,\n                                45.821359\n                            ],\n                            [\n                                122.640761,\n                                45.7713\n                            ],\n                            [\n                                122.671558,\n                                45.700723\n                            ],\n                            [\n                                122.741775,\n                                45.70532\n                            ],\n                            [\n                                122.792283,\n                                45.766291\n                            ],\n                            [\n                                122.752246,\n                                45.834701\n                            ],\n                            [\n                                122.828623,\n                                45.912185\n                            ],\n                            [\n                                122.792898,\n                                46.073056\n                            ],\n                            [\n                                123.04605,\n                                46.10003\n                            ],\n                            [\n                                123.112571,\n                                46.129894\n                            ],\n                            [\n                                123.102716,\n                                46.172172\n                            ],\n                            [\n                                123.178476,\n                                46.247944\n                            ],\n                            [\n                                123.248078,\n                                46.273178\n                            ],\n                            [\n                                123.319527,\n                                46.253736\n                            ],\n                            [\n                                123.319527,\n                                46.253736\n                            ],\n                            [\n                                123.373113,\n                                46.223112\n                            ],\n                            [\n                                123.498765,\n                                46.259528\n                            ],\n                            [\n                                123.565902,\n                                46.22601\n                            ],\n                            [\n                                123.610866,\n                                46.252909\n                            ],\n                            [\n                                123.779633,\n                                46.264078\n                            ],\n                            [\n                                123.896046,\n                                46.303774\n                            ],\n                            [\n                                123.982893,\n                                46.22601\n                            ],\n                            [\n                                123.99398,\n                                46.101275\n                            ],\n                            [\n                                124.040176,\n                                46.019484\n                            ],\n                            [\n                                123.970574,\n                                45.971267\n                            ],\n                            [\n                                123.996444,\n                                45.907189\n                            ],\n                            [\n                                124.061118,\n                                45.886369\n                            ],\n                            [\n                                124.064813,\n                                45.797586\n                            ],\n                            [\n                                124.009379,\n                                45.78215\n                            ],\n                            [\n                                124.13811,\n                                45.68735\n                            ],\n                            [\n                                124.129487,\n                                45.637589\n                            ],\n                            [\n                                124.273001,\n                                45.584014\n                            ],\n                            [\n                                124.287783,\n                                45.539191\n                            ],\n                            [\n                                124.354305,\n                                45.546734\n                            ],\n                            [\n                                124.398652,\n                                45.44062\n                            ],\n                            [\n                                124.480572,\n                                45.456151\n                            ],\n                            [\n                                124.544014,\n                                45.412066\n                            ],\n                            [\n                                124.625318,\n                                45.437262\n                            ],\n                            [\n                                124.886476,\n                                45.442719\n                            ],\n                            [\n                                124.923433,\n                                45.541286\n                            ],\n                            [\n                                124.961005,\n                                45.49517\n                            ],\n                            [\n                                125.025678,\n                                45.493492\n                            ],\n                            [\n                                125.06941,\n                                45.384757\n                            ],\n                            [\n                                125.248649,\n                                45.417526\n                            ],\n                            [\n                                125.347815,\n                                45.395262\n                            ],\n                            [\n                                125.398322,\n                                45.416686\n                            ],\n                            [\n                                125.424807,\n                                45.485523\n                            ],\n                            [\n                                125.497488,\n                                45.469161\n                            ],\n                            [\n                                125.628067,\n                                45.522006\n                            ],\n                            [\n                                125.687813,\n                                45.51404\n                            ],\n                            [\n                                125.716146,\n                                45.421725\n                            ],\n                            [\n                                125.697052,\n                                45.349447\n                            ],\n                            [\n                                125.760494,\n                                45.291389\n                            ],\n                            [\n                                125.915095,\n                                45.196602\n                            ],\n                            [\n                                126.166398,\n                                45.133323\n                            ],\n                            [\n                                126.321615,\n                                45.178891\n                            ],\n                            [\n                                126.428172,\n                                45.2358\n                            ],\n                            [\n                                126.567375,\n                                45.252651\n                            ],\n                            [\n                                126.831613,\n                                45.146406\n                            ],\n                            [\n                                126.96404,\n                                45.132056\n                            ],\n                            [\n                                126.968351,\n                                45.074621\n                            ],\n                            [\n                                127.085995,\n                                44.944757\n                            ],\n                            [\n                                127.021938,\n                                44.899002\n                            ],\n                            [\n                                126.984366,\n                                44.823936\n                            ],\n                            [\n                                127.037336,\n                                44.72157\n                            ],\n                            [\n                                127.049039,\n                                44.567041\n                            ],\n                            [\n                                127.094003,\n                                44.615189\n                            ],\n                            [\n                                127.182082,\n                                44.644144\n                            ],\n                            [\n                                127.392733,\n                                44.632223\n                            ],\n                            [\n                                127.557189,\n                                44.575566\n                            ],\n                            [\n                                127.536247,\n                                44.522266\n                            ],\n                            [\n                                127.463566,\n                                44.484713\n                            ],\n                            [\n                                127.50853,\n                                44.437312\n                            ],\n                            [\n                                127.483892,\n                                44.401842\n                            ],\n                            [\n                                127.483892,\n                                44.401842\n                            ],\n                            [\n                                127.623095,\n                                44.277743\n                            ],\n                            [\n                                127.591066,\n                                44.227601\n                            ],\n                            [\n                                127.681609,\n                                44.167116\n                            ],\n                            [\n                                127.724109,\n                                44.196723\n                            ],\n                            [\n                                127.729036,\n                                44.098836\n                            ],\n                            [\n                                127.862079,\n                                44.063162\n                            ],\n                            [\n                                128.059796,\n                                44.110007\n                            ],\n                            [\n                                128.089977,\n                                44.132342\n                            ],\n                            [\n                                128.101679,\n                                44.290593\n                            ],\n                            [\n                                128.049941,\n                                44.349239\n                            ],\n                            [\n                                128.190375,\n                                44.367206\n                            ],\n                            [\n                                128.211317,\n                                44.431757\n                            ],\n                            [\n                                128.373309,\n                                44.51416\n                            ],\n                            [\n                                128.46262,\n                                44.433894\n                            ],\n                            [\n                                128.481714,\n                                44.375332\n                            ],\n                            [\n                                128.450301,\n                                44.203157\n                            ],\n                            [\n                                128.574721,\n                                44.047682\n                            ],\n                            [\n                                128.584576,\n                                43.990887\n                            ],\n                            [\n                                128.644938,\n                                43.936193\n                            ],\n                            [\n                                128.636315,\n                                43.891366\n                            ],\n                            [\n                                128.723778,\n                                43.894816\n                            ],\n                            [\n                                128.760734,\n                                43.857724\n                            ],\n                            [\n                                128.719467,\n                                43.816724\n                            ],\n                            [\n                                128.877763,\n                                43.540213\n                            ],\n                            [\n                                128.949212,\n                                43.55409\n                            ],\n                            [\n                                129.014501,\n                                43.523295\n                            ],\n                            [\n                                129.230696,\n                                43.59527\n                            ],\n                            [\n                                129.211602,\n                                43.784336\n                            ],\n                            [\n                                129.406855,\n                                43.819314\n                            ],\n                            [\n                                129.467833,\n                                43.874548\n                            ],\n                            [\n                                129.742542,\n                                43.875841\n                            ],\n                            [\n                                129.784426,\n                                43.964623\n                            ],\n                            [\n                                129.869425,\n                                44.005521\n                            ],\n                            [\n                                129.869425,\n                                44.005521\n                            ],\n                            [\n                                129.880512,\n                                44.000357\n                            ],\n                            [\n                                129.880512,\n                                44.000357\n                            ],\n                            [\n                                129.98091,\n                                44.014128\n                            ],\n                            [\n                                130.017251,\n                                43.962039\n                            ],\n                            [\n                                130.027106,\n                                43.851684\n                            ],\n                            [\n                                130.079461,\n                                43.835285\n                            ],\n                            [\n                                130.079461,\n                                43.835285\n                            ],\n                            [\n                                130.189098,\n                                43.940501\n                            ],\n                            [\n                                130.260547,\n                                43.948256\n                            ],\n                            [\n                                130.353554,\n                                44.050262\n                            ],\n                            [\n                                130.338155,\n                                43.949979\n                            ],\n                            [\n                                130.338155,\n                                43.949979\n                            ],\n                            [\n                                130.383119,\n                                43.906025\n                            ],\n                            [\n                                130.380039,\n                                43.783904\n                            ],\n                            [\n                                130.423771,\n                                43.742853\n                            ],\n                            [\n                                130.4133,\n                                43.652009\n                            ],\n                            [\n                                130.488444,\n                                43.655905\n                            ],\n                            [\n                                130.823515,\n                                43.502901\n                            ],\n                            [\n                                130.841378,\n                                43.454274\n                            ],\n                            [\n                                130.907283,\n                                43.434291\n                            ],\n                            [\n                                131.026775,\n                                43.508542\n                            ],\n                            [\n                                131.134565,\n                                43.428643\n                            ],\n                            [\n                                131.134565,\n                                43.428643\n                            ],\n                            [\n                                131.294093,\n                                43.469909\n                            ],\n                            [\n                                131.304564,\n                                43.502033\n                            ],\n                            [\n                                131.314419,\n                                43.392567\n                            ],\n                            [\n                                131.275615,\n                                43.369084\n                            ],\n                            [\n                                131.255289,\n                                43.265041\n                            ],\n                            [\n                                131.206014,\n                                43.23715\n                            ],\n                            [\n                                131.218332,\n                                43.146853\n                            ],\n                            [\n                                131.171521,\n                                43.069536\n                            ],\n                            [\n                                131.102536,\n                                43.021\n                            ],\n                            [\n                                131.151195,\n                                42.968485\n                            ],\n                            [\n                                131.114855,\n                                42.915048\n                            ],\n                            [\n                                131.034167,\n                                42.929069\n                            ],\n                            [\n                                131.045869,\n                                42.866828\n                            ],\n                            [\n                                130.949167,\n                                42.876913\n                            ],\n                            [\n                                130.890653,\n                                42.852793\n                            ],\n                            [\n                                130.801957,\n                                42.879544\n                            ],\n                            [\n                                130.784095,\n                                42.842265\n                            ],\n                            [\n                                130.666451,\n                                42.847968\n                            ],\n                            [\n                                130.40714,\n                                42.731611\n                            ],\n                            [\n                                130.464423,\n                                42.688525\n                            ],\n                            [\n                                130.586995,\n                                42.67621\n                            ],\n                            [\n                                130.633806,\n                                42.603586\n                            ],\n                            [\n                                130.570364,\n                                42.557327\n                            ],\n                            [\n                                130.558661,\n                                42.496035\n                            ],\n                            [\n                                130.482285,\n                                42.626483\n                            ],\n                            [\n                                130.388046,\n                                42.603145\n                            ],\n                            [\n                                130.242069,\n                                42.738643\n                            ],\n                            [\n                                130.265474,\n                                42.904092\n                            ],\n                            [\n                                130.10225,\n                                42.922935\n                            ],\n                            [\n                                130.144134,\n                                42.976365\n                            ],\n                            [\n                                129.994461,\n                                42.980304\n                            ],\n                            [\n                                129.98707,\n                                42.977678\n                            ],\n                            [\n                                129.939642,\n                                43.01225\n                            ],\n                            [\n                                129.899606,\n                                43.002187\n                            ],\n                            [\n                                129.85957,\n                                42.966295\n                            ],\n                            [\n                                129.858338,\n                                42.964544\n                            ],\n                            [\n                                129.839244,\n                                42.879983\n                            ],\n                            [\n                                129.835549,\n                                42.866828\n                            ],\n                            [\n                                129.821382,\n                                42.854109\n                            ],\n                            [\n                                129.816454,\n                                42.851039\n                            ],\n                            [\n                                129.7641,\n                                42.716227\n                            ],\n                            [\n                                129.764716,\n                                42.713149\n                            ],\n                            [\n                                129.776418,\n                                42.69908\n                            ],\n                            [\n                                129.794281,\n                                42.684127\n                            ],\n                            [\n                                129.741926,\n                                42.580681\n                            ],\n                            [\n                                129.748701,\n                                42.470884\n                            ],\n                            [\n                                129.704354,\n                                42.427176\n                            ],\n                            [\n                                129.612579,\n                                42.436892\n                            ],\n                            [\n                                129.601492,\n                                42.42276\n                            ],\n                            [\n                                129.546057,\n                                42.361336\n                            ],\n                            [\n                                129.452434,\n                                42.440866\n                            ],\n                            [\n                                129.344029,\n                                42.451462\n                            ],\n                            [\n                                129.239935,\n                                42.36841\n                            ],\n                            [\n                                129.231928,\n                                42.36001\n                            ],\n                            [\n                                129.260261,\n                                42.335689\n                            ],\n                            [\n                                129.183269,\n                                42.262225\n                            ],\n                            [\n                                129.215914,\n                                42.20818\n                            ],\n                            [\n                                129.120443,\n                                42.142111\n                            ],\n                            [\n                                128.954755,\n                                42.083966\n                            ],\n                            [\n                                128.930734,\n                                42.014211\n                            ],\n                            [\n                                128.737945,\n                                42.050209\n                            ],\n                            [\n                                128.70222,\n                                42.020434\n                            ],\n                            [\n                                128.60675,\n                                42.030212\n                            ],\n                            [\n                                128.569177,\n                                41.996426\n                            ],\n                            [\n                                128.466316,\n                                42.020878\n                            ],\n                            [\n                                128.090593,\n                                42.022656\n                            ],\n                            [\n                                128.033926,\n                                42.000428\n                            ],\n                            [\n                                128.106607,\n                                41.950164\n                            ],\n                            [\n                                128.112766,\n                                41.79378\n                            ],\n                            [\n                                128.171897,\n                                41.713882\n                            ],\n                            [\n                                128.278454,\n                                41.658922\n                            ],\n                            [\n                                128.317258,\n                                41.593177\n                            ],\n                            [\n                                128.242114,\n                                41.501827\n                            ],\n                            [\n                                128.203309,\n                                41.411246\n                            ],\n                            [\n                                128.113998,\n                                41.364561\n                            ],\n                            [\n                                127.932296,\n                                41.446686\n                            ],\n                            [\n                                127.850376,\n                                41.422912\n                            ],\n                            [\n                                127.636645,\n                                41.41349\n                            ],\n                            [\n                                127.547334,\n                                41.477176\n                            ],\n                            [\n                                127.40998,\n                                41.463278\n                            ],\n                            [\n                                127.294183,\n                                41.48659\n                            ],\n                            [\n                                127.283096,\n                                41.513925\n                            ],\n                            [\n                                127.115561,\n                                41.540353\n                            ],\n                            [\n                                127.179618,\n                                41.599888\n                            ],\n                            [\n                                127.039184,\n                                41.671884\n                            ],\n                            [\n                                127.051503,\n                                41.744693\n                            ],\n                            [\n                                126.943714,\n                                41.772365\n                            ],\n                            [\n                                126.931395,\n                                41.812959\n                            ],\n                            [\n                                126.808207,\n                                41.748264\n                            ],\n                            [\n                                126.798968,\n                                41.697354\n                            ],\n                            [\n                                126.726903,\n                                41.751389\n                            ],\n                            [\n                                126.688099,\n                                41.674119\n                            ],\n                            [\n                                126.608643,\n                                41.670543\n                            ],\n                            [\n                                126.569838,\n                                41.621809\n                            ],\n                            [\n                                126.497158,\n                                41.406758\n                            ],\n                            [\n                                126.539041,\n                                41.366806\n                            ],\n                            [\n                                126.435564,\n                                41.351088\n                            ],\n                            [\n                                126.322847,\n                                41.231054\n                            ],\n                            [\n                                126.293282,\n                                41.17073\n                            ],\n                            [\n                                126.157775,\n                                41.091413\n                            ],\n                            [\n                                126.031507,\n                                40.927067\n                            ],\n                            [\n                                125.959442,\n                                40.881845\n                            ],\n                            [\n                                125.875059,\n                                40.90853\n                            ],\n                            [\n                                125.817161,\n                                40.866915\n                            ],\n                            [\n                                125.785132,\n                                40.895867\n                            ],\n                            [\n                                125.707523,\n                                40.866915\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 230000,\n                \"name\": \"黑龙江省\",\n                \"center\": [\n                    126.642464,\n                    45.756967\n                ],\n                \"centroid\": [\n                    127.693002,\n                    48.040469\n                ],\n                \"childrenNum\": 13,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 7,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                123.319527,\n                                46.253736\n                            ],\n                            [\n                                123.319527,\n                                46.253736\n                            ],\n                            [\n                                123.248078,\n                                46.273178\n                            ],\n                            [\n                                123.178476,\n                                46.247944\n                            ],\n                            [\n                                123.011557,\n                                46.43506\n                            ],\n                            [\n                                123.002318,\n                                46.574257\n                            ],\n                            [\n                                123.04605,\n                                46.617426\n                            ],\n                            [\n                                123.18094,\n                                46.614138\n                            ],\n                            [\n                                123.228368,\n                                46.58824\n                            ],\n                            [\n                                123.276411,\n                                46.660972\n                            ],\n                            [\n                                123.366338,\n                                46.677805\n                            ],\n                            [\n                                123.603475,\n                                46.689299\n                            ],\n                            [\n                                123.631808,\n                                46.728685\n                            ],\n                            [\n                                123.625648,\n                                46.84749\n                            ],\n                            [\n                                123.576989,\n                                46.891259\n                            ],\n                            [\n                                123.562823,\n                                46.825797\n                            ],\n                            [\n                                123.483366,\n                                46.845854\n                            ],\n                            [\n                                123.52833,\n                                46.944797\n                            ],\n                            [\n                                123.404526,\n                                46.935401\n                            ],\n                            [\n                                123.374345,\n                                46.837668\n                            ],\n                            [\n                                123.309056,\n                                46.86222\n                            ],\n                            [\n                                123.221592,\n                                46.850355\n                            ],\n                            [\n                                123.163694,\n                                46.740167\n                            ],\n                            [\n                                123.026339,\n                                46.718841\n                            ],\n                            [\n                                122.906847,\n                                46.807372\n                            ],\n                            [\n                                122.895144,\n                                46.960317\n                            ],\n                            [\n                                122.796594,\n                                46.938261\n                            ],\n                            [\n                                122.778116,\n                                47.00277\n                            ],\n                            [\n                                122.845869,\n                                47.046819\n                            ],\n                            [\n                                122.679566,\n                                47.094092\n                            ],\n                            [\n                                122.556378,\n                                47.17265\n                            ],\n                            [\n                                122.418407,\n                                47.350503\n                            ],\n                            [\n                                122.507103,\n                                47.401555\n                            ],\n                            [\n                                122.543443,\n                                47.495427\n                            ],\n                            [\n                                122.59395,\n                                47.547551\n                            ],\n                            [\n                                122.763333,\n                                47.613338\n                            ],\n                            [\n                                122.855108,\n                                47.677432\n                            ],\n                            [\n                                123.166158,\n                                47.783677\n                            ],\n                            [\n                                123.228983,\n                                47.840735\n                            ],\n                            [\n                                123.300432,\n                                47.953861\n                            ],\n                            [\n                                123.537569,\n                                48.021938\n                            ],\n                            [\n                                123.746373,\n                                48.19772\n                            ],\n                            [\n                                123.873256,\n                                48.281006\n                            ],\n                            [\n                                124.07898,\n                                48.436058\n                            ],\n                            [\n                                124.25945,\n                                48.536391\n                            ],\n                            [\n                                124.25945,\n                                48.536391\n                            ],\n                            [\n                                124.314269,\n                                48.503894\n                            ],\n                            [\n                                124.317964,\n                                48.347856\n                            ],\n                            [\n                                124.404812,\n                                48.264679\n                            ],\n                            [\n                                124.418978,\n                                48.181765\n                            ],\n                            [\n                                124.467637,\n                                48.178972\n                            ],\n                            [\n                                124.463942,\n                                48.097518\n                            ],\n                            [\n                                124.578507,\n                                48.251931\n                            ],\n                            [\n                                124.579738,\n                                48.304095\n                            ],\n                            [\n                                124.51876,\n                                48.378068\n                            ],\n                            [\n                                124.507674,\n                                48.445584\n                            ],\n                            [\n                                124.555717,\n                                48.467805\n                            ],\n                            [\n                                124.520608,\n                                48.556196\n                            ],\n                            [\n                                124.579122,\n                                48.596574\n                            ],\n                            [\n                                124.653651,\n                                48.777089\n                            ],\n                            [\n                                124.697383,\n                                48.841711\n                            ],\n                            [\n                                124.709086,\n                                48.920406\n                            ],\n                            [\n                                124.808252,\n                                49.020563\n                            ],\n                            [\n                                124.807636,\n                                49.108769\n                            ],\n                            [\n                                124.906802,\n                                49.183915\n                            ],\n                            [\n                                125.117453,\n                                49.126\n                            ],\n                            [\n                                125.219699,\n                                49.188999\n                            ],\n                            [\n                                125.261583,\n                                49.318656\n                            ],\n                            [\n                                125.264047,\n                                49.461585\n                            ],\n                            [\n                                125.228323,\n                                49.486857\n                            ],\n                            [\n                                125.234482,\n                                49.592077\n                            ],\n                            [\n                                125.132236,\n                                49.671909\n                            ],\n                            [\n                                125.219699,\n                                49.669199\n                            ],\n                            [\n                                125.222779,\n                                49.799137\n                            ],\n                            [\n                                125.177815,\n                                49.829637\n                            ],\n                            [\n                                125.239409,\n                                49.844687\n                            ],\n                            [\n                                125.231402,\n                                49.957606\n                            ],\n                            [\n                                125.294228,\n                                50.029151\n                            ],\n                            [\n                                125.258504,\n                                50.103659\n                            ],\n                            [\n                                125.334264,\n                                50.165023\n                            ],\n                            [\n                                125.448829,\n                                50.216354\n                            ],\n                            [\n                                125.466075,\n                                50.297452\n                            ],\n                            [\n                                125.519662,\n                                50.315795\n                            ],\n                            [\n                                125.590495,\n                                50.452378\n                            ],\n                            [\n                                125.632379,\n                                50.443996\n                            ],\n                            [\n                                125.740784,\n                                50.523184\n                            ],\n                            [\n                                125.829479,\n                                50.561589\n                            ],\n                            [\n                                125.787595,\n                                50.677373\n                            ],\n                            [\n                                125.825784,\n                                50.703906\n                            ],\n                            [\n                                125.758646,\n                                50.746706\n                            ],\n                            [\n                                125.890457,\n                                50.805729\n                            ],\n                            [\n                                126.073391,\n                                50.963514\n                            ],\n                            [\n                                126.033971,\n                                51.010971\n                            ],\n                            [\n                                126.059225,\n                                51.043711\n                            ],\n                            [\n                                125.878138,\n                                51.159431\n                            ],\n                            [\n                                125.840566,\n                                51.220555\n                            ],\n                            [\n                                125.756798,\n                                51.227675\n                            ],\n                            [\n                                125.743248,\n                                51.275984\n                            ],\n                            [\n                                125.743248,\n                                51.275984\n                            ],\n                            [\n                                125.670567,\n                                51.34555\n                            ],\n                            [\n                                125.670567,\n                                51.34555\n                            ],\n                            [\n                                125.668103,\n                                51.347419\n                            ],\n                            [\n                                125.668103,\n                                51.347419\n                            ],\n                            [\n                                125.63977,\n                                51.372451\n                            ],\n                            [\n                                125.63977,\n                                51.372451\n                            ],\n                            [\n                                125.623756,\n                                51.387762\n                            ],\n                            [\n                                125.623756,\n                                51.387762\n                            ],\n                            [\n                                125.600966,\n                                51.413518\n                            ],\n                            [\n                                125.600966,\n                                51.413518\n                            ],\n                            [\n                                125.597886,\n                                51.414638\n                            ],\n                            [\n                                125.597886,\n                                51.414638\n                            ],\n                            [\n                                125.595422,\n                                51.416877\n                            ],\n                            [\n                                125.595422,\n                                51.416877\n                            ],\n                            [\n                                125.567089,\n                                51.455668\n                            ],\n                            [\n                                125.567089,\n                                51.455668\n                            ],\n                            [\n                                125.35151,\n                                51.623876\n                            ],\n                            [\n                                125.130388,\n                                51.635389\n                            ],\n                            [\n                                125.098975,\n                                51.658408\n                            ],\n                            [\n                                125.047236,\n                                51.529801\n                            ],\n                            [\n                                124.928976,\n                                51.498523\n                            ],\n                            [\n                                124.942527,\n                                51.447465\n                            ],\n                            [\n                                124.864302,\n                                51.379547\n                            ],\n                            [\n                                124.783614,\n                                51.392243\n                            ],\n                            [\n                                124.693687,\n                                51.332842\n                            ],\n                            [\n                                124.62655,\n                                51.327608\n                            ],\n                            [\n                                124.58713,\n                                51.363486\n                            ],\n                            [\n                                124.490427,\n                                51.380294\n                            ],\n                            [\n                                124.43684,\n                                51.353772\n                            ],\n                            [\n                                124.406659,\n                                51.271867\n                            ],\n                            [\n                                124.271769,\n                                51.308162\n                            ],\n                            [\n                                124.239124,\n                                51.344429\n                            ],\n                            [\n                                124.128255,\n                                51.347419\n                            ],\n                            [\n                                124.071588,\n                                51.320878\n                            ],\n                            [\n                                123.926227,\n                                51.300681\n                            ],\n                            [\n                                123.842459,\n                                51.367595\n                            ],\n                            [\n                                123.711264,\n                                51.398216\n                            ],\n                            [\n                                123.661989,\n                                51.319008\n                            ],\n                            [\n                                123.465504,\n                                51.287212\n                            ],\n                            [\n                                123.294273,\n                                51.25427\n                            ],\n                            [\n                                123.058984,\n                                51.321999\n                            ],\n                            [\n                                122.978296,\n                                51.331346\n                            ],\n                            [\n                                122.965977,\n                                51.387015\n                            ],\n                            [\n                                122.903768,\n                                51.415384\n                            ],\n                            [\n                                122.854492,\n                                51.477659\n                            ],\n                            [\n                                122.85634,\n                                51.606786\n                            ],\n                            [\n                                122.749167,\n                                51.746661\n                            ],\n                            [\n                                122.771957,\n                                51.779619\n                            ],\n                            [\n                                122.706051,\n                                51.890166\n                            ],\n                            [\n                                122.726377,\n                                51.978704\n                            ],\n                            [\n                                122.683877,\n                                51.974649\n                            ],\n                            [\n                                122.629059,\n                                52.136529\n                            ],\n                            [\n                                122.769493,\n                                52.179843\n                            ],\n                            [\n                                122.76087,\n                                52.26671\n                            ],\n                            [\n                                122.585943,\n                                52.266344\n                            ],\n                            [\n                                122.478153,\n                                52.29636\n                            ],\n                            [\n                                122.484313,\n                                52.341711\n                            ],\n                            [\n                                122.342031,\n                                52.41403\n                            ],\n                            [\n                                122.310618,\n                                52.475299\n                            ],\n                            [\n                                122.207756,\n                                52.469103\n                            ],\n                            [\n                                122.168952,\n                                52.513549\n                            ],\n                            [\n                                122.091344,\n                                52.427167\n                            ],\n                            [\n                                121.94783,\n                                52.298555\n                            ],\n                            [\n                                121.841272,\n                                52.282818\n                            ],\n                            [\n                                121.714389,\n                                52.317944\n                            ],\n                            [\n                                121.63986,\n                                52.444311\n                            ],\n                            [\n                                121.519136,\n                                52.456709\n                            ],\n                            [\n                                121.416274,\n                                52.499346\n                            ],\n                            [\n                                121.325731,\n                                52.572498\n                            ],\n                            [\n                                121.182217,\n                                52.599399\n                            ],\n                            [\n                                121.373158,\n                                52.683268\n                            ],\n                            [\n                                121.476636,\n                                52.772043\n                            ],\n                            [\n                                121.591201,\n                                52.824499\n                            ],\n                            [\n                                121.610295,\n                                52.892416\n                            ],\n                            [\n                                121.66265,\n                                52.912626\n                            ],\n                            [\n                                121.715621,\n                                52.998054\n                            ],\n                            [\n                                121.785838,\n                                53.018575\n                            ],\n                            [\n                                121.817867,\n                                53.061744\n                            ],\n                            [\n                                121.754425,\n                                53.146519\n                            ],\n                            [\n                                121.665114,\n                                53.170556\n                            ],\n                            [\n                                121.679896,\n                                53.240437\n                            ],\n                            [\n                                121.612143,\n                                53.260484\n                            ],\n                            [\n                                121.499426,\n                                53.337008\n                            ],\n                            [\n                                121.596128,\n                                53.352368\n                            ],\n                            [\n                                121.697758,\n                                53.392705\n                            ],\n                            [\n                                121.754425,\n                                53.389494\n                            ],\n                            [\n                                121.875765,\n                                53.426587\n                            ],\n                            [\n                                122.111054,\n                                53.426944\n                            ],\n                            [\n                                122.161561,\n                                53.468635\n                            ],\n                            [\n                                122.227466,\n                                53.461868\n                            ],\n                            [\n                                122.350038,\n                                53.50566\n                            ],\n                            [\n                                122.435038,\n                                53.444766\n                            ],\n                            [\n                                122.608117,\n                                53.46543\n                            ],\n                            [\n                                122.894528,\n                                53.462936\n                            ],\n                            [\n                                123.052209,\n                                53.506727\n                            ],\n                            [\n                                123.137209,\n                                53.498186\n                            ],\n                            [\n                                123.274563,\n                                53.563269\n                            ],\n                            [\n                                123.454417,\n                                53.536608\n                            ],\n                            [\n                                123.510468,\n                                53.509218\n                            ],\n                            [\n                                123.517243,\n                                53.558293\n                            ],\n                            [\n                                123.569598,\n                                53.505304\n                            ],\n                            [\n                                123.58746,\n                                53.546919\n                            ],\n                            [\n                                123.668764,\n                                53.533763\n                            ],\n                            [\n                                123.698329,\n                                53.498542\n                            ],\n                            [\n                                123.865249,\n                                53.489644\n                            ],\n                            [\n                                124.058038,\n                                53.404121\n                            ],\n                            [\n                                124.125791,\n                                53.348082\n                            ],\n                            [\n                                124.239124,\n                                53.379501\n                            ],\n                            [\n                                124.327819,\n                                53.332006\n                            ],\n                            [\n                                124.375863,\n                                53.259053\n                            ],\n                            [\n                                124.435609,\n                                53.223962\n                            ],\n                            [\n                                124.563108,\n                                53.201389\n                            ],\n                            [\n                                124.683832,\n                                53.206406\n                            ],\n                            [\n                                124.734339,\n                                53.146519\n                            ],\n                            [\n                                124.832889,\n                                53.145083\n                            ],\n                            [\n                                124.87231,\n                                53.099123\n                            ],\n                            [\n                                124.887708,\n                                53.164458\n                            ],\n                            [\n                                124.970244,\n                                53.194221\n                            ],\n                            [\n                                125.195062,\n                                53.198522\n                            ],\n                            [\n                                125.315786,\n                                53.145083\n                            ],\n                            [\n                                125.503647,\n                                53.095171\n                            ],\n                            [\n                                125.530749,\n                                53.050956\n                            ],\n                            [\n                                125.613901,\n                                53.083313\n                            ],\n                            [\n                                125.684118,\n                                53.008136\n                            ],\n                            [\n                                125.742632,\n                                52.993733\n                            ],\n                            [\n                                125.737704,\n                                52.945087\n                            ],\n                            [\n                                125.665023,\n                                52.913348\n                            ],\n                            [\n                                125.678574,\n                                52.860999\n                            ],\n                            [\n                                125.772197,\n                                52.89783\n                            ],\n                            [\n                                125.855349,\n                                52.866418\n                            ],\n                            [\n                                125.985312,\n                                52.758648\n                            ],\n                            [\n                                126.058609,\n                                52.798098\n                            ],\n                            [\n                                126.115275,\n                                52.757924\n                            ],\n                            [\n                                126.045058,\n                                52.738366\n                            ],\n                            [\n                                126.061688,\n                                52.673473\n                            ],\n                            [\n                                125.995783,\n                                52.675287\n                            ],\n                            [\n                                125.968682,\n                                52.630279\n                            ],\n                            [\n                                126.030891,\n                                52.576135\n                            ],\n                            [\n                                126.066616,\n                                52.60376\n                            ],\n                            [\n                                126.213209,\n                                52.5252\n                            ],\n                            [\n                                126.205202,\n                                52.466187\n                            ],\n                            [\n                                126.266796,\n                                52.475664\n                            ],\n                            [\n                                126.353644,\n                                52.389207\n                            ],\n                            [\n                                126.327774,\n                                52.310628\n                            ],\n                            [\n                                126.4331,\n                                52.298555\n                            ],\n                            [\n                                126.300673,\n                                52.220915\n                            ],\n                            [\n                                126.34502,\n                                52.192315\n                            ],\n                            [\n                                126.499005,\n                                52.160394\n                            ],\n                            [\n                                126.563679,\n                                52.119266\n                            ],\n                            [\n                                126.514404,\n                                52.037264\n                            ],\n                            [\n                                126.450962,\n                                52.027693\n                            ],\n                            [\n                                126.462665,\n                                51.948473\n                            ],\n                            [\n                                126.510092,\n                                51.922281\n                            ],\n                            [\n                                126.622809,\n                                51.777397\n                            ],\n                            [\n                                126.734294,\n                                51.711454\n                            ],\n                            [\n                                126.741069,\n                                51.642073\n                            ],\n                            [\n                                126.69549,\n                                51.578536\n                            ],\n                            [\n                                126.837156,\n                                51.536128\n                            ],\n                            [\n                                126.784185,\n                                51.44821\n                            ],\n                            [\n                                126.908605,\n                                51.407174\n                            ],\n                            [\n                                126.930163,\n                                51.359376\n                            ],\n                            [\n                                126.837156,\n                                51.345177\n                            ],\n                            [\n                                126.841468,\n                                51.258763\n                            ],\n                            [\n                                126.92154,\n                                51.259512\n                            ],\n                            [\n                                126.887047,\n                                51.321999\n                            ],\n                            [\n                                126.978822,\n                                51.329477\n                            ],\n                            [\n                                126.976358,\n                                51.291702\n                            ],\n                            [\n                                126.899982,\n                                51.200689\n                            ],\n                            [\n                                126.922772,\n                                51.061764\n                            ],\n                            [\n                                127.143894,\n                                50.91035\n                            ],\n                            [\n                                127.236285,\n                                50.781524\n                            ],\n                            [\n                                127.295415,\n                                50.755035\n                            ],\n                            [\n                                127.294799,\n                                50.663721\n                            ],\n                            [\n                                127.370559,\n                                50.581349\n                            ],\n                            [\n                                127.293567,\n                                50.46571\n                            ],\n                            [\n                                127.3644,\n                                50.43828\n                            ],\n                            [\n                                127.332371,\n                                50.340623\n                            ],\n                            [\n                                127.371791,\n                                50.296688\n                            ],\n                            [\n                                127.603385,\n                                50.23932\n                            ],\n                            [\n                                127.58737,\n                                50.137802\n                            ],\n                            [\n                                127.501755,\n                                50.056817\n                            ],\n                            [\n                                127.495595,\n                                49.994545\n                            ],\n                            [\n                                127.543638,\n                                49.944131\n                            ],\n                            [\n                                127.531936,\n                                49.825777\n                            ],\n                            [\n                                127.563964,\n                                49.793343\n                            ],\n                            [\n                                127.660051,\n                                49.77905\n                            ],\n                            [\n                                127.677913,\n                                49.697846\n                            ],\n                            [\n                                127.815268,\n                                49.594017\n                            ],\n                            [\n                                127.897804,\n                                49.578889\n                            ],\n                            [\n                                128.001281,\n                                49.592465\n                            ],\n                            [\n                                128.070882,\n                                49.55677\n                            ],\n                            [\n                                128.185447,\n                                49.539301\n                            ],\n                            [\n                                128.287077,\n                                49.566473\n                            ],\n                            [\n                                128.343128,\n                                49.545125\n                            ],\n                            [\n                                128.389939,\n                                49.590138\n                            ],\n                            [\n                                128.537764,\n                                49.604487\n                            ],\n                            [\n                                128.715155,\n                                49.56492\n                            ],\n                            [\n                                128.744104,\n                                49.594792\n                            ],\n                            [\n                                128.813089,\n                                49.558323\n                            ],\n                            [\n                                128.754575,\n                                49.506676\n                            ],\n                            [\n                                128.792147,\n                                49.473251\n                            ],\n                            [\n                                128.871604,\n                                49.492298\n                            ],\n                            [\n                                129.013886,\n                                49.457307\n                            ],\n                            [\n                                129.055769,\n                                49.382188\n                            ],\n                            [\n                                129.143849,\n                                49.357253\n                            ],\n                            [\n                                129.215298,\n                                49.398935\n                            ],\n                            [\n                                129.320623,\n                                49.358422\n                            ],\n                            [\n                                129.379138,\n                                49.366995\n                            ],\n                            [\n                                129.390224,\n                                49.432799\n                            ],\n                            [\n                                129.448739,\n                                49.441359\n                            ],\n                            [\n                                129.546057,\n                                49.395041\n                            ],\n                            [\n                                129.562687,\n                                49.299541\n                            ],\n                            [\n                                129.604571,\n                                49.278858\n                            ],\n                            [\n                                129.714209,\n                                49.296029\n                            ],\n                            [\n                                129.761636,\n                                49.257384\n                            ],\n                            [\n                                129.753629,\n                                49.208547\n                            ],\n                            [\n                                129.847867,\n                                49.181177\n                            ],\n                            [\n                                129.866962,\n                                49.114252\n                            ],\n                            [\n                                129.913157,\n                                49.108377\n                            ],\n                            [\n                                129.937179,\n                                49.04057\n                            ],\n                            [\n                                130.020946,\n                                49.020955\n                            ],\n                            [\n                                130.059135,\n                                48.978954\n                            ],\n                            [\n                                130.211272,\n                                48.901137\n                            ],\n                            [\n                                130.245148,\n                                48.866514\n                            ],\n                            [\n                                130.471198,\n                                48.905464\n                            ],\n                            [\n                                130.501995,\n                                48.86612\n                            ],\n                            [\n                                130.680617,\n                                48.881074\n                            ],\n                            [\n                                130.689856,\n                                48.849586\n                            ],\n                            [\n                                130.622103,\n                                48.783792\n                            ],\n                            [\n                                130.538335,\n                                48.612004\n                            ],\n                            [\n                                130.605473,\n                                48.5942\n                            ],\n                            [\n                                130.620871,\n                                48.495964\n                            ],\n                            [\n                                130.767465,\n                                48.507858\n                            ],\n                            [\n                                130.740363,\n                                48.425339\n                            ],\n                            [\n                                130.845073,\n                                48.296533\n                            ],\n                            [\n                                130.769313,\n                                48.23121\n                            ],\n                            [\n                                130.765617,\n                                48.189344\n                            ],\n                            [\n                                130.673842,\n                                48.128278\n                            ],\n                            [\n                                130.699711,\n                                48.044344\n                            ],\n                            [\n                                130.891269,\n                                47.927006\n                            ],\n                            [\n                                130.961486,\n                                47.827882\n                            ],\n                            [\n                                130.966413,\n                                47.732996\n                            ],\n                            [\n                                131.029855,\n                                47.694752\n                            ],\n                            [\n                                131.115471,\n                                47.689919\n                            ],\n                            [\n                                131.273767,\n                                47.739032\n                            ],\n                            [\n                                131.456085,\n                                47.747079\n                            ],\n                            [\n                                131.543548,\n                                47.735813\n                            ],\n                            [\n                                131.59036,\n                                47.660912\n                            ],\n                            [\n                                131.695685,\n                                47.709248\n                            ],\n                            [\n                                131.825649,\n                                47.677432\n                            ],\n                            [\n                                131.970394,\n                                47.671388\n                            ],\n                            [\n                                132.000575,\n                                47.712066\n                            ],\n                            [\n                                132.086191,\n                                47.703208\n                            ],\n                            [\n                                132.272205,\n                                47.718507\n                            ],\n                            [\n                                132.371987,\n                                47.76518\n                            ],\n                            [\n                                132.469305,\n                                47.726154\n                            ],\n                            [\n                                132.570319,\n                                47.720922\n                            ],\n                            [\n                                132.599268,\n                                47.792521\n                            ],\n                            [\n                                132.687348,\n                                47.885293\n                            ],\n                            [\n                                132.661478,\n                                47.944643\n                            ],\n                            [\n                                132.723072,\n                                47.963076\n                            ],\n                            [\n                                132.819159,\n                                47.937028\n                            ],\n                            [\n                                132.883216,\n                                48.002325\n                            ],\n                            [\n                                132.992238,\n                                48.035142\n                            ],\n                            [\n                                133.041513,\n                                48.102313\n                            ],\n                            [\n                                133.15423,\n                                48.137063\n                            ],\n                            [\n                                133.302055,\n                                48.103112\n                            ],\n                            [\n                                133.407997,\n                                48.124684\n                            ],\n                            [\n                                133.536728,\n                                48.117494\n                            ],\n                            [\n                                133.59709,\n                                48.194928\n                            ],\n                            [\n                                133.693177,\n                                48.186951\n                            ],\n                            [\n                                133.740604,\n                                48.25472\n                            ],\n                            [\n                                134.0689,\n                                48.338311\n                            ],\n                            [\n                                134.131109,\n                                48.335527\n                            ],\n                            [\n                                134.20379,\n                                48.38244\n                            ],\n                            [\n                                134.350384,\n                                48.378466\n                            ],\n                            [\n                                134.501905,\n                                48.418986\n                            ],\n                            [\n                                134.696542,\n                                48.407072\n                            ],\n                            [\n                                134.820961,\n                                48.376081\n                            ],\n                            [\n                                134.927519,\n                                48.451537\n                            ],\n                            [\n                                135.09567,\n                                48.437646\n                            ],\n                            [\n                                135.082736,\n                                48.396346\n                            ],\n                            [\n                                134.864077,\n                                48.332345\n                            ],\n                            [\n                                134.679295,\n                                48.256314\n                            ],\n                            [\n                                134.67252,\n                                48.170593\n                            ],\n                            [\n                                134.632484,\n                                48.099516\n                            ],\n                            [\n                                134.551796,\n                                48.032742\n                            ],\n                            [\n                                134.607846,\n                                47.909362\n                            ],\n                            [\n                                134.660201,\n                                47.900538\n                            ],\n                            [\n                                134.678679,\n                                47.819446\n                            ],\n                            [\n                                134.772918,\n                                47.763572\n                            ],\n                            [\n                                134.779694,\n                                47.716091\n                            ],\n                            [\n                                134.684223,\n                                47.631889\n                            ],\n                            [\n                                134.685455,\n                                47.603253\n                            ],\n                            [\n                                134.576434,\n                                47.519273\n                            ],\n                            [\n                                134.568426,\n                                47.478445\n                            ],\n                            [\n                                134.493898,\n                                47.446894\n                            ],\n                            [\n                                134.339297,\n                                47.43961\n                            ],\n                            [\n                                134.177305,\n                                47.32658\n                            ],\n                            [\n                                134.156979,\n                                47.248656\n                            ],\n                            [\n                                134.230276,\n                                47.182411\n                            ],\n                            [\n                                134.222268,\n                                47.105496\n                            ],\n                            [\n                                134.142812,\n                                47.093277\n                            ],\n                            [\n                                134.042414,\n                                46.886761\n                            ],\n                            [\n                                134.011001,\n                                46.637971\n                            ],\n                            [\n                                133.919842,\n                                46.596052\n                            ],\n                            [\n                                133.852089,\n                                46.449903\n                            ],\n                            [\n                                133.950023,\n                                46.394634\n                            ],\n                            [\n                                133.876726,\n                                46.362438\n                            ],\n                            [\n                                133.922922,\n                                46.330635\n                            ],\n                            [\n                                133.904444,\n                                46.25084\n                            ],\n                            [\n                                133.83977,\n                                46.202825\n                            ],\n                            [\n                                133.706111,\n                                46.163056\n                            ],\n                            [\n                                133.745531,\n                                46.075547\n                            ],\n                            [\n                                133.676546,\n                                45.942982\n                            ],\n                            [\n                                133.616184,\n                                45.943398\n                            ],\n                            [\n                                133.576148,\n                                45.870957\n                            ],\n                            [\n                                133.51209,\n                                45.886785\n                            ],\n                            [\n                                133.470822,\n                                45.838035\n                            ],\n                            [\n                                133.484373,\n                                45.738737\n                            ],\n                            [\n                                133.445569,\n                                45.70532\n                            ],\n                            [\n                                133.491764,\n                                45.672301\n                            ],\n                            [\n                                133.371656,\n                                45.576895\n                            ],\n                            [\n                                133.21028,\n                                45.516975\n                            ],\n                            [\n                                133.141295,\n                                45.427605\n                            ],\n                            [\n                                133.095715,\n                                45.246753\n                            ],\n                            [\n                                133.138215,\n                                45.178469\n                            ],\n                            [\n                                133.103107,\n                                45.107147\n                            ],\n                            [\n                                132.945426,\n                                45.020512\n                            ],\n                            [\n                                132.867202,\n                                45.061944\n                            ],\n                            [\n                                132.394161,\n                                45.163706\n                            ],\n                            [\n                                132.025829,\n                                45.250545\n                            ],\n                            [\n                                131.93159,\n                                45.288442\n                            ],\n                            [\n                                131.917423,\n                                45.339354\n                            ],\n                            [\n                                131.82996,\n                                45.31159\n                            ],\n                            [\n                                131.79362,\n                                45.211778\n                            ],\n                            [\n                                131.721555,\n                                45.234536\n                            ],\n                            [\n                                131.650722,\n                                45.159909\n                            ],\n                            [\n                                131.695685,\n                                45.132056\n                            ],\n                            [\n                                131.632244,\n                                45.074621\n                            ],\n                            [\n                                131.484418,\n                                44.995553\n                            ],\n                            [\n                                131.464708,\n                                44.963388\n                            ],\n                            [\n                                131.355687,\n                                44.98963\n                            ],\n                            [\n                                131.274999,\n                                44.919766\n                            ],\n                            [\n                                131.16105,\n                                44.948145\n                            ],\n                            [\n                                131.090217,\n                                44.924426\n                            ],\n                            [\n                                131.07913,\n                                44.881623\n                            ],\n                            [\n                                130.967029,\n                                44.854059\n                            ],\n                            [\n                                131.016304,\n                                44.789551\n                            ],\n                            [\n                                131.064348,\n                                44.787003\n                            ],\n                            [\n                                131.111775,\n                                44.71009\n                            ],\n                            [\n                                131.310723,\n                                44.046392\n                            ],\n                            [\n                                131.263912,\n                                44.030047\n                            ],\n                            [\n                                131.267608,\n                                43.938778\n                            ],\n                            [\n                                131.211557,\n                                43.826221\n                            ],\n                            [\n                                131.244818,\n                                43.604369\n                            ],\n                            [\n                                131.20047,\n                                43.531971\n                            ],\n                            [\n                                131.304564,\n                                43.502033\n                            ],\n                            [\n                                131.294093,\n                                43.469909\n                            ],\n                            [\n                                131.134565,\n                                43.428643\n                            ],\n                            [\n                                131.134565,\n                                43.428643\n                            ],\n                            [\n                                131.026775,\n                                43.508542\n                            ],\n                            [\n                                130.907283,\n                                43.434291\n                            ],\n                            [\n                                130.841378,\n                                43.454274\n                            ],\n                            [\n                                130.823515,\n                                43.502901\n                            ],\n                            [\n                                130.488444,\n                                43.655905\n                            ],\n                            [\n                                130.4133,\n                                43.652009\n                            ],\n                            [\n                                130.423771,\n                                43.742853\n                            ],\n                            [\n                                130.380039,\n                                43.783904\n                            ],\n                            [\n                                130.383119,\n                                43.906025\n                            ],\n                            [\n                                130.338155,\n                                43.949979\n                            ],\n                            [\n                                130.338155,\n                                43.949979\n                            ],\n                            [\n                                130.353554,\n                                44.050262\n                            ],\n                            [\n                                130.260547,\n                                43.948256\n                            ],\n                            [\n                                130.189098,\n                                43.940501\n                            ],\n                            [\n                                130.079461,\n                                43.835285\n                            ],\n                            [\n                                130.079461,\n                                43.835285\n                            ],\n                            [\n                                130.027106,\n                                43.851684\n                            ],\n                            [\n                                130.017251,\n                                43.962039\n                            ],\n                            [\n                                129.98091,\n                                44.014128\n                            ],\n                            [\n                                129.880512,\n                                44.000357\n                            ],\n                            [\n                                129.880512,\n                                44.000357\n                            ],\n                            [\n                                129.869425,\n                                44.005521\n                            ],\n                            [\n                                129.869425,\n                                44.005521\n                            ],\n                            [\n                                129.784426,\n                                43.964623\n                            ],\n                            [\n                                129.742542,\n                                43.875841\n                            ],\n                            [\n                                129.467833,\n                                43.874548\n                            ],\n                            [\n                                129.406855,\n                                43.819314\n                            ],\n                            [\n                                129.211602,\n                                43.784336\n                            ],\n                            [\n                                129.230696,\n                                43.59527\n                            ],\n                            [\n                                129.014501,\n                                43.523295\n                            ],\n                            [\n                                128.949212,\n                                43.55409\n                            ],\n                            [\n                                128.877763,\n                                43.540213\n                            ],\n                            [\n                                128.719467,\n                                43.816724\n                            ],\n                            [\n                                128.760734,\n                                43.857724\n                            ],\n                            [\n                                128.723778,\n                                43.894816\n                            ],\n                            [\n                                128.636315,\n                                43.891366\n                            ],\n                            [\n                                128.644938,\n                                43.936193\n                            ],\n                            [\n                                128.584576,\n                                43.990887\n                            ],\n                            [\n                                128.574721,\n                                44.047682\n                            ],\n                            [\n                                128.450301,\n                                44.203157\n                            ],\n                            [\n                                128.481714,\n                                44.375332\n                            ],\n                            [\n                                128.46262,\n                                44.433894\n                            ],\n                            [\n                                128.373309,\n                                44.51416\n                            ],\n                            [\n                                128.211317,\n                                44.431757\n                            ],\n                            [\n                                128.190375,\n                                44.367206\n                            ],\n                            [\n                                128.049941,\n                                44.349239\n                            ],\n                            [\n                                128.101679,\n                                44.290593\n                            ],\n                            [\n                                128.089977,\n                                44.132342\n                            ],\n                            [\n                                128.059796,\n                                44.110007\n                            ],\n                            [\n                                127.862079,\n                                44.063162\n                            ],\n                            [\n                                127.729036,\n                                44.098836\n                            ],\n                            [\n                                127.724109,\n                                44.196723\n                            ],\n                            [\n                                127.681609,\n                                44.167116\n                            ],\n                            [\n                                127.591066,\n                                44.227601\n                            ],\n                            [\n                                127.623095,\n                                44.277743\n                            ],\n                            [\n                                127.483892,\n                                44.401842\n                            ],\n                            [\n                                127.483892,\n                                44.401842\n                            ],\n                            [\n                                127.50853,\n                                44.437312\n                            ],\n                            [\n                                127.463566,\n                                44.484713\n                            ],\n                            [\n                                127.536247,\n                                44.522266\n                            ],\n                            [\n                                127.557189,\n                                44.575566\n                            ],\n                            [\n                                127.392733,\n                                44.632223\n                            ],\n                            [\n                                127.182082,\n                                44.644144\n                            ],\n                            [\n                                127.094003,\n                                44.615189\n                            ],\n                            [\n                                127.049039,\n                                44.567041\n                            ],\n                            [\n                                127.037336,\n                                44.72157\n                            ],\n                            [\n                                126.984366,\n                                44.823936\n                            ],\n                            [\n                                127.021938,\n                                44.899002\n                            ],\n                            [\n                                127.085995,\n                                44.944757\n                            ],\n                            [\n                                126.968351,\n                                45.074621\n                            ],\n                            [\n                                126.96404,\n                                45.132056\n                            ],\n                            [\n                                126.831613,\n                                45.146406\n                            ],\n                            [\n                                126.567375,\n                                45.252651\n                            ],\n                            [\n                                126.428172,\n                                45.2358\n                            ],\n                            [\n                                126.321615,\n                                45.178891\n                            ],\n                            [\n                                126.166398,\n                                45.133323\n                            ],\n                            [\n                                125.915095,\n                                45.196602\n                            ],\n                            [\n                                125.760494,\n                                45.291389\n                            ],\n                            [\n                                125.697052,\n                                45.349447\n                            ],\n                            [\n                                125.716146,\n                                45.421725\n                            ],\n                            [\n                                125.687813,\n                                45.51404\n                            ],\n                            [\n                                125.628067,\n                                45.522006\n                            ],\n                            [\n                                125.497488,\n                                45.469161\n                            ],\n                            [\n                                125.424807,\n                                45.485523\n                            ],\n                            [\n                                125.398322,\n                                45.416686\n                            ],\n                            [\n                                125.347815,\n                                45.395262\n                            ],\n                            [\n                                125.248649,\n                                45.417526\n                            ],\n                            [\n                                125.06941,\n                                45.384757\n                            ],\n                            [\n                                125.025678,\n                                45.493492\n                            ],\n                            [\n                                124.961005,\n                                45.49517\n                            ],\n                            [\n                                124.923433,\n                                45.541286\n                            ],\n                            [\n                                124.886476,\n                                45.442719\n                            ],\n                            [\n                                124.625318,\n                                45.437262\n                            ],\n                            [\n                                124.544014,\n                                45.412066\n                            ],\n                            [\n                                124.480572,\n                                45.456151\n                            ],\n                            [\n                                124.398652,\n                                45.44062\n                            ],\n                            [\n                                124.354305,\n                                45.546734\n                            ],\n                            [\n                                124.287783,\n                                45.539191\n                            ],\n                            [\n                                124.273001,\n                                45.584014\n                            ],\n                            [\n                                124.129487,\n                                45.637589\n                            ],\n                            [\n                                124.13811,\n                                45.68735\n                            ],\n                            [\n                                124.009379,\n                                45.78215\n                            ],\n                            [\n                                124.064813,\n                                45.797586\n                            ],\n                            [\n                                124.061118,\n                                45.886369\n                            ],\n                            [\n                                123.996444,\n                                45.907189\n                            ],\n                            [\n                                123.970574,\n                                45.971267\n                            ],\n                            [\n                                124.040176,\n                                46.019484\n                            ],\n                            [\n                                123.99398,\n                                46.101275\n                            ],\n                            [\n                                123.982893,\n                                46.22601\n                            ],\n                            [\n                                123.896046,\n                                46.303774\n                            ],\n                            [\n                                123.779633,\n                                46.264078\n                            ],\n                            [\n                                123.610866,\n                                46.252909\n                            ],\n                            [\n                                123.565902,\n                                46.22601\n                            ],\n                            [\n                                123.498765,\n                                46.259528\n                            ],\n                            [\n                                123.373113,\n                                46.223112\n                            ],\n                            [\n                                123.319527,\n                                46.253736\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                124.43992,\n                                50.388713\n                            ],\n                            [\n                                124.36416,\n                                50.360857\n                            ],\n                            [\n                                124.368471,\n                                50.258068\n                            ],\n                            [\n                                124.32474,\n                                50.178436\n                            ],\n                            [\n                                124.278544,\n                                50.231284\n                            ],\n                            [\n                                124.189233,\n                                50.216737\n                            ],\n                            [\n                                124.103001,\n                                50.238555\n                            ],\n                            [\n                                124.061733,\n                                50.199122\n                            ],\n                            [\n                                124.007531,\n                                50.219417\n                            ],\n                            [\n                                123.953944,\n                                50.186865\n                            ],\n                            [\n                                123.878799,\n                                50.208696\n                            ],\n                            [\n                                123.870792,\n                                50.270307\n                            ],\n                            [\n                                123.777785,\n                                50.344441\n                            ],\n                            [\n                                123.800575,\n                                50.455806\n                            ],\n                            [\n                                123.920067,\n                                50.37307\n                            ],\n                            [\n                                124.005067,\n                                50.434469\n                            ],\n                            [\n                                123.983509,\n                                50.510249\n                            ],\n                            [\n                                124.076516,\n                                50.564249\n                            ],\n                            [\n                                124.289015,\n                                50.553226\n                            ],\n                            [\n                                124.322892,\n                                50.532693\n                            ],\n                            [\n                                124.43992,\n                                50.539919\n                            ],\n                            [\n                                124.43992,\n                                50.388713\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 310000,\n                \"name\": \"上海市\",\n                \"center\": [\n                    121.472644,\n                    31.231706\n                ],\n                \"centroid\": [\n                    121.438732,\n                    31.072508\n                ],\n                \"childrenNum\": 16,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 8,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                121.970004,\n                                30.789217\n                            ],\n                            [\n                                121.943518,\n                                30.77688\n                            ],\n                            [\n                                121.904714,\n                                30.814399\n                            ],\n                            [\n                                121.601056,\n                                30.805149\n                            ],\n                            [\n                                121.426129,\n                                30.730089\n                            ],\n                            [\n                                121.362071,\n                                30.679673\n                            ],\n                            [\n                                121.274608,\n                                30.677615\n                            ],\n                            [\n                                121.217942,\n                                30.785105\n                            ],\n                            [\n                                121.123087,\n                                30.778936\n                            ],\n                            [\n                                121.097218,\n                                30.85704\n                            ],\n                            [\n                                120.989428,\n                                30.833924\n                            ],\n                            [\n                                120.991892,\n                                31.00793\n                            ],\n                            [\n                                120.901349,\n                                31.017673\n                            ],\n                            [\n                                120.881023,\n                                31.134513\n                            ],\n                            [\n                                121.076892,\n                                31.158581\n                            ],\n                            [\n                                121.063341,\n                                31.268088\n                            ],\n                            [\n                                121.150188,\n                                31.275247\n                            ],\n                            [\n                                121.106457,\n                                31.364697\n                            ],\n                            [\n                                121.173594,\n                                31.448956\n                            ],\n                            [\n                                121.25613,\n                                31.478047\n                            ],\n                            [\n                                121.25613,\n                                31.478047\n                            ],\n                            [\n                                121.302325,\n                                31.498966\n                            ],\n                            [\n                                121.302325,\n                                31.498966\n                            ],\n                            [\n                                121.343593,\n                                31.512229\n                            ],\n                            [\n                                121.520984,\n                                31.394835\n                            ],\n                            [\n                                121.713773,\n                                31.308992\n                            ],\n                            [\n                                121.946598,\n                                31.065861\n                            ],\n                            [\n                                121.990945,\n                                30.968434\n                            ],\n                            [\n                                121.970004,\n                                30.789217\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.371926,\n                                31.553028\n                            ],\n                            [\n                                121.145261,\n                                31.753699\n                            ],\n                            [\n                                121.200079,\n                                31.835066\n                            ],\n                            [\n                                121.323267,\n                                31.86861\n                            ],\n                            [\n                                121.43352,\n                                31.768452\n                            ],\n                            [\n                                121.715005,\n                                31.673788\n                            ],\n                            [\n                                121.974931,\n                                31.617249\n                            ],\n                            [\n                                121.995873,\n                                31.493354\n                            ],\n                            [\n                                121.890547,\n                                31.428537\n                            ],\n                            [\n                                121.819098,\n                                31.438237\n                            ],\n                            [\n                                121.547469,\n                                31.531101\n                            ],\n                            [\n                                121.434136,\n                                31.59024\n                            ],\n                            [\n                                121.371926,\n                                31.553028\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.74149,\n                                31.345792\n                            ],\n                            [\n                                121.509897,\n                                31.482639\n                            ],\n                            [\n                                121.742106,\n                                31.407091\n                            ],\n                            [\n                                121.74149,\n                                31.345792\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.844352,\n                                31.294678\n                            ],\n                            [\n                                121.792613,\n                                31.377468\n                            ],\n                            [\n                                121.914569,\n                                31.343236\n                            ],\n                            [\n                                121.844352,\n                                31.294678\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.943518,\n                                31.215397\n                            ],\n                            [\n                                122.008808,\n                                31.221026\n                            ],\n                            [\n                                121.995873,\n                                31.160629\n                            ],\n                            [\n                                121.943518,\n                                31.215397\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 320000,\n                \"name\": \"江苏省\",\n                \"center\": [\n                    118.767413,\n                    32.041544\n                ],\n                \"centroid\": [\n                    119.48196,\n                    32.985864\n                ],\n                \"childrenNum\": 13,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 9,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                121.974931,\n                                31.617249\n                            ],\n                            [\n                                121.715005,\n                                31.673788\n                            ],\n                            [\n                                121.43352,\n                                31.768452\n                            ],\n                            [\n                                121.323267,\n                                31.86861\n                            ],\n                            [\n                                121.200079,\n                                31.835066\n                            ],\n                            [\n                                121.145261,\n                                31.753699\n                            ],\n                            [\n                                121.371926,\n                                31.553028\n                            ],\n                            [\n                                121.343593,\n                                31.512229\n                            ],\n                            [\n                                121.302325,\n                                31.498966\n                            ],\n                            [\n                                121.302325,\n                                31.498966\n                            ],\n                            [\n                                121.25613,\n                                31.478047\n                            ],\n                            [\n                                121.25613,\n                                31.478047\n                            ],\n                            [\n                                121.173594,\n                                31.448956\n                            ],\n                            [\n                                121.106457,\n                                31.364697\n                            ],\n                            [\n                                121.150188,\n                                31.275247\n                            ],\n                            [\n                                121.063341,\n                                31.268088\n                            ],\n                            [\n                                121.076892,\n                                31.158581\n                            ],\n                            [\n                                120.881023,\n                                31.134513\n                            ],\n                            [\n                                120.901349,\n                                31.017673\n                            ],\n                            [\n                                120.698089,\n                                30.970999\n                            ],\n                            [\n                                120.713487,\n                                30.885286\n                            ],\n                            [\n                                120.589068,\n                                30.854472\n                            ],\n                            [\n                                120.504684,\n                                30.757858\n                            ],\n                            [\n                                120.423996,\n                                30.900689\n                            ],\n                            [\n                                120.35809,\n                                30.88734\n                            ],\n                            [\n                                120.371025,\n                                30.948424\n                            ],\n                            [\n                                120.226279,\n                                30.926356\n                            ],\n                            [\n                                120.13512,\n                                30.941752\n                            ],\n                            [\n                                120.001461,\n                                31.026902\n                            ],\n                            [\n                                119.919542,\n                                31.170868\n                            ],\n                            [\n                                119.678093,\n                                31.168308\n                            ],\n                            [\n                                119.623891,\n                                31.130416\n                            ],\n                            [\n                                119.460051,\n                                31.156533\n                            ],\n                            [\n                                119.388602,\n                                31.194415\n                            ],\n                            [\n                                119.388602,\n                                31.194415\n                            ],\n                            [\n                                119.379979,\n                                31.269622\n                            ],\n                            [\n                                119.267878,\n                                31.250698\n                            ],\n                            [\n                                119.199508,\n                                31.293655\n                            ],\n                            [\n                                119.075089,\n                                31.232282\n                            ],\n                            [\n                                118.781286,\n                                31.239956\n                            ],\n                            [\n                                118.728931,\n                                31.281384\n                            ],\n                            [\n                                118.745561,\n                                31.37287\n                            ],\n                            [\n                                118.853967,\n                                31.39841\n                            ],\n                            [\n                                118.876756,\n                                31.532631\n                            ],\n                            [\n                                118.873061,\n                                31.53569\n                            ],\n                            [\n                                118.858278,\n                                31.624382\n                            ],\n                            [\n                                118.804691,\n                                31.618268\n                            ],\n                            [\n                                118.77451,\n                                31.682444\n                            ],\n                            [\n                                118.736938,\n                                31.634061\n                            ],\n                            [\n                                118.643931,\n                                31.65138\n                            ],\n                            [\n                                118.697518,\n                                31.709935\n                            ],\n                            [\n                                118.638388,\n                                31.759295\n                            ],\n                            [\n                                118.552772,\n                                31.729275\n                            ],\n                            [\n                                118.481939,\n                                31.778117\n                            ],\n                            [\n                                118.504729,\n                                31.841674\n                            ],\n                            [\n                                118.363679,\n                                31.930581\n                            ],\n                            [\n                                118.400019,\n                                32.077724\n                            ],\n                            [\n                                118.499801,\n                                32.1203\n                            ],\n                            [\n                                118.522591,\n                                32.188178\n                            ],\n                            [\n                                118.642083,\n                                32.208937\n                            ],\n                            [\n                                118.69567,\n                                32.31721\n                            ],\n                            [\n                                118.69259,\n                                32.463224\n                            ],\n                            [\n                                118.592192,\n                                32.481396\n                            ],\n                            [\n                                118.563859,\n                                32.56363\n                            ],\n                            [\n                                118.719076,\n                                32.614042\n                            ],\n                            [\n                                118.719076,\n                                32.614042\n                            ],\n                            [\n                                118.92172,\n                                32.557074\n                            ],\n                            [\n                                118.922336,\n                                32.557074\n                            ],\n                            [\n                                118.92172,\n                                32.557074\n                            ],\n                            [\n                                118.922336,\n                                32.557074\n                            ],\n                            [\n                                118.978386,\n                                32.504106\n                            ],\n                            [\n                                119.041212,\n                                32.515207\n                            ],\n                            [\n                                119.084944,\n                                32.452622\n                            ],\n                            [\n                                119.22045,\n                                32.57674\n                            ],\n                            [\n                                119.184726,\n                                32.825465\n                            ],\n                            [\n                                119.104038,\n                                32.82647\n                            ],\n                            [\n                                118.995017,\n                                32.958604\n                            ],\n                            [\n                                118.849039,\n                                32.956596\n                            ],\n                            [\n                                118.811467,\n                                32.854622\n                            ],\n                            [\n                                118.74125,\n                                32.850601\n                            ],\n                            [\n                                118.756648,\n                                32.737433\n                            ],\n                            [\n                                118.707373,\n                                32.720319\n                            ],\n                            [\n                                118.375382,\n                                32.718809\n                            ],\n                            [\n                                118.250346,\n                                32.84859\n                            ],\n                            [\n                                118.2331,\n                                32.914414\n                            ],\n                            [\n                                118.293462,\n                                32.947056\n                            ],\n                            [\n                                118.244803,\n                                32.998256\n                            ],\n                            [\n                                118.221397,\n                                33.182228\n                            ],\n                            [\n                                118.038463,\n                                33.134642\n                            ],\n                            [\n                                117.939297,\n                                33.262813\n                            ],\n                            [\n                                117.971941,\n                                33.277821\n                            ],\n                            [\n                                118.050782,\n                                33.492148\n                            ],\n                            [\n                                118.108064,\n                                33.475181\n                            ],\n                            [\n                                118.112376,\n                                33.617302\n                            ],\n                            [\n                                118.16781,\n                                33.66313\n                            ],\n                            [\n                                118.116071,\n                                33.767645\n                            ],\n                            [\n                                117.901724,\n                                33.719883\n                            ],\n                            [\n                                117.805638,\n                                33.736304\n                            ],\n                            [\n                                117.752667,\n                                33.711422\n                            ],\n                            [\n                                117.758826,\n                                33.885445\n                            ],\n                            [\n                                117.715095,\n                                33.879485\n                            ],\n                            [\n                                117.629479,\n                                34.028872\n                            ],\n                            [\n                                117.575892,\n                                33.982744\n                            ],\n                            [\n                                117.514914,\n                                34.061097\n                            ],\n                            [\n                                117.410205,\n                                34.026888\n                            ],\n                            [\n                                117.352922,\n                                34.089842\n                            ],\n                            [\n                                117.192778,\n                                34.068532\n                            ],\n                            [\n                                117.025243,\n                                34.167106\n                            ],\n                            [\n                                117.04988,\n                                34.242321\n                            ],\n                            [\n                                116.971656,\n                                34.279409\n                            ],\n                            [\n                                116.969192,\n                                34.387613\n                            ],\n                            [\n                                116.828142,\n                                34.389094\n                            ],\n                            [\n                                116.774555,\n                                34.452764\n                            ],\n                            [\n                                116.574991,\n                                34.488773\n                            ],\n                            [\n                                116.595933,\n                                34.510469\n                            ],\n                            [\n                                116.491839,\n                                34.57109\n                            ],\n                            [\n                                116.429629,\n                                34.652834\n                            ],\n                            [\n                                116.374195,\n                                34.640036\n                            ],\n                            [\n                                116.408071,\n                                34.85095\n                            ],\n                            [\n                                116.445028,\n                                34.89562\n                            ],\n                            [\n                                116.677853,\n                                34.939285\n                            ],\n                            [\n                                116.821983,\n                                34.929475\n                            ],\n                            [\n                                116.966728,\n                                34.875497\n                            ],\n                            [\n                                117.000605,\n                                34.793482\n                            ],\n                            [\n                                117.088069,\n                                34.702039\n                            ],\n                            [\n                                117.07575,\n                                34.637575\n                            ],\n                            [\n                                117.137344,\n                                34.633144\n                            ],\n                            [\n                                117.175532,\n                                34.47003\n                            ],\n                            [\n                                117.242669,\n                                34.445856\n                            ],\n                            [\n                                117.301184,\n                                34.557294\n                            ],\n                            [\n                                117.301184,\n                                34.557294\n                            ],\n                            [\n                                117.322125,\n                                34.566656\n                            ],\n                            [\n                                117.322125,\n                                34.566656\n                            ],\n                            [\n                                117.32151,\n                                34.566656\n                            ],\n                            [\n                                117.32151,\n                                34.566656\n                            ],\n                            [\n                                117.322125,\n                                34.574046\n                            ],\n                            [\n                                117.322125,\n                                34.574046\n                            ],\n                            [\n                                117.402813,\n                                34.569612\n                            ],\n                            [\n                                117.465023,\n                                34.484827\n                            ],\n                            [\n                                117.592523,\n                                34.462631\n                            ],\n                            [\n                                117.684298,\n                                34.547439\n                            ],\n                            [\n                                117.801942,\n                                34.51885\n                            ],\n                            [\n                                117.793935,\n                                34.65185\n                            ],\n                            [\n                                117.902956,\n                                34.644467\n                            ],\n                            [\n                                117.951615,\n                                34.678424\n                            ],\n                            [\n                                118.084042,\n                                34.655788\n                            ],\n                            [\n                                118.079115,\n                                34.569612\n                            ],\n                            [\n                                118.185056,\n                                34.543989\n                            ],\n                            [\n                                118.132702,\n                                34.483348\n                            ],\n                            [\n                                118.177665,\n                                34.453257\n                            ],\n                            [\n                                118.179513,\n                                34.379218\n                            ],\n                            [\n                                118.290382,\n                                34.424637\n                            ],\n                            [\n                                118.404947,\n                                34.427598\n                            ],\n                            [\n                                118.440671,\n                                34.527724\n                            ],\n                            [\n                                118.424657,\n                                34.595228\n                            ],\n                            [\n                                118.460997,\n                                34.65628\n                            ],\n                            [\n                                118.601431,\n                                34.714336\n                            ],\n                            [\n                                118.690127,\n                                34.678424\n                            ],\n                            [\n                                118.783749,\n                                34.723188\n                            ],\n                            [\n                                118.719076,\n                                34.745315\n                            ],\n                            [\n                                118.772047,\n                                34.794464\n                            ],\n                            [\n                                118.860742,\n                                34.94419\n                            ],\n                            [\n                                118.865053,\n                                35.029974\n                            ],\n                            [\n                                118.928495,\n                                35.051039\n                            ],\n                            [\n                                119.114509,\n                                35.054958\n                            ],\n                            [\n                                119.137915,\n                                35.09609\n                            ],\n                            [\n                                119.286972,\n                                35.11518\n                            ],\n                            [\n                                119.306066,\n                                35.076506\n                            ],\n                            [\n                                119.238929,\n                                35.04908\n                            ],\n                            [\n                                119.202588,\n                                34.890222\n                            ],\n                            [\n                                119.238313,\n                                34.799378\n                            ],\n                            [\n                                119.378747,\n                                34.764487\n                            ],\n                            [\n                                119.459435,\n                                34.770876\n                            ],\n                            [\n                                119.50871,\n                                34.729089\n                            ],\n                            [\n                                119.465594,\n                                34.673012\n                            ],\n                            [\n                                119.582623,\n                                34.598676\n                            ],\n                            [\n                                119.781571,\n                                34.515892\n                            ],\n                            [\n                                119.811752,\n                                34.48532\n                            ],\n                            [\n                                119.962657,\n                                34.458684\n                            ],\n                            [\n                                120.311895,\n                                34.307091\n                            ],\n                            [\n                                120.367329,\n                                34.091328\n                            ],\n                            [\n                                120.583524,\n                                33.668608\n                            ],\n                            [\n                                120.651277,\n                                33.575937\n                            ],\n                            [\n                                120.741205,\n                                33.337826\n                            ],\n                            [\n                                120.821893,\n                                33.298327\n                            ],\n                            [\n                                120.90566,\n                                33.030366\n                            ],\n                            [\n                                120.929682,\n                                32.876232\n                            ],\n                            [\n                                120.974646,\n                                32.874724\n                            ],\n                            [\n                                120.966638,\n                                32.770141\n                            ],\n                            [\n                                120.900733,\n                                32.72334\n                            ],\n                            [\n                                120.916131,\n                                32.642261\n                            ],\n                            [\n                                121.153268,\n                                32.529333\n                            ],\n                            [\n                                121.352216,\n                                32.47433\n                            ],\n                            [\n                                121.425513,\n                                32.430909\n                            ],\n                            [\n                                121.472941,\n                                32.138034\n                            ],\n                            [\n                                121.524063,\n                                32.137528\n                            ],\n                            [\n                                121.759352,\n                                32.059471\n                            ],\n                            [\n                                121.856055,\n                                31.95546\n                            ],\n                            [\n                                121.970004,\n                                31.719096\n                            ],\n                            [\n                                121.974931,\n                                31.617249\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 330000,\n                \"name\": \"浙江省\",\n                \"center\": [\n                    120.153576,\n                    30.287459\n                ],\n                \"centroid\": [\n                    120.109522,\n                    29.181876\n                ],\n                \"childrenNum\": 11,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 10,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                120.461568,\n                                27.14259\n                            ],\n                            [\n                                120.401206,\n                                27.211253\n                            ],\n                            [\n                                120.430155,\n                                27.258601\n                            ],\n                            [\n                                120.34146,\n                                27.39946\n                            ],\n                            [\n                                120.26262,\n                                27.432921\n                            ],\n                            [\n                                120.13512,\n                                27.420175\n                            ],\n                            [\n                                120.052584,\n                                27.338886\n                            ],\n                            [\n                                120.007005,\n                                27.376084\n                            ],\n                            [\n                                119.843165,\n                                27.300611\n                            ],\n                            [\n                                119.770484,\n                                27.305928\n                            ],\n                            [\n                                119.685485,\n                                27.438762\n                            ],\n                            [\n                                119.70889,\n                                27.514141\n                            ],\n                            [\n                                119.630666,\n                                27.582574\n                            ],\n                            [\n                                119.644217,\n                                27.663684\n                            ],\n                            [\n                                119.501319,\n                                27.649905\n                            ],\n                            [\n                                119.474833,\n                                27.539079\n                            ],\n                            [\n                                119.376899,\n                                27.534835\n                            ],\n                            [\n                                119.267878,\n                                27.421237\n                            ],\n                            [\n                                119.194581,\n                                27.418582\n                            ],\n                            [\n                                118.983314,\n                                27.498751\n                            ],\n                            [\n                                118.903858,\n                                27.462125\n                            ],\n                            [\n                                118.869365,\n                                27.54014\n                            ],\n                            [\n                                118.913713,\n                                27.61651\n                            ],\n                            [\n                                118.818242,\n                                27.916697\n                            ],\n                            [\n                                118.730163,\n                                27.970611\n                            ],\n                            [\n                                118.719076,\n                                28.063576\n                            ],\n                            [\n                                118.802228,\n                                28.117416\n                            ],\n                            [\n                                118.771431,\n                                28.188634\n                            ],\n                            [\n                                118.802228,\n                                28.240303\n                            ],\n                            [\n                                118.700598,\n                                28.310912\n                            ],\n                            [\n                                118.674728,\n                                28.271398\n                            ],\n                            [\n                                118.587881,\n                                28.28299\n                            ],\n                            [\n                                118.444367,\n                                28.25348\n                            ],\n                            [\n                                118.433896,\n                                28.288786\n                            ],\n                            [\n                                118.486867,\n                                28.328821\n                            ],\n                            [\n                                118.432048,\n                                28.402003\n                            ],\n                            [\n                                118.472084,\n                                28.482497\n                            ],\n                            [\n                                118.426505,\n                                28.532447\n                            ],\n                            [\n                                118.425273,\n                                28.537177\n                            ],\n                            [\n                                118.426505,\n                                28.532447\n                            ],\n                            [\n                                118.425273,\n                                28.537177\n                            ],\n                            [\n                                118.421577,\n                                28.540331\n                            ],\n                            [\n                                118.421577,\n                                28.541908\n                            ],\n                            [\n                                118.423425,\n                                28.587626\n                            ],\n                            [\n                                118.423425,\n                                28.587626\n                            ],\n                            [\n                                118.431432,\n                                28.679528\n                            ],\n                            [\n                                118.379077,\n                                28.785509\n                            ],\n                            [\n                                118.379077,\n                                28.785509\n                            ],\n                            [\n                                118.306396,\n                                28.823782\n                            ],\n                            [\n                                118.270056,\n                                28.918619\n                            ],\n                            [\n                                118.111144,\n                                28.997671\n                            ],\n                            [\n                                118.111144,\n                                28.997671\n                            ],\n                            [\n                                118.037847,\n                                29.097054\n                            ],\n                            [\n                                118.027992,\n                                29.168132\n                            ],\n                            [\n                                118.077883,\n                                29.290836\n                            ],\n                            [\n                                118.136397,\n                                29.284052\n                            ],\n                            [\n                                118.20723,\n                                29.346135\n                            ],\n                            [\n                                118.193064,\n                                29.395149\n                            ],\n                            [\n                                118.316252,\n                                29.422774\n                            ],\n                            [\n                                118.310708,\n                                29.49623\n                            ],\n                            [\n                                118.496106,\n                                29.519662\n                            ],\n                            [\n                                118.500417,\n                                29.575877\n                            ],\n                            [\n                                118.573714,\n                                29.638302\n                            ],\n                            [\n                                118.644547,\n                                29.641942\n                            ],\n                            [\n                                118.744945,\n                                29.738621\n                            ],\n                            [\n                                118.755416,\n                                29.845586\n                            ],\n                            [\n                                118.894619,\n                                29.93792\n                            ],\n                            [\n                                118.902626,\n                                30.029133\n                            ],\n                            [\n                                118.847807,\n                                30.163208\n                            ],\n                            [\n                                118.929727,\n                                30.202515\n                            ],\n                            [\n                                118.880452,\n                                30.31518\n                            ],\n                            [\n                                118.954365,\n                                30.360106\n                            ],\n                            [\n                                119.06277,\n                                30.304849\n                            ],\n                            [\n                                119.201356,\n                                30.290901\n                            ],\n                            [\n                                119.246936,\n                                30.341002\n                            ],\n                            [\n                                119.36766,\n                                30.384885\n                            ],\n                            [\n                                119.326392,\n                                30.532906\n                            ],\n                            [\n                                119.237081,\n                                30.54682\n                            ],\n                            [\n                                119.238929,\n                                30.60915\n                            ],\n                            [\n                                119.312225,\n                                30.620993\n                            ],\n                            [\n                                119.386754,\n                                30.685333\n                            ],\n                            [\n                                119.416935,\n                                30.642101\n                            ],\n                            [\n                                119.482841,\n                                30.70437\n                            ],\n                            [\n                                119.479761,\n                                30.772253\n                            ],\n                            [\n                                119.575847,\n                                30.829814\n                            ],\n                            [\n                                119.585702,\n                                30.976642\n                            ],\n                            [\n                                119.633746,\n                                31.019724\n                            ],\n                            [\n                                119.623891,\n                                31.130416\n                            ],\n                            [\n                                119.678093,\n                                31.168308\n                            ],\n                            [\n                                119.919542,\n                                31.170868\n                            ],\n                            [\n                                120.001461,\n                                31.026902\n                            ],\n                            [\n                                120.13512,\n                                30.941752\n                            ],\n                            [\n                                120.226279,\n                                30.926356\n                            ],\n                            [\n                                120.371025,\n                                30.948424\n                            ],\n                            [\n                                120.35809,\n                                30.88734\n                            ],\n                            [\n                                120.423996,\n                                30.900689\n                            ],\n                            [\n                                120.504684,\n                                30.757858\n                            ],\n                            [\n                                120.589068,\n                                30.854472\n                            ],\n                            [\n                                120.713487,\n                                30.885286\n                            ],\n                            [\n                                120.698089,\n                                30.970999\n                            ],\n                            [\n                                120.901349,\n                                31.017673\n                            ],\n                            [\n                                120.991892,\n                                31.00793\n                            ],\n                            [\n                                120.989428,\n                                30.833924\n                            ],\n                            [\n                                121.097218,\n                                30.85704\n                            ],\n                            [\n                                121.123087,\n                                30.778936\n                            ],\n                            [\n                                121.217942,\n                                30.785105\n                            ],\n                            [\n                                121.274608,\n                                30.677615\n                            ],\n                            [\n                                121.058413,\n                                30.563823\n                            ],\n                            [\n                                121.225333,\n                                30.404496\n                            ],\n                            [\n                                121.328195,\n                                30.397271\n                            ],\n                            [\n                                121.497578,\n                                30.258864\n                            ],\n                            [\n                                121.632469,\n                                30.072119\n                            ],\n                            [\n                                121.721164,\n                                29.992865\n                            ],\n                            [\n                                121.78399,\n                                29.993383\n                            ],\n                            [\n                                121.919497,\n                                29.920808\n                            ],\n                            [\n                                121.968156,\n                                29.956584\n                            ],\n                            [\n                                122.00696,\n                                29.891764\n                            ],\n                            [\n                                122.140003,\n                                29.901619\n                            ],\n                            [\n                                122.10243,\n                                29.859597\n                            ],\n                            [\n                                121.997721,\n                                29.759919\n                            ],\n                            [\n                                121.937359,\n                                29.748491\n                            ],\n                            [\n                                121.833265,\n                                29.653382\n                            ],\n                            [\n                                121.966308,\n                                29.635702\n                            ],\n                            [\n                                122.000185,\n                                29.582642\n                            ],\n                            [\n                                121.968772,\n                                29.515497\n                            ],\n                            [\n                                121.993409,\n                                29.451954\n                            ],\n                            [\n                                121.937975,\n                                29.384201\n                            ],\n                            [\n                                121.986634,\n                                29.15507\n                            ],\n                            [\n                                121.966308,\n                                29.053128\n                            ],\n                            [\n                                121.884388,\n                                29.105419\n                            ],\n                            [\n                                121.780294,\n                                29.109601\n                            ],\n                            [\n                                121.767975,\n                                29.166565\n                            ],\n                            [\n                                121.660186,\n                                29.118487\n                            ],\n                            [\n                                121.774751,\n                                28.864138\n                            ],\n                            [\n                                121.668193,\n                                28.873046\n                            ],\n                            [\n                                121.704534,\n                                28.816443\n                            ],\n                            [\n                                121.689135,\n                                28.719415\n                            ],\n                            [\n                                121.540694,\n                                28.655379\n                            ],\n                            [\n                                121.634317,\n                                28.56293\n                            ],\n                            [\n                                121.687287,\n                                28.40095\n                            ],\n                            [\n                                121.627541,\n                                28.251899\n                            ],\n                            [\n                                121.499426,\n                                28.306171\n                            ],\n                            [\n                                121.373774,\n                                28.133246\n                            ],\n                            [\n                                121.288159,\n                                28.144854\n                            ],\n                            [\n                                121.261057,\n                                28.034533\n                            ],\n                            [\n                                121.140949,\n                                28.031364\n                            ],\n                            [\n                                121.108304,\n                                28.13905\n                            ],\n                            [\n                                121.059029,\n                                28.096305\n                            ],\n                            [\n                                120.991892,\n                                27.95\n                            ],\n                            [\n                                121.05595,\n                                27.900306\n                            ],\n                            [\n                                121.162507,\n                                27.90718\n                            ],\n                            [\n                                121.152652,\n                                27.810376\n                            ],\n                            [\n                                121.153268,\n                                27.809847\n                            ],\n                            [\n                                121.149572,\n                                27.801908\n                            ],\n                            [\n                                121.149572,\n                                27.801379\n                            ],\n                            [\n                                121.149572,\n                                27.80085\n                            ],\n                            [\n                                121.13479,\n                                27.787088\n                            ],\n                            [\n                                121.134174,\n                                27.787088\n                            ],\n                            [\n                                121.152036,\n                                27.815139\n                            ],\n                            [\n                                121.027616,\n                                27.832601\n                            ],\n                            [\n                                120.942001,\n                                27.896605\n                            ],\n                            [\n                                120.797871,\n                                27.779677\n                            ],\n                            [\n                                120.634647,\n                                27.577271\n                            ],\n                            [\n                                120.703016,\n                                27.478581\n                            ],\n                            [\n                                120.673451,\n                                27.369708\n                            ],\n                            [\n                                120.572437,\n                                27.313903\n                            ],\n                            [\n                                120.544104,\n                                27.154303\n                            ],\n                            [\n                                120.461568,\n                                27.14259\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.301379,\n                                29.942068\n                            ],\n                            [\n                                122.163408,\n                                29.988201\n                            ],\n                            [\n                                122.038989,\n                                29.989756\n                            ],\n                            [\n                                121.991561,\n                                30.075743\n                            ],\n                            [\n                                121.990945,\n                                30.076261\n                            ],\n                            [\n                                121.952757,\n                                30.183898\n                            ],\n                            [\n                                122.152938,\n                                30.113015\n                            ],\n                            [\n                                122.293988,\n                                30.100075\n                            ],\n                            [\n                                122.347574,\n                                30.014109\n                            ],\n                            [\n                                122.301379,\n                                29.942068\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.100583,\n                                30.304333\n                            ],\n                            [\n                                122.228082,\n                                30.329641\n                            ],\n                            [\n                                122.22993,\n                                30.232503\n                            ],\n                            [\n                                122.058083,\n                                30.291934\n                            ],\n                            [\n                                122.100583,\n                                30.304333\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.317393,\n                                30.249561\n                            ],\n                            [\n                                122.40732,\n                                30.272817\n                            ],\n                            [\n                                122.397465,\n                                30.225266\n                            ],\n                            [\n                                122.317393,\n                                30.249561\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.435038,\n                                29.906287\n                            ],\n                            [\n                                122.391922,\n                                29.831573\n                            ],\n                            [\n                                122.327248,\n                                29.922883\n                            ],\n                            [\n                                122.411632,\n                                29.951918\n                            ],\n                            [\n                                122.435038,\n                                29.906287\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.353734,\n                                30.464339\n                            ],\n                            [\n                                122.423335,\n                                30.408624\n                            ],\n                            [\n                                122.281669,\n                                30.418944\n                            ],\n                            [\n                                122.277973,\n                                30.471558\n                            ],\n                            [\n                                122.353734,\n                                30.464339\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.303843,\n                                29.832611\n                            ],\n                            [\n                                122.310002,\n                                29.766671\n                            ],\n                            [\n                                122.221307,\n                                29.832611\n                            ],\n                            [\n                                122.303843,\n                                29.832611\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.13138,\n                                29.673659\n                            ],\n                            [\n                                122.047612,\n                                29.719396\n                            ],\n                            [\n                                122.130148,\n                                29.79056\n                            ],\n                            [\n                                122.200981,\n                                29.711082\n                            ],\n                            [\n                                122.192358,\n                                29.655462\n                            ],\n                            [\n                                122.13138,\n                                29.673659\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.943518,\n                                30.77688\n                            ],\n                            [\n                                121.970004,\n                                30.789217\n                            ],\n                            [\n                                122.011271,\n                                30.669381\n                            ],\n                            [\n                                121.968156,\n                                30.68842\n                            ],\n                            [\n                                121.943518,\n                                30.77688\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.874533,\n                                29.964878\n                            ],\n                            [\n                                121.835113,\n                                29.992865\n                            ],\n                            [\n                                121.855439,\n                                30.085062\n                            ],\n                            [\n                                121.924424,\n                                30.052441\n                            ],\n                            [\n                                121.933047,\n                                29.994938\n                            ],\n                            [\n                                121.874533,\n                                29.964878\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.155401,\n                                29.97058\n                            ],\n                            [\n                                122.154169,\n                                29.971098\n                            ],\n                            [\n                                122.152322,\n                                29.971098\n                            ],\n                            [\n                                122.163408,\n                                29.988201\n                            ],\n                            [\n                                122.155401,\n                                29.97058\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.136638,\n                                27.948414\n                            ],\n                            [\n                                121.041783,\n                                27.943657\n                            ],\n                            [\n                                121.0695,\n                                27.984349\n                            ],\n                            [\n                                121.136638,\n                                27.948414\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.134174,\n                                27.786029\n                            ],\n                            [\n                                121.134174,\n                                27.787088\n                            ],\n                            [\n                                121.13479,\n                                27.787088\n                            ],\n                            [\n                                121.134174,\n                                27.786029\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                122.152322,\n                                29.971098\n                            ],\n                            [\n                                122.154169,\n                                29.971098\n                            ],\n                            [\n                                122.155401,\n                                29.97058\n                            ],\n                            [\n                                122.152322,\n                                29.971098\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 340000,\n                \"name\": \"安徽省\",\n                \"center\": [\n                    117.283042,\n                    31.86119\n                ],\n                \"centroid\": [\n                    117.226894,\n                    31.849585\n                ],\n                \"childrenNum\": 16,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 11,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                115.5088,\n                                32.468777\n                            ],\n                            [\n                                115.409018,\n                                32.549005\n                            ],\n                            [\n                                115.304924,\n                                32.553039\n                            ],\n                            [\n                                115.20083,\n                                32.591864\n                            ],\n                            [\n                                115.183584,\n                                32.665937\n                            ],\n                            [\n                                115.197135,\n                                32.85613\n                            ],\n                            [\n                                115.139237,\n                                32.897837\n                            ],\n                            [\n                                114.943368,\n                                32.935005\n                            ],\n                            [\n                                114.883006,\n                                32.990227\n                            ],\n                            [\n                                114.925506,\n                                33.016821\n                            ],\n                            [\n                                114.902716,\n                                33.129632\n                            ],\n                            [\n                                114.966158,\n                                33.147167\n                            ],\n                            [\n                                115.042534,\n                                33.08653\n                            ],\n                            [\n                                115.168186,\n                                33.088535\n                            ],\n                            [\n                                115.301229,\n                                33.141657\n                            ],\n                            [\n                                115.365286,\n                                33.335826\n                            ],\n                            [\n                                115.312931,\n                                33.376307\n                            ],\n                            [\n                                115.345576,\n                                33.503125\n                            ],\n                            [\n                                115.421953,\n                                33.556992\n                            ],\n                            [\n                                115.639995,\n                                33.584909\n                            ],\n                            [\n                                115.563003,\n                                33.771624\n                            ],\n                            [\n                                115.614126,\n                                33.775603\n                            ],\n                            [\n                                115.629524,\n                                33.871536\n                            ],\n                            [\n                                115.546988,\n                                33.875014\n                            ],\n                            [\n                                115.60735,\n                                34.030359\n                            ],\n                            [\n                                115.736082,\n                                34.076957\n                            ],\n                            [\n                                115.877132,\n                                34.003083\n                            ],\n                            [\n                                115.95782,\n                                34.007547\n                            ],\n                            [\n                                116.00032,\n                                33.964881\n                            ],\n                            [\n                                115.987385,\n                                33.900842\n                            ],\n                            [\n                                116.05945,\n                                33.861103\n                            ],\n                            [\n                                116.074232,\n                                33.781571\n                            ],\n                            [\n                                116.155536,\n                                33.709929\n                            ],\n                            [\n                                116.263326,\n                                33.729835\n                            ],\n                            [\n                                116.316297,\n                                33.771127\n                            ],\n                            [\n                                116.437021,\n                                33.801461\n                            ],\n                            [\n                                116.437637,\n                                33.846694\n                            ],\n                            [\n                                116.64336,\n                                33.896869\n                            ],\n                            [\n                                116.648288,\n                                33.973317\n                            ],\n                            [\n                                116.575607,\n                                34.069028\n                            ],\n                            [\n                                116.575607,\n                                34.069028\n                            ],\n                            [\n                                116.530643,\n                                34.107183\n                            ],\n                            [\n                                116.565752,\n                                34.173541\n                            ],\n                            [\n                                116.516477,\n                                34.296217\n                            ],\n                            [\n                                116.409303,\n                                34.273971\n                            ],\n                            [\n                                116.409303,\n                                34.273971\n                            ],\n                            [\n                                116.26271,\n                                34.375762\n                            ],\n                            [\n                                116.213435,\n                                34.382181\n                            ],\n                            [\n                                116.162312,\n                                34.459178\n                            ],\n                            [\n                                116.204196,\n                                34.508497\n                            ],\n                            [\n                                116.196804,\n                                34.576017\n                            ],\n                            [\n                                116.240536,\n                                34.552367\n                            ],\n                            [\n                                116.281188,\n                                34.60754\n                            ],\n                            [\n                                116.374195,\n                                34.640036\n                            ],\n                            [\n                                116.429629,\n                                34.652834\n                            ],\n                            [\n                                116.491839,\n                                34.57109\n                            ],\n                            [\n                                116.595933,\n                                34.510469\n                            ],\n                            [\n                                116.574991,\n                                34.488773\n                            ],\n                            [\n                                116.774555,\n                                34.452764\n                            ],\n                            [\n                                116.828142,\n                                34.389094\n                            ],\n                            [\n                                116.969192,\n                                34.387613\n                            ],\n                            [\n                                116.971656,\n                                34.279409\n                            ],\n                            [\n                                117.04988,\n                                34.242321\n                            ],\n                            [\n                                117.025243,\n                                34.167106\n                            ],\n                            [\n                                117.192778,\n                                34.068532\n                            ],\n                            [\n                                117.352922,\n                                34.089842\n                            ],\n                            [\n                                117.410205,\n                                34.026888\n                            ],\n                            [\n                                117.514914,\n                                34.061097\n                            ],\n                            [\n                                117.575892,\n                                33.982744\n                            ],\n                            [\n                                117.629479,\n                                34.028872\n                            ],\n                            [\n                                117.715095,\n                                33.879485\n                            ],\n                            [\n                                117.758826,\n                                33.885445\n                            ],\n                            [\n                                117.752667,\n                                33.711422\n                            ],\n                            [\n                                117.805638,\n                                33.736304\n                            ],\n                            [\n                                117.901724,\n                                33.719883\n                            ],\n                            [\n                                118.116071,\n                                33.767645\n                            ],\n                            [\n                                118.16781,\n                                33.66313\n                            ],\n                            [\n                                118.112376,\n                                33.617302\n                            ],\n                            [\n                                118.108064,\n                                33.475181\n                            ],\n                            [\n                                118.050782,\n                                33.492148\n                            ],\n                            [\n                                117.971941,\n                                33.277821\n                            ],\n                            [\n                                117.939297,\n                                33.262813\n                            ],\n                            [\n                                118.038463,\n                                33.134642\n                            ],\n                            [\n                                118.221397,\n                                33.182228\n                            ],\n                            [\n                                118.244803,\n                                32.998256\n                            ],\n                            [\n                                118.293462,\n                                32.947056\n                            ],\n                            [\n                                118.2331,\n                                32.914414\n                            ],\n                            [\n                                118.250346,\n                                32.84859\n                            ],\n                            [\n                                118.375382,\n                                32.718809\n                            ],\n                            [\n                                118.707373,\n                                32.720319\n                            ],\n                            [\n                                118.756648,\n                                32.737433\n                            ],\n                            [\n                                118.74125,\n                                32.850601\n                            ],\n                            [\n                                118.811467,\n                                32.854622\n                            ],\n                            [\n                                118.849039,\n                                32.956596\n                            ],\n                            [\n                                118.995017,\n                                32.958604\n                            ],\n                            [\n                                119.104038,\n                                32.82647\n                            ],\n                            [\n                                119.184726,\n                                32.825465\n                            ],\n                            [\n                                119.22045,\n                                32.57674\n                            ],\n                            [\n                                119.084944,\n                                32.452622\n                            ],\n                            [\n                                119.041212,\n                                32.515207\n                            ],\n                            [\n                                118.978386,\n                                32.504106\n                            ],\n                            [\n                                118.922336,\n                                32.557074\n                            ],\n                            [\n                                118.92172,\n                                32.557074\n                            ],\n                            [\n                                118.922336,\n                                32.557074\n                            ],\n                            [\n                                118.92172,\n                                32.557074\n                            ],\n                            [\n                                118.719076,\n                                32.614042\n                            ],\n                            [\n                                118.719076,\n                                32.614042\n                            ],\n                            [\n                                118.563859,\n                                32.56363\n                            ],\n                            [\n                                118.592192,\n                                32.481396\n                            ],\n                            [\n                                118.69259,\n                                32.463224\n                            ],\n                            [\n                                118.69567,\n                                32.31721\n                            ],\n                            [\n                                118.642083,\n                                32.208937\n                            ],\n                            [\n                                118.522591,\n                                32.188178\n                            ],\n                            [\n                                118.499801,\n                                32.1203\n                            ],\n                            [\n                                118.400019,\n                                32.077724\n                            ],\n                            [\n                                118.363679,\n                                31.930581\n                            ],\n                            [\n                                118.504729,\n                                31.841674\n                            ],\n                            [\n                                118.481939,\n                                31.778117\n                            ],\n                            [\n                                118.552772,\n                                31.729275\n                            ],\n                            [\n                                118.638388,\n                                31.759295\n                            ],\n                            [\n                                118.697518,\n                                31.709935\n                            ],\n                            [\n                                118.643931,\n                                31.65138\n                            ],\n                            [\n                                118.736938,\n                                31.634061\n                            ],\n                            [\n                                118.77451,\n                                31.682444\n                            ],\n                            [\n                                118.804691,\n                                31.618268\n                            ],\n                            [\n                                118.858278,\n                                31.624382\n                            ],\n                            [\n                                118.873061,\n                                31.53569\n                            ],\n                            [\n                                118.866285,\n                                31.527021\n                            ],\n                            [\n                                118.870597,\n                                31.526001\n                            ],\n                            [\n                                118.876756,\n                                31.532631\n                            ],\n                            [\n                                118.853967,\n                                31.39841\n                            ],\n                            [\n                                118.745561,\n                                31.37287\n                            ],\n                            [\n                                118.728931,\n                                31.281384\n                            ],\n                            [\n                                118.781286,\n                                31.239956\n                            ],\n                            [\n                                119.075089,\n                                31.232282\n                            ],\n                            [\n                                119.199508,\n                                31.293655\n                            ],\n                            [\n                                119.267878,\n                                31.250698\n                            ],\n                            [\n                                119.379979,\n                                31.269622\n                            ],\n                            [\n                                119.388602,\n                                31.194415\n                            ],\n                            [\n                                119.388602,\n                                31.194415\n                            ],\n                            [\n                                119.460051,\n                                31.156533\n                            ],\n                            [\n                                119.623891,\n                                31.130416\n                            ],\n                            [\n                                119.633746,\n                                31.019724\n                            ],\n                            [\n                                119.585702,\n                                30.976642\n                            ],\n                            [\n                                119.575847,\n                                30.829814\n                            ],\n                            [\n                                119.479761,\n                                30.772253\n                            ],\n                            [\n                                119.482841,\n                                30.70437\n                            ],\n                            [\n                                119.416935,\n                                30.642101\n                            ],\n                            [\n                                119.386754,\n                                30.685333\n                            ],\n                            [\n                                119.312225,\n                                30.620993\n                            ],\n                            [\n                                119.238929,\n                                30.60915\n                            ],\n                            [\n                                119.237081,\n                                30.54682\n                            ],\n                            [\n                                119.326392,\n                                30.532906\n                            ],\n                            [\n                                119.36766,\n                                30.384885\n                            ],\n                            [\n                                119.246936,\n                                30.341002\n                            ],\n                            [\n                                119.201356,\n                                30.290901\n                            ],\n                            [\n                                119.06277,\n                                30.304849\n                            ],\n                            [\n                                118.954365,\n                                30.360106\n                            ],\n                            [\n                                118.880452,\n                                30.31518\n                            ],\n                            [\n                                118.929727,\n                                30.202515\n                            ],\n                            [\n                                118.847807,\n                                30.163208\n                            ],\n                            [\n                                118.902626,\n                                30.029133\n                            ],\n                            [\n                                118.894619,\n                                29.93792\n                            ],\n                            [\n                                118.755416,\n                                29.845586\n                            ],\n                            [\n                                118.744945,\n                                29.738621\n                            ],\n                            [\n                                118.644547,\n                                29.641942\n                            ],\n                            [\n                                118.573714,\n                                29.638302\n                            ],\n                            [\n                                118.500417,\n                                29.575877\n                            ],\n                            [\n                                118.496106,\n                                29.519662\n                            ],\n                            [\n                                118.310708,\n                                29.49623\n                            ],\n                            [\n                                118.316252,\n                                29.422774\n                            ],\n                            [\n                                118.193064,\n                                29.395149\n                            ],\n                            [\n                                118.136397,\n                                29.419125\n                            ],\n                            [\n                                118.134549,\n                                29.508728\n                            ],\n                            [\n                                118.008282,\n                                29.578479\n                            ],\n                            [\n                                117.872775,\n                                29.547774\n                            ],\n                            [\n                                117.807486,\n                                29.573796\n                            ],\n                            [\n                                117.707703,\n                                29.548815\n                            ],\n                            [\n                                117.647957,\n                                29.614897\n                            ],\n                            [\n                                117.545711,\n                                29.594089\n                            ],\n                            [\n                                117.532161,\n                                29.651822\n                            ],\n                            [\n                                117.453936,\n                                29.688214\n                            ],\n                            [\n                                117.455168,\n                                29.749011\n                            ],\n                            [\n                                117.384335,\n                                29.84351\n                            ],\n                            [\n                                117.29256,\n                                29.822749\n                            ],\n                            [\n                                117.246365,\n                                29.915104\n                            ],\n                            [\n                                117.17738,\n                                29.921846\n                            ],\n                            [\n                                117.073286,\n                                29.832092\n                            ],\n                            [\n                                117.136728,\n                                29.7755\n                            ],\n                            [\n                                117.112706,\n                                29.712121\n                            ],\n                            [\n                                116.780715,\n                                29.570153\n                            ],\n                            [\n                                116.651983,\n                                29.637262\n                            ],\n                            [\n                                116.677237,\n                                29.66898\n                            ],\n                            [\n                                116.694483,\n                                29.672099\n                            ],\n                            [\n                                116.694483,\n                                29.672099\n                            ],\n                            [\n                                116.717273,\n                                29.690813\n                            ],\n                            [\n                                116.710498,\n                                29.69705\n                            ],\n                            [\n                                116.709882,\n                                29.69757\n                            ],\n                            [\n                                116.706186,\n                                29.69809\n                            ],\n                            [\n                                116.698795,\n                                29.707964\n                            ],\n                            [\n                                116.684012,\n                                29.72823\n                            ],\n                            [\n                                116.789954,\n                                29.795233\n                            ],\n                            [\n                                116.882961,\n                                29.89332\n                            ],\n                            [\n                                116.900207,\n                                29.949326\n                            ],\n                            [\n                                116.83307,\n                                29.957621\n                            ],\n                            [\n                                116.747454,\n                                30.057101\n                            ],\n                            [\n                                116.666766,\n                                30.076779\n                            ],\n                            [\n                                116.586078,\n                                30.046226\n                            ],\n                            [\n                                116.552201,\n                                29.909918\n                            ],\n                            [\n                                116.473361,\n                                29.89747\n                            ],\n                            [\n                                116.26271,\n                                29.782251\n                            ],\n                            [\n                                116.207891,\n                                29.82742\n                            ],\n                            [\n                                116.13521,\n                                29.819634\n                            ],\n                            [\n                                116.127203,\n                                29.899544\n                            ],\n                            [\n                                116.073616,\n                                29.970061\n                            ],\n                            [\n                                116.091479,\n                                30.036385\n                            ],\n                            [\n                                116.065609,\n                                30.204584\n                            ],\n                            [\n                                115.985537,\n                                30.290901\n                            ],\n                            [\n                                115.903001,\n                                30.313631\n                            ],\n                            [\n                                115.921479,\n                                30.416364\n                            ],\n                            [\n                                115.876516,\n                                30.582368\n                            ],\n                            [\n                                115.819234,\n                                30.59782\n                            ],\n                            [\n                                115.762567,\n                                30.685848\n                            ],\n                            [\n                                115.782893,\n                                30.751687\n                            ],\n                            [\n                                115.851262,\n                                30.756829\n                            ],\n                            [\n                                115.865429,\n                                30.864231\n                            ],\n                            [\n                                115.976298,\n                                30.931488\n                            ],\n                            [\n                                116.071769,\n                                30.956633\n                            ],\n                            [\n                                116.058834,\n                                31.012545\n                            ],\n                            [\n                                115.938726,\n                                31.047409\n                            ],\n                            [\n                                115.869125,\n                                31.147828\n                            ],\n                            [\n                                115.763799,\n                                31.118123\n                            ],\n                            [\n                                115.700973,\n                                31.201068\n                            ],\n                            [\n                                115.646155,\n                                31.209768\n                            ],\n                            [\n                                115.559307,\n                                31.160117\n                            ],\n                            [\n                                115.516191,\n                                31.263485\n                            ],\n                            [\n                                115.457677,\n                                31.281384\n                            ],\n                            [\n                                115.442279,\n                                31.346303\n                            ],\n                            [\n                                115.372062,\n                                31.349368\n                            ],\n                            [\n                                115.373909,\n                                31.405559\n                            ],\n                            [\n                                115.371446,\n                                31.495905\n                            ],\n                            [\n                                115.496481,\n                                31.674297\n                            ],\n                            [\n                                115.660937,\n                                31.760822\n                            ],\n                            [\n                                115.767495,\n                                31.787272\n                            ],\n                            [\n                                115.816154,\n                                31.762348\n                            ],\n                            [\n                                115.909777,\n                                31.791849\n                            ],\n                            [\n                                115.893146,\n                                31.833033\n                            ],\n                            [\n                                115.931334,\n                                31.994541\n                            ],\n                            [\n                                115.941805,\n                                32.166402\n                            ],\n                            [\n                                115.912856,\n                                32.227666\n                            ],\n                            [\n                                115.899306,\n                                32.391005\n                            ],\n                            [\n                                115.845719,\n                                32.501583\n                            ],\n                            [\n                                115.789052,\n                                32.468777\n                            ],\n                            [\n                                115.706517,\n                                32.494014\n                            ],\n                            [\n                                115.667712,\n                                32.409696\n                            ],\n                            [\n                                115.567314,\n                                32.421819\n                            ],\n                            [\n                                115.509416,\n                                32.466758\n                            ],\n                            [\n                                115.510648,\n                                32.467768\n                            ],\n                            [\n                                115.510648,\n                                32.468272\n                            ],\n                            [\n                                115.510648,\n                                32.468777\n                            ],\n                            [\n                                115.5088,\n                                32.468777\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                116.717273,\n                                29.690813\n                            ],\n                            [\n                                116.694483,\n                                29.672099\n                            ],\n                            [\n                                116.694483,\n                                29.672099\n                            ],\n                            [\n                                116.677237,\n                                29.66898\n                            ],\n                            [\n                                116.684012,\n                                29.72823\n                            ],\n                            [\n                                116.698795,\n                                29.707964\n                            ],\n                            [\n                                116.706186,\n                                29.69809\n                            ],\n                            [\n                                116.709882,\n                                29.69757\n                            ],\n                            [\n                                116.710498,\n                                29.69705\n                            ],\n                            [\n                                116.709882,\n                                29.69757\n                            ],\n                            [\n                                116.717273,\n                                29.690813\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                118.873061,\n                                31.53569\n                            ],\n                            [\n                                118.876756,\n                                31.532631\n                            ],\n                            [\n                                118.870597,\n                                31.526001\n                            ],\n                            [\n                                118.866285,\n                                31.527021\n                            ],\n                            [\n                                118.873061,\n                                31.53569\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.510648,\n                                32.468777\n                            ],\n                            [\n                                115.510648,\n                                32.468272\n                            ],\n                            [\n                                115.510648,\n                                32.467768\n                            ],\n                            [\n                                115.509416,\n                                32.466758\n                            ],\n                            [\n                                115.5088,\n                                32.468777\n                            ],\n                            [\n                                115.510648,\n                                32.468777\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 350000,\n                \"name\": \"福建省\",\n                \"center\": [\n                    119.306239,\n                    26.075302\n                ],\n                \"centroid\": [\n                    118.005928,\n                    26.070282\n                ],\n                \"childrenNum\": 9,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 12,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                120.461568,\n                                27.14259\n                            ],\n                            [\n                                120.393199,\n                                27.081343\n                            ],\n                            [\n                                120.287257,\n                                27.094128\n                            ],\n                            [\n                                120.29588,\n                                27.035519\n                            ],\n                            [\n                                120.231823,\n                                26.907006\n                            ],\n                            [\n                                120.117258,\n                                26.916609\n                            ],\n                            [\n                                120.047041,\n                                26.824809\n                            ],\n                            [\n                                120.1382,\n                                26.79704\n                            ],\n                            [\n                                120.165917,\n                                26.73133\n                            ],\n                            [\n                                120.110483,\n                                26.692848\n                            ],\n                            [\n                                120.1382,\n                                26.637775\n                            ],\n                            [\n                                119.967585,\n                                26.597657\n                            ],\n                            [\n                                119.896136,\n                                26.516306\n                            ],\n                            [\n                                119.827767,\n                                26.524872\n                            ],\n                            [\n                                119.851788,\n                                26.595516\n                            ],\n                            [\n                                119.949107,\n                                26.624404\n                            ],\n                            [\n                                120.052584,\n                                26.786892\n                            ],\n                            [\n                                119.942947,\n                                26.784756\n                            ],\n                            [\n                                119.86965,\n                                26.642588\n                            ],\n                            [\n                                119.83023,\n                                26.69071\n                            ],\n                            [\n                                119.711354,\n                                26.686433\n                            ],\n                            [\n                                119.665159,\n                                26.725986\n                            ],\n                            [\n                                119.577695,\n                                26.622264\n                            ],\n                            [\n                                119.788346,\n                                26.58321\n                            ],\n                            [\n                                119.876426,\n                                26.359867\n                            ],\n                            [\n                                119.962657,\n                                26.373269\n                            ],\n                            [\n                                119.8986,\n                                26.308388\n                            ],\n                            [\n                                119.841317,\n                                26.322333\n                            ],\n                            [\n                                119.668854,\n                                26.256887\n                            ],\n                            [\n                                119.604181,\n                                26.168853\n                            ],\n                            [\n                                119.668854,\n                                26.025924\n                            ],\n                            [\n                                119.723673,\n                                26.011406\n                            ],\n                            [\n                                119.688564,\n                                25.897892\n                            ],\n                            [\n                                119.632514,\n                                25.884436\n                            ],\n                            [\n                                119.635594,\n                                25.746011\n                            ],\n                            [\n                                119.601101,\n                                25.683479\n                            ],\n                            [\n                                119.472986,\n                                25.662448\n                            ],\n                            [\n                                119.586934,\n                                25.592317\n                            ],\n                            [\n                                119.634362,\n                                25.475161\n                            ],\n                            [\n                                119.716898,\n                                25.550758\n                            ],\n                            [\n                                119.716898,\n                                25.551838\n                            ],\n                            [\n                                119.683637,\n                                25.592856\n                            ],\n                            [\n                                119.785883,\n                                25.667841\n                            ],\n                            [\n                                119.790194,\n                                25.614439\n                            ],\n                            [\n                                119.883817,\n                                25.54644\n                            ],\n                            [\n                                119.812368,\n                                25.523225\n                            ],\n                            [\n                                119.864107,\n                                25.479482\n                            ],\n                            [\n                                119.764325,\n                                25.433562\n                            ],\n                            [\n                                119.773564,\n                                25.395732\n                            ],\n                            [\n                                119.646064,\n                                25.460576\n                            ],\n                            [\n                                119.649144,\n                                25.34275\n                            ],\n                            [\n                                119.549362,\n                                25.367082\n                            ],\n                            [\n                                119.48592,\n                                25.364919\n                            ],\n                            [\n                                119.490232,\n                                25.447069\n                            ],\n                            [\n                                119.438493,\n                                25.412487\n                            ],\n                            [\n                                119.452044,\n                                25.490824\n                            ],\n                            [\n                                119.36458,\n                                25.521065\n                            ],\n                            [\n                                119.354725,\n                                25.427077\n                            ],\n                            [\n                                119.288204,\n                                25.410865\n                            ],\n                            [\n                                119.256175,\n                                25.488664\n                            ],\n                            [\n                                119.14469,\n                                25.388165\n                            ],\n                            [\n                                119.299291,\n                                25.32869\n                            ],\n                            [\n                                119.380595,\n                                25.250247\n                            ],\n                            [\n                                119.293131,\n                                25.23347\n                            ],\n                            [\n                                119.26911,\n                                25.15984\n                            ],\n                            [\n                                119.131755,\n                                25.223187\n                            ],\n                            [\n                                119.165632,\n                                25.145217\n                            ],\n                            [\n                                119.119436,\n                                25.012447\n                            ],\n                            [\n                                119.107118,\n                                25.075327\n                            ],\n                            [\n                                119.035669,\n                                25.125717\n                            ],\n                            [\n                                119.081248,\n                                25.218856\n                            ],\n                            [\n                                118.989473,\n                                25.202075\n                            ],\n                            [\n                                118.996864,\n                                25.266481\n                            ],\n                            [\n                                118.911249,\n                                25.241589\n                            ],\n                            [\n                                118.981466,\n                                25.19612\n                            ],\n                            [\n                                118.975923,\n                                25.118133\n                            ],\n                            [\n                                118.868133,\n                                25.082372\n                            ],\n                            [\n                                118.928495,\n                                25.025459\n                            ],\n                            [\n                                119.02335,\n                                25.04877\n                            ],\n                            [\n                                118.989473,\n                                24.973944\n                            ],\n                            [\n                                119.032589,\n                                24.962011\n                            ],\n                            [\n                                119.032589,\n                                24.961468\n                            ],\n                            [\n                                118.918024,\n                                24.924034\n                            ],\n                            [\n                                118.96114,\n                                24.871933\n                            ],\n                            [\n                                118.86259,\n                                24.886589\n                            ],\n                            [\n                                118.650707,\n                                24.808949\n                            ],\n                            [\n                                118.786213,\n                                24.776358\n                            ],\n                            [\n                                118.703677,\n                                24.665485\n                            ],\n                            [\n                                118.675344,\n                                24.57628\n                            ],\n                            [\n                                118.558316,\n                                24.512602\n                            ],\n                            [\n                                118.557084,\n                                24.573016\n                            ],\n                            [\n                                118.444367,\n                                24.614907\n                            ],\n                            [\n                                118.355056,\n                                24.534376\n                            ],\n                            [\n                                118.242955,\n                                24.512602\n                            ],\n                            [\n                                118.134549,\n                                24.575736\n                            ],\n                            [\n                                118.12531,\n                                24.571927\n                            ],\n                            [\n                                118.048934,\n                                24.418385\n                            ],\n                            [\n                                118.088354,\n                                24.409123\n                            ],\n                            [\n                                118.158571,\n                                24.270111\n                            ],\n                            [\n                                118.001507,\n                                24.176805\n                            ],\n                            [\n                                117.762522,\n                                23.88718\n                            ],\n                            [\n                                117.671979,\n                                23.877879\n                            ],\n                            [\n                                117.612849,\n                                23.71364\n                            ],\n                            [\n                                117.500132,\n                                23.703232\n                            ],\n                            [\n                                117.463791,\n                                23.58539\n                            ],\n                            [\n                                117.387415,\n                                23.555228\n                            ],\n                            [\n                                117.192778,\n                                23.561809\n                            ],\n                            [\n                                117.192778,\n                                23.629799\n                            ],\n                            [\n                                117.053576,\n                                23.696657\n                            ],\n                            [\n                                117.012308,\n                                23.855446\n                            ],\n                            [\n                                116.980279,\n                                23.881709\n                            ],\n                            [\n                                116.981511,\n                                23.999282\n                            ],\n                            [\n                                116.939627,\n                                24.033713\n                            ],\n                            [\n                                116.9347,\n                                24.127123\n                            ],\n                            [\n                                116.998757,\n                                24.178988\n                            ],\n                            [\n                                116.933468,\n                                24.21992\n                            ],\n                            [\n                                116.903903,\n                                24.369888\n                            ],\n                            [\n                                116.860787,\n                                24.462507\n                            ],\n                            [\n                                116.789338,\n                                24.50988\n                            ],\n                            [\n                                116.761005,\n                                24.58281\n                            ],\n                            [\n                                116.815207,\n                                24.655154\n                            ],\n                            [\n                                116.778867,\n                                24.680165\n                            ],\n                            [\n                                116.597165,\n                                24.65461\n                            ],\n                            [\n                                116.525716,\n                                24.604572\n                            ],\n                            [\n                                116.486912,\n                                24.71876\n                            ],\n                            [\n                                116.44626,\n                                24.714412\n                            ],\n                            [\n                                116.376659,\n                                24.820353\n                            ],\n                            [\n                                116.245464,\n                                24.793197\n                            ],\n                            [\n                                116.18079,\n                                24.87519\n                            ],\n                            [\n                                116.068073,\n                                24.849675\n                            ],\n                            [\n                                116.014486,\n                                24.905584\n                            ],\n                            [\n                                115.89253,\n                                24.937056\n                            ],\n                            [\n                                115.873436,\n                                25.020038\n                            ],\n                            [\n                                115.928255,\n                                25.050396\n                            ],\n                            [\n                                115.880212,\n                                25.092126\n                            ],\n                            [\n                                115.855574,\n                                25.209654\n                            ],\n                            [\n                                115.929487,\n                                25.234553\n                            ],\n                            [\n                                116.008327,\n                                25.319496\n                            ],\n                            [\n                                116.005247,\n                                25.490284\n                            ],\n                            [\n                                116.063145,\n                                25.563173\n                            ],\n                            [\n                                116.067457,\n                                25.703967\n                            ],\n                            [\n                                116.18079,\n                                25.774571\n                            ],\n                            [\n                                116.131515,\n                                25.82413\n                            ],\n                            [\n                                116.176478,\n                                25.893048\n                            ],\n                            [\n                                116.258398,\n                                25.902736\n                            ],\n                            [\n                                116.36434,\n                                25.960312\n                            ],\n                            [\n                                116.383434,\n                                26.029687\n                            ],\n                            [\n                                116.489375,\n                                26.113529\n                            ],\n                            [\n                                116.471513,\n                                26.175296\n                            ],\n                            [\n                                116.396985,\n                                26.166168\n                            ],\n                            [\n                                116.412999,\n                                26.298197\n                            ],\n                            [\n                                116.519557,\n                                26.410251\n                            ],\n                            [\n                                116.601476,\n                                26.372733\n                            ],\n                            [\n                                116.610716,\n                                26.477216\n                            ],\n                            [\n                                116.539267,\n                                26.559129\n                            ],\n                            [\n                                116.566368,\n                                26.650075\n                            ],\n                            [\n                                116.516477,\n                                26.69071\n                            ],\n                            [\n                                116.557745,\n                                26.774073\n                            ],\n                            [\n                                116.548506,\n                                26.839758\n                            ],\n                            [\n                                116.679085,\n                                26.978479\n                            ],\n                            [\n                                116.910062,\n                                27.034453\n                            ],\n                            [\n                                117.05296,\n                                27.100519\n                            ],\n                            [\n                                117.043721,\n                                27.139928\n                            ],\n                            [\n                                117.171836,\n                                27.290509\n                            ],\n                            [\n                                117.100387,\n                                27.338886\n                            ],\n                            [\n                                117.133032,\n                                27.4223\n                            ],\n                            [\n                                117.084989,\n                                27.564011\n                            ],\n                            [\n                                117.01662,\n                                27.563481\n                            ],\n                            [\n                                117.040641,\n                                27.670043\n                            ],\n                            [\n                                117.096692,\n                                27.626582\n                            ],\n                            [\n                                117.118865,\n                                27.694416\n                            ],\n                            [\n                                117.204481,\n                                27.683819\n                            ],\n                            [\n                                117.296872,\n                                27.764854\n                            ],\n                            [\n                                117.27901,\n                                27.870161\n                            ],\n                            [\n                                117.341836,\n                                27.855879\n                            ],\n                            [\n                                117.52169,\n                                27.982236\n                            ],\n                            [\n                                117.608537,\n                                27.863814\n                            ],\n                            [\n                                117.740348,\n                                27.800321\n                            ],\n                            [\n                                117.78716,\n                                27.896076\n                            ],\n                            [\n                                117.856145,\n                                27.945772\n                            ],\n                            [\n                                117.999043,\n                                27.991218\n                            ],\n                            [\n                                118.096977,\n                                27.96744\n                            ],\n                            [\n                                118.155491,\n                                28.061992\n                            ],\n                            [\n                                118.356288,\n                                28.091555\n                            ],\n                            [\n                                118.37415,\n                                28.188106\n                            ],\n                            [\n                                118.314404,\n                                28.22238\n                            ],\n                            [\n                                118.433896,\n                                28.288786\n                            ],\n                            [\n                                118.444367,\n                                28.25348\n                            ],\n                            [\n                                118.587881,\n                                28.28299\n                            ],\n                            [\n                                118.674728,\n                                28.271398\n                            ],\n                            [\n                                118.700598,\n                                28.310912\n                            ],\n                            [\n                                118.802228,\n                                28.240303\n                            ],\n                            [\n                                118.771431,\n                                28.188634\n                            ],\n                            [\n                                118.802228,\n                                28.117416\n                            ],\n                            [\n                                118.719076,\n                                28.063576\n                            ],\n                            [\n                                118.730163,\n                                27.970611\n                            ],\n                            [\n                                118.818242,\n                                27.916697\n                            ],\n                            [\n                                118.913713,\n                                27.61651\n                            ],\n                            [\n                                118.869365,\n                                27.54014\n                            ],\n                            [\n                                118.903858,\n                                27.462125\n                            ],\n                            [\n                                118.983314,\n                                27.498751\n                            ],\n                            [\n                                119.194581,\n                                27.418582\n                            ],\n                            [\n                                119.267878,\n                                27.421237\n                            ],\n                            [\n                                119.376899,\n                                27.534835\n                            ],\n                            [\n                                119.474833,\n                                27.539079\n                            ],\n                            [\n                                119.501319,\n                                27.649905\n                            ],\n                            [\n                                119.644217,\n                                27.663684\n                            ],\n                            [\n                                119.630666,\n                                27.582574\n                            ],\n                            [\n                                119.70889,\n                                27.514141\n                            ],\n                            [\n                                119.685485,\n                                27.438762\n                            ],\n                            [\n                                119.770484,\n                                27.305928\n                            ],\n                            [\n                                119.843165,\n                                27.300611\n                            ],\n                            [\n                                120.007005,\n                                27.376084\n                            ],\n                            [\n                                120.052584,\n                                27.338886\n                            ],\n                            [\n                                120.13512,\n                                27.420175\n                            ],\n                            [\n                                120.26262,\n                                27.432921\n                            ],\n                            [\n                                120.34146,\n                                27.39946\n                            ],\n                            [\n                                120.430155,\n                                27.258601\n                            ],\n                            [\n                                120.401206,\n                                27.211253\n                            ],\n                            [\n                                120.461568,\n                                27.14259\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                118.412338,\n                                24.514235\n                            ],\n                            [\n                                118.477012,\n                                24.437452\n                            ],\n                            [\n                                118.335962,\n                                24.385148\n                            ],\n                            [\n                                118.316252,\n                                24.487557\n                            ],\n                            [\n                                118.374766,\n                                24.458695\n                            ],\n                            [\n                                118.412338,\n                                24.514235\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                119.532116,\n                                25.203158\n                            ],\n                            [\n                                119.549362,\n                                25.162007\n                            ],\n                            [\n                                119.444036,\n                                25.202075\n                            ],\n                            [\n                                119.473601,\n                                25.259988\n                            ],\n                            [\n                                119.532116,\n                                25.203158\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                118.079115,\n                                24.444533\n                            ],\n                            [\n                                118.093281,\n                                24.540907\n                            ],\n                            [\n                                118.142557,\n                                24.561588\n                            ],\n                            [\n                                118.20723,\n                                24.487012\n                            ],\n                            [\n                                118.143173,\n                                24.421109\n                            ],\n                            [\n                                118.079115,\n                                24.444533\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                119.737224,\n                                26.646332\n                            ],\n                            [\n                                119.668238,\n                                26.628683\n                            ],\n                            [\n                                119.673782,\n                                26.681087\n                            ],\n                            [\n                                119.737224,\n                                26.646332\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 360000,\n                \"name\": \"江西省\",\n                \"center\": [\n                    115.892151,\n                    28.676493\n                ],\n                \"centroid\": [\n                    115.732937,\n                    27.636129\n                ],\n                \"childrenNum\": 11,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 13,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                113.94185,\n                                29.047374\n                            ],\n                            [\n                                113.952321,\n                                29.092871\n                            ],\n                            [\n                                114.061959,\n                                29.204176\n                            ],\n                            [\n                                114.252284,\n                                29.234985\n                            ],\n                            [\n                                114.259059,\n                                29.344049\n                            ],\n                            [\n                                114.519602,\n                                29.325271\n                            ],\n                            [\n                                114.660652,\n                                29.393585\n                            ],\n                            [\n                                114.759818,\n                                29.363345\n                            ],\n                            [\n                                114.931049,\n                                29.422252\n                            ],\n                            [\n                                114.860216,\n                                29.475917\n                            ],\n                            [\n                                114.940904,\n                                29.494147\n                            ],\n                            [\n                                115.00065,\n                                29.572235\n                            ],\n                            [\n                                115.154019,\n                                29.51029\n                            ],\n                            [\n                                115.142316,\n                                29.651822\n                            ],\n                            [\n                                115.359127,\n                                29.646623\n                            ],\n                            [\n                                115.471844,\n                                29.742777\n                            ],\n                            [\n                                115.511264,\n                                29.839877\n                            ],\n                            [\n                                115.667712,\n                                29.850257\n                            ],\n                            [\n                                115.837096,\n                                29.748491\n                            ],\n                            [\n                                115.965827,\n                                29.724593\n                            ],\n                            [\n                                116.13521,\n                                29.819634\n                            ],\n                            [\n                                116.207891,\n                                29.82742\n                            ],\n                            [\n                                116.26271,\n                                29.782251\n                            ],\n                            [\n                                116.473361,\n                                29.89747\n                            ],\n                            [\n                                116.552201,\n                                29.909918\n                            ],\n                            [\n                                116.586078,\n                                30.046226\n                            ],\n                            [\n                                116.666766,\n                                30.076779\n                            ],\n                            [\n                                116.747454,\n                                30.057101\n                            ],\n                            [\n                                116.83307,\n                                29.957621\n                            ],\n                            [\n                                116.900207,\n                                29.949326\n                            ],\n                            [\n                                116.882961,\n                                29.89332\n                            ],\n                            [\n                                116.789954,\n                                29.795233\n                            ],\n                            [\n                                116.684012,\n                                29.72823\n                            ],\n                            [\n                                116.677237,\n                                29.66898\n                            ],\n                            [\n                                116.651983,\n                                29.637262\n                            ],\n                            [\n                                116.780715,\n                                29.570153\n                            ],\n                            [\n                                117.112706,\n                                29.712121\n                            ],\n                            [\n                                117.136728,\n                                29.7755\n                            ],\n                            [\n                                117.073286,\n                                29.832092\n                            ],\n                            [\n                                117.17738,\n                                29.921846\n                            ],\n                            [\n                                117.246365,\n                                29.915104\n                            ],\n                            [\n                                117.29256,\n                                29.822749\n                            ],\n                            [\n                                117.384335,\n                                29.84351\n                            ],\n                            [\n                                117.455168,\n                                29.749011\n                            ],\n                            [\n                                117.453936,\n                                29.688214\n                            ],\n                            [\n                                117.532161,\n                                29.651822\n                            ],\n                            [\n                                117.545711,\n                                29.594089\n                            ],\n                            [\n                                117.647957,\n                                29.614897\n                            ],\n                            [\n                                117.707703,\n                                29.548815\n                            ],\n                            [\n                                117.807486,\n                                29.573796\n                            ],\n                            [\n                                117.872775,\n                                29.547774\n                            ],\n                            [\n                                118.008282,\n                                29.578479\n                            ],\n                            [\n                                118.134549,\n                                29.508728\n                            ],\n                            [\n                                118.136397,\n                                29.419125\n                            ],\n                            [\n                                118.193064,\n                                29.395149\n                            ],\n                            [\n                                118.20723,\n                                29.346135\n                            ],\n                            [\n                                118.136397,\n                                29.284052\n                            ],\n                            [\n                                118.077883,\n                                29.290836\n                            ],\n                            [\n                                118.027992,\n                                29.168132\n                            ],\n                            [\n                                118.037847,\n                                29.097054\n                            ],\n                            [\n                                118.111144,\n                                28.997671\n                            ],\n                            [\n                                118.111144,\n                                28.997671\n                            ],\n                            [\n                                118.270056,\n                                28.918619\n                            ],\n                            [\n                                118.306396,\n                                28.823782\n                            ],\n                            [\n                                118.379077,\n                                28.785509\n                            ],\n                            [\n                                118.379077,\n                                28.785509\n                            ],\n                            [\n                                118.431432,\n                                28.679528\n                            ],\n                            [\n                                118.423425,\n                                28.587626\n                            ],\n                            [\n                                118.423425,\n                                28.587626\n                            ],\n                            [\n                                118.421577,\n                                28.541908\n                            ],\n                            [\n                                118.421577,\n                                28.540331\n                            ],\n                            [\n                                118.425273,\n                                28.537177\n                            ],\n                            [\n                                118.426505,\n                                28.532447\n                            ],\n                            [\n                                118.425273,\n                                28.537177\n                            ],\n                            [\n                                118.426505,\n                                28.532447\n                            ],\n                            [\n                                118.472084,\n                                28.482497\n                            ],\n                            [\n                                118.432048,\n                                28.402003\n                            ],\n                            [\n                                118.486867,\n                                28.328821\n                            ],\n                            [\n                                118.433896,\n                                28.288786\n                            ],\n                            [\n                                118.314404,\n                                28.22238\n                            ],\n                            [\n                                118.37415,\n                                28.188106\n                            ],\n                            [\n                                118.356288,\n                                28.091555\n                            ],\n                            [\n                                118.155491,\n                                28.061992\n                            ],\n                            [\n                                118.096977,\n                                27.96744\n                            ],\n                            [\n                                117.999043,\n                                27.991218\n                            ],\n                            [\n                                117.856145,\n                                27.945772\n                            ],\n                            [\n                                117.78716,\n                                27.896076\n                            ],\n                            [\n                                117.740348,\n                                27.800321\n                            ],\n                            [\n                                117.608537,\n                                27.863814\n                            ],\n                            [\n                                117.52169,\n                                27.982236\n                            ],\n                            [\n                                117.341836,\n                                27.855879\n                            ],\n                            [\n                                117.27901,\n                                27.870161\n                            ],\n                            [\n                                117.296872,\n                                27.764854\n                            ],\n                            [\n                                117.204481,\n                                27.683819\n                            ],\n                            [\n                                117.118865,\n                                27.694416\n                            ],\n                            [\n                                117.096692,\n                                27.626582\n                            ],\n                            [\n                                117.040641,\n                                27.670043\n                            ],\n                            [\n                                117.01662,\n                                27.563481\n                            ],\n                            [\n                                117.084989,\n                                27.564011\n                            ],\n                            [\n                                117.133032,\n                                27.4223\n                            ],\n                            [\n                                117.100387,\n                                27.338886\n                            ],\n                            [\n                                117.171836,\n                                27.290509\n                            ],\n                            [\n                                117.043721,\n                                27.139928\n                            ],\n                            [\n                                117.05296,\n                                27.100519\n                            ],\n                            [\n                                116.910062,\n                                27.034453\n                            ],\n                            [\n                                116.679085,\n                                26.978479\n                            ],\n                            [\n                                116.548506,\n                                26.839758\n                            ],\n                            [\n                                116.557745,\n                                26.774073\n                            ],\n                            [\n                                116.516477,\n                                26.69071\n                            ],\n                            [\n                                116.566368,\n                                26.650075\n                            ],\n                            [\n                                116.539267,\n                                26.559129\n                            ],\n                            [\n                                116.610716,\n                                26.477216\n                            ],\n                            [\n                                116.601476,\n                                26.372733\n                            ],\n                            [\n                                116.519557,\n                                26.410251\n                            ],\n                            [\n                                116.412999,\n                                26.298197\n                            ],\n                            [\n                                116.396985,\n                                26.166168\n                            ],\n                            [\n                                116.471513,\n                                26.175296\n                            ],\n                            [\n                                116.489375,\n                                26.113529\n                            ],\n                            [\n                                116.383434,\n                                26.029687\n                            ],\n                            [\n                                116.36434,\n                                25.960312\n                            ],\n                            [\n                                116.258398,\n                                25.902736\n                            ],\n                            [\n                                116.176478,\n                                25.893048\n                            ],\n                            [\n                                116.131515,\n                                25.82413\n                            ],\n                            [\n                                116.18079,\n                                25.774571\n                            ],\n                            [\n                                116.067457,\n                                25.703967\n                            ],\n                            [\n                                116.063145,\n                                25.563173\n                            ],\n                            [\n                                116.005247,\n                                25.490284\n                            ],\n                            [\n                                116.008327,\n                                25.319496\n                            ],\n                            [\n                                115.929487,\n                                25.234553\n                            ],\n                            [\n                                115.855574,\n                                25.209654\n                            ],\n                            [\n                                115.880212,\n                                25.092126\n                            ],\n                            [\n                                115.928255,\n                                25.050396\n                            ],\n                            [\n                                115.873436,\n                                25.020038\n                            ],\n                            [\n                                115.89253,\n                                24.937056\n                            ],\n                            [\n                                115.907313,\n                                24.880075\n                            ],\n                            [\n                                115.822313,\n                                24.90884\n                            ],\n                            [\n                                115.756408,\n                                24.749192\n                            ],\n                            [\n                                115.845103,\n                                24.563221\n                            ],\n                            [\n                                115.688038,\n                                24.545261\n                            ],\n                            [\n                                115.67264,\n                                24.604028\n                            ],\n                            [\n                                115.573474,\n                                24.617083\n                            ],\n                            [\n                                115.556227,\n                                24.682883\n                            ],\n                            [\n                                115.412714,\n                                24.792654\n                            ],\n                            [\n                                115.358511,\n                                24.735064\n                            ],\n                            [\n                                115.308004,\n                                24.758429\n                            ],\n                            [\n                                115.095505,\n                                24.674184\n                            ],\n                            [\n                                115.056701,\n                                24.703541\n                            ],\n                            [\n                                114.909491,\n                                24.661679\n                            ],\n                            [\n                                114.868839,\n                                24.562132\n                            ],\n                            [\n                                114.729637,\n                                24.608924\n                            ],\n                            [\n                                114.704999,\n                                24.526211\n                            ],\n                            [\n                                114.664963,\n                                24.583898\n                            ],\n                            [\n                                114.589819,\n                                24.537642\n                            ],\n                            [\n                                114.534384,\n                                24.558867\n                            ],\n                            [\n                                114.428443,\n                                24.486468\n                            ],\n                            [\n                                114.391486,\n                                24.562677\n                            ],\n                            [\n                                114.308334,\n                                24.574104\n                            ],\n                            [\n                                114.258443,\n                                24.641558\n                            ],\n                            [\n                                114.169132,\n                                24.689407\n                            ],\n                            [\n                                114.27261,\n                                24.700279\n                            ],\n                            [\n                                114.33482,\n                                24.747562\n                            ],\n                            [\n                                114.403189,\n                                24.877361\n                            ],\n                            [\n                                114.395798,\n                                24.951161\n                            ],\n                            [\n                                114.506051,\n                                24.999975\n                            ],\n                            [\n                                114.561485,\n                                25.077495\n                            ],\n                            [\n                                114.640326,\n                                25.073702\n                            ],\n                            [\n                                114.735796,\n                                25.121925\n                            ],\n                            [\n                                114.679746,\n                                25.194495\n                            ],\n                            [\n                                114.743188,\n                                25.274597\n                            ],\n                            [\n                                114.63663,\n                                25.324364\n                            ],\n                            [\n                                114.535616,\n                                25.41681\n                            ],\n                            [\n                                114.381015,\n                                25.31571\n                            ],\n                            [\n                                114.31511,\n                                25.338424\n                            ],\n                            [\n                                114.262755,\n                                25.29191\n                            ],\n                            [\n                                114.13156,\n                                25.30922\n                            ],\n                            [\n                                114.039785,\n                                25.250789\n                            ],\n                            [\n                                114.051488,\n                                25.348699\n                            ],\n                            [\n                                113.94493,\n                                25.441667\n                            ],\n                            [\n                                113.983118,\n                                25.599332\n                            ],\n                            [\n                                113.913517,\n                                25.701272\n                            ],\n                            [\n                                113.971416,\n                                25.835979\n                            ],\n                            [\n                                114.028082,\n                                25.893586\n                            ],\n                            [\n                                114.007756,\n                                26.007104\n                            ],\n                            [\n                                114.044096,\n                                26.076452\n                            ],\n                            [\n                                114.237501,\n                                26.152204\n                            ],\n                            [\n                                114.181451,\n                                26.214489\n                            ],\n                            [\n                                114.088444,\n                                26.168316\n                            ],\n                            [\n                                113.944314,\n                                26.16402\n                            ],\n                            [\n                                114.029314,\n                                26.266545\n                            ],\n                            [\n                                114.030546,\n                                26.376485\n                            ],\n                            [\n                                114.085364,\n                                26.4065\n                            ],\n                            [\n                                114.073046,\n                                26.480965\n                            ],\n                            [\n                                114.106306,\n                                26.576254\n                            ],\n                            [\n                                113.915365,\n                                26.613706\n                            ],\n                            [\n                                113.860546,\n                                26.663978\n                            ],\n                            [\n                                113.834677,\n                                26.803983\n                            ],\n                            [\n                                113.927068,\n                                26.949149\n                            ],\n                            [\n                                113.821126,\n                                27.037651\n                            ],\n                            [\n                                113.779242,\n                                27.137265\n                            ],\n                            [\n                                113.848844,\n                                27.225087\n                            ],\n                            [\n                                113.872865,\n                                27.385116\n                            ],\n                            [\n                                113.616635,\n                                27.345264\n                            ],\n                            [\n                                113.632033,\n                                27.405303\n                            ],\n                            [\n                                113.583374,\n                                27.524754\n                            ],\n                            [\n                                113.607395,\n                                27.625522\n                            ],\n                            [\n                                113.763228,\n                                27.799262\n                            ],\n                            [\n                                113.729967,\n                                27.887086\n                            ],\n                            [\n                                113.752141,\n                                27.933614\n                            ],\n                            [\n                                113.864242,\n                                28.004954\n                            ],\n                            [\n                                113.914133,\n                                27.991218\n                            ],\n                            [\n                                114.047176,\n                                28.05724\n                            ],\n                            [\n                                113.992357,\n                                28.161207\n                            ],\n                            [\n                                114.107538,\n                                28.182833\n                            ],\n                            [\n                                114.25598,\n                                28.323554\n                            ],\n                            [\n                                114.252284,\n                                28.395687\n                            ],\n                            [\n                                114.172212,\n                                28.432524\n                            ],\n                            [\n                                114.218407,\n                                28.484601\n                            ],\n                            [\n                                114.08598,\n                                28.558201\n                            ],\n                            [\n                                114.157429,\n                                28.761384\n                            ],\n                            [\n                                114.152502,\n                                28.83479\n                            ],\n                            [\n                                114.076741,\n                                28.834266\n                            ],\n                            [\n                                114.008988,\n                                28.955273\n                            ],\n                            [\n                                113.966488,\n                                28.945326\n                            ],\n                            [\n                                113.94185,\n                                29.047374\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 370000,\n                \"name\": \"山东省\",\n                \"center\": [\n                    117.000923,\n                    36.675807\n                ],\n                \"centroid\": [\n                    118.186283,\n                    36.374485\n                ],\n                \"childrenNum\": 17,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 14,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                121.362071,\n                                37.634292\n                            ],\n                            [\n                                121.4791,\n                                37.474914\n                            ],\n                            [\n                                121.565331,\n                                37.440242\n                            ],\n                            [\n                                121.635548,\n                                37.49438\n                            ],\n                            [\n                                121.66573,\n                                37.47349\n                            ],\n                            [\n                                121.923808,\n                                37.473015\n                            ],\n                            [\n                                122.08888,\n                                37.554171\n                            ],\n                            [\n                                122.166488,\n                                37.439292\n                            ],\n                            [\n                                122.234857,\n                                37.469216\n                            ],\n                            [\n                                122.284133,\n                                37.426464\n                            ],\n                            [\n                                122.41656,\n                                37.414585\n                            ],\n                            [\n                                122.487393,\n                                37.434541\n                            ],\n                            [\n                                122.553914,\n                                37.406981\n                            ],\n                            [\n                                122.670942,\n                                37.429315\n                            ],\n                            [\n                                122.573624,\n                                37.296159\n                            ],\n                            [\n                                122.629059,\n                                37.194708\n                            ],\n                            [\n                                122.581015,\n                                37.147508\n                            ],\n                            [\n                                122.505871,\n                                37.149892\n                            ],\n                            [\n                                122.467067,\n                                37.03726\n                            ],\n                            [\n                                122.575472,\n                                37.054452\n                            ],\n                            [\n                                122.532356,\n                                36.901497\n                            ],\n                            [\n                                122.344495,\n                                36.828257\n                            ],\n                            [\n                                122.174495,\n                                36.842623\n                            ],\n                            [\n                                122.141235,\n                                36.93833\n                            ],\n                            [\n                                122.051923,\n                                36.904846\n                            ],\n                            [\n                                122.008808,\n                                36.962238\n                            ],\n                            [\n                                121.767975,\n                                36.874698\n                            ],\n                            [\n                                121.762432,\n                                36.846454\n                            ],\n                            [\n                                121.627541,\n                                36.795683\n                            ],\n                            [\n                                121.647867,\n                                36.723301\n                            ],\n                            [\n                                121.492035,\n                                36.789933\n                            ],\n                            [\n                                121.454462,\n                                36.75255\n                            ],\n                            [\n                                121.209318,\n                                36.671489\n                            ],\n                            [\n                                121.028848,\n                                36.573046\n                            ],\n                            [\n                                120.847146,\n                                36.618682\n                            ],\n                            [\n                                120.983269,\n                                36.546133\n                            ],\n                            [\n                                120.890878,\n                                36.373375\n                            ],\n                            [\n                                120.828668,\n                                36.466779\n                            ],\n                            [\n                                120.759683,\n                                36.462448\n                            ],\n                            [\n                                120.694393,\n                                36.390234\n                            ],\n                            [\n                                120.7449,\n                                36.330969\n                            ],\n                            [\n                                120.66298,\n                                36.331933\n                            ],\n                            [\n                                120.712255,\n                                36.126809\n                            ],\n                            [\n                                120.478199,\n                                36.091522\n                            ],\n                            [\n                                120.343308,\n                                36.04219\n                            ],\n                            [\n                                120.290337,\n                                36.061539\n                            ],\n                            [\n                                120.362402,\n                                36.19637\n                            ],\n                            [\n                                120.181316,\n                                36.204095\n                            ],\n                            [\n                                120.108635,\n                                36.127292\n                            ],\n                            [\n                                120.241062,\n                                36.047995\n                            ],\n                            [\n                                120.213345,\n                                35.998152\n                            ],\n                            [\n                                120.292801,\n                                36.017512\n                            ],\n                            [\n                                120.262004,\n                                35.965712\n                            ],\n                            [\n                                120.062439,\n                                35.870739\n                            ],\n                            [\n                                120.011317,\n                                35.713006\n                            ],\n                            [\n                                119.926317,\n                                35.759631\n                            ],\n                            [\n                                119.923237,\n                                35.635238\n                            ],\n                            [\n                                119.718129,\n                                35.615785\n                            ],\n                            [\n                                119.665775,\n                                35.57005\n                            ],\n                            [\n                                119.543819,\n                                35.347815\n                            ],\n                            [\n                                119.411392,\n                                35.231581\n                            ],\n                            [\n                                119.373819,\n                                35.078464\n                            ],\n                            [\n                                119.306066,\n                                35.076506\n                            ],\n                            [\n                                119.286972,\n                                35.11518\n                            ],\n                            [\n                                119.137915,\n                                35.09609\n                            ],\n                            [\n                                119.114509,\n                                35.054958\n                            ],\n                            [\n                                118.928495,\n                                35.051039\n                            ],\n                            [\n                                118.865053,\n                                35.029974\n                            ],\n                            [\n                                118.860742,\n                                34.94419\n                            ],\n                            [\n                                118.772047,\n                                34.794464\n                            ],\n                            [\n                                118.719076,\n                                34.745315\n                            ],\n                            [\n                                118.783749,\n                                34.723188\n                            ],\n                            [\n                                118.690127,\n                                34.678424\n                            ],\n                            [\n                                118.601431,\n                                34.714336\n                            ],\n                            [\n                                118.460997,\n                                34.65628\n                            ],\n                            [\n                                118.424657,\n                                34.595228\n                            ],\n                            [\n                                118.440671,\n                                34.527724\n                            ],\n                            [\n                                118.404947,\n                                34.427598\n                            ],\n                            [\n                                118.290382,\n                                34.424637\n                            ],\n                            [\n                                118.179513,\n                                34.379218\n                            ],\n                            [\n                                118.177665,\n                                34.453257\n                            ],\n                            [\n                                118.132702,\n                                34.483348\n                            ],\n                            [\n                                118.185056,\n                                34.543989\n                            ],\n                            [\n                                118.079115,\n                                34.569612\n                            ],\n                            [\n                                118.084042,\n                                34.655788\n                            ],\n                            [\n                                117.951615,\n                                34.678424\n                            ],\n                            [\n                                117.902956,\n                                34.644467\n                            ],\n                            [\n                                117.793935,\n                                34.65185\n                            ],\n                            [\n                                117.801942,\n                                34.51885\n                            ],\n                            [\n                                117.684298,\n                                34.547439\n                            ],\n                            [\n                                117.592523,\n                                34.462631\n                            ],\n                            [\n                                117.465023,\n                                34.484827\n                            ],\n                            [\n                                117.402813,\n                                34.569612\n                            ],\n                            [\n                                117.322125,\n                                34.574046\n                            ],\n                            [\n                                117.322125,\n                                34.574046\n                            ],\n                            [\n                                117.32151,\n                                34.566656\n                            ],\n                            [\n                                117.32151,\n                                34.566656\n                            ],\n                            [\n                                117.322125,\n                                34.566656\n                            ],\n                            [\n                                117.322125,\n                                34.566656\n                            ],\n                            [\n                                117.301184,\n                                34.557294\n                            ],\n                            [\n                                117.301184,\n                                34.557294\n                            ],\n                            [\n                                117.242669,\n                                34.445856\n                            ],\n                            [\n                                117.175532,\n                                34.47003\n                            ],\n                            [\n                                117.137344,\n                                34.633144\n                            ],\n                            [\n                                117.07575,\n                                34.637575\n                            ],\n                            [\n                                117.088069,\n                                34.702039\n                            ],\n                            [\n                                117.000605,\n                                34.793482\n                            ],\n                            [\n                                116.966728,\n                                34.875497\n                            ],\n                            [\n                                116.821983,\n                                34.929475\n                            ],\n                            [\n                                116.677853,\n                                34.939285\n                            ],\n                            [\n                                116.445028,\n                                34.89562\n                            ],\n                            [\n                                116.408071,\n                                34.85095\n                            ],\n                            [\n                                116.374195,\n                                34.640036\n                            ],\n                            [\n                                116.281188,\n                                34.60754\n                            ],\n                            [\n                                116.240536,\n                                34.552367\n                            ],\n                            [\n                                116.196804,\n                                34.576017\n                            ],\n                            [\n                                116.134594,\n                                34.559758\n                            ],\n                            [\n                                116.101334,\n                                34.605571\n                            ],\n                            [\n                                115.83032,\n                                34.562714\n                            ],\n                            [\n                                115.697278,\n                                34.594243\n                            ],\n                            [\n                                115.667096,\n                                34.557294\n                            ],\n                            [\n                                115.515575,\n                                34.582421\n                            ],\n                            [\n                                115.461373,\n                                34.637083\n                            ],\n                            [\n                                115.42688,\n                                34.805273\n                            ],\n                            [\n                                115.317243,\n                                34.859297\n                            ],\n                            [\n                                115.256265,\n                                34.845549\n                            ],\n                            [\n                                115.251953,\n                                34.906416\n                            ],\n                            [\n                                115.189128,\n                                34.914757\n                            ],\n                            [\n                                115.12815,\n                                35.004493\n                            ],\n                            [\n                                115.028983,\n                                34.97165\n                            ],\n                            [\n                                114.923658,\n                                34.968709\n                            ],\n                            [\n                                114.824492,\n                                35.012335\n                            ],\n                            [\n                                114.883006,\n                                35.098537\n                            ],\n                            [\n                                114.841738,\n                                35.151389\n                            ],\n                            [\n                                114.932281,\n                                35.197362\n                            ],\n                            [\n                                114.929817,\n                                35.248196\n                            ],\n                            [\n                                115.02036,\n                                35.364406\n                            ],\n                            [\n                                115.093657,\n                                35.41611\n                            ],\n                            [\n                                115.237171,\n                                35.422937\n                            ],\n                            [\n                                115.357895,\n                                35.498475\n                            ],\n                            [\n                                115.383148,\n                                35.569076\n                            ],\n                            [\n                                115.48601,\n                                35.710091\n                            ],\n                            [\n                                115.693582,\n                                35.75429\n                            ],\n                            [\n                                115.773654,\n                                35.854252\n                            ],\n                            [\n                                115.875284,\n                                35.859102\n                            ],\n                            [\n                                115.911624,\n                                35.960385\n                            ],\n                            [\n                                116.048979,\n                                35.970071\n                            ],\n                            [\n                                116.099486,\n                                36.111826\n                            ],\n                            [\n                                115.989849,\n                                36.045576\n                            ],\n                            [\n                                115.646155,\n                                35.920663\n                            ],\n                            [\n                                115.496481,\n                                35.885283\n                            ],\n                            [\n                                115.498329,\n                                35.897401\n                            ],\n                            [\n                                115.503257,\n                                35.91194\n                            ],\n                            [\n                                115.503257,\n                                35.91194\n                            ],\n                            [\n                                115.487242,\n                                35.903702\n                            ],\n                            [\n                                115.473692,\n                                35.896917\n                            ],\n                            [\n                                115.473692,\n                                35.896917\n                            ],\n                            [\n                                115.467532,\n                                35.889646\n                            ],\n                            [\n                                115.467532,\n                                35.889646\n                            ],\n                            [\n                                115.464452,\n                                35.882859\n                            ],\n                            [\n                                115.464452,\n                                35.88092\n                            ],\n                            [\n                                115.464452,\n                                35.882859\n                            ],\n                            [\n                                115.463837,\n                                35.882859\n                            ],\n                            [\n                                115.464452,\n                                35.88092\n                            ],\n                            [\n                                115.463837,\n                                35.88092\n                            ],\n                            [\n                                115.463837,\n                                35.882859\n                            ],\n                            [\n                                115.463837,\n                                35.88092\n                            ],\n                            [\n                                115.460141,\n                                35.86783\n                            ],\n                            [\n                                115.363438,\n                                35.78002\n                            ],\n                            [\n                                115.335105,\n                                35.796522\n                            ],\n                            [\n                                115.362822,\n                                35.972008\n                            ],\n                            [\n                                115.447822,\n                                36.012672\n                            ],\n                            [\n                                115.483547,\n                                36.149036\n                            ],\n                            [\n                                115.466916,\n                                36.259115\n                            ],\n                            [\n                                115.466916,\n                                36.259115\n                            ],\n                            [\n                                115.366518,\n                                36.308793\n                            ],\n                            [\n                                115.308004,\n                                36.461967\n                            ],\n                            [\n                                115.308004,\n                                36.461967\n                            ],\n                            [\n                                115.283366,\n                                36.486505\n                            ],\n                            [\n                                115.365902,\n                                36.622043\n                            ],\n                            [\n                                115.479851,\n                                36.76022\n                            ],\n                            [\n                                115.683727,\n                                36.808139\n                            ],\n                            [\n                                115.71206,\n                                36.883313\n                            ],\n                            [\n                                115.79706,\n                                36.968931\n                            ],\n                            [\n                                115.776734,\n                                36.992829\n                            ],\n                            [\n                                115.868509,\n                                37.076414\n                            ],\n                            [\n                                115.909777,\n                                37.206622\n                            ],\n                            [\n                                115.969523,\n                                37.239497\n                            ],\n                            [\n                                115.984921,\n                                37.326616\n                            ],\n                            [\n                                116.051443,\n                                37.367998\n                            ],\n                            [\n                                116.169087,\n                                37.384164\n                            ],\n                            [\n                                116.236224,\n                                37.361816\n                            ],\n                            [\n                                116.2855,\n                                37.404604\n                            ],\n                            [\n                                116.226369,\n                                37.428365\n                            ],\n                            [\n                                116.240536,\n                                37.489633\n                            ],\n                            [\n                                116.240536,\n                                37.489633\n                            ],\n                            [\n                                116.27626,\n                                37.466841\n                            ],\n                            [\n                                116.291659,\n                                37.557966\n                            ],\n                            [\n                                116.337238,\n                                37.580255\n                            ],\n                            [\n                                116.379738,\n                                37.521909\n                            ],\n                            [\n                                116.38097,\n                                37.522858\n                            ],\n                            [\n                                116.379738,\n                                37.521909\n                            ],\n                            [\n                                116.38097,\n                                37.522858\n                            ],\n                            [\n                                116.433941,\n                                37.47349\n                            ],\n                            [\n                                116.724664,\n                                37.744139\n                            ],\n                            [\n                                116.788106,\n                                37.843429\n                            ],\n                            [\n                                117.023395,\n                                37.832561\n                            ],\n                            [\n                                117.093612,\n                                37.849571\n                            ],\n                            [\n                                117.267923,\n                                37.838704\n                            ],\n                            [\n                                117.34122,\n                                37.863271\n                            ],\n                            [\n                                117.438538,\n                                37.853823\n                            ],\n                            [\n                                117.513067,\n                                37.94353\n                            ],\n                            [\n                                117.5839,\n                                38.070819\n                            ],\n                            [\n                                117.70216,\n                                38.075529\n                            ],\n                            [\n                                117.771761,\n                                38.136734\n                            ],\n                            [\n                                117.808718,\n                                38.228445\n                            ],\n                            [\n                                117.895565,\n                                38.30173\n                            ],\n                            [\n                                117.997811,\n                                38.211992\n                            ],\n                            [\n                                118.045238,\n                                38.207761\n                            ],\n                            [\n                                118.143788,\n                                38.297035\n                            ],\n                            [\n                                118.07234,\n                                38.170139\n                            ],\n                            [\n                                118.331034,\n                                38.124968\n                            ],\n                            [\n                                118.504729,\n                                38.114141\n                            ],\n                            [\n                                118.552156,\n                                38.055744\n                            ],\n                            [\n                                118.607591,\n                                38.129204\n                            ],\n                            [\n                                118.726467,\n                                38.154144\n                            ],\n                            [\n                                118.853967,\n                                38.155085\n                            ],\n                            [\n                                118.974075,\n                                38.094367\n                            ],\n                            [\n                                119.004872,\n                                37.992114\n                            ],\n                            [\n                                119.110813,\n                                37.921349\n                            ],\n                            [\n                                119.12806,\n                                37.814601\n                            ],\n                            [\n                                119.217371,\n                                37.810347\n                            ],\n                            [\n                                119.259871,\n                                37.702492\n                            ],\n                            [\n                                119.080016,\n                                37.696337\n                            ],\n                            [\n                                118.99748,\n                                37.632396\n                            ],\n                            [\n                                118.939582,\n                                37.527129\n                            ],\n                            [\n                                118.983314,\n                                37.349926\n                            ],\n                            [\n                                119.054147,\n                                37.254738\n                            ],\n                            [\n                                119.12806,\n                                37.254738\n                            ],\n                            [\n                                119.298675,\n                                37.197567\n                            ],\n                            [\n                                119.329472,\n                                37.115548\n                            ],\n                            [\n                                119.489616,\n                                37.13463\n                            ],\n                            [\n                                119.566608,\n                                37.100755\n                            ],\n                            [\n                                119.744615,\n                                37.135107\n                            ],\n                            [\n                                119.89244,\n                                37.263786\n                            ],\n                            [\n                                119.843781,\n                                37.376557\n                            ],\n                            [\n                                120.144359,\n                                37.482036\n                            ],\n                            [\n                                120.246605,\n                                37.556543\n                            ],\n                            [\n                                120.215192,\n                                37.621023\n                            ],\n                            [\n                                120.272475,\n                                37.636661\n                            ],\n                            [\n                                120.227511,\n                                37.693497\n                            ],\n                            [\n                                120.367945,\n                                37.697758\n                            ],\n                            [\n                                120.466496,\n                                37.757858\n                            ],\n                            [\n                                120.595227,\n                                37.767318\n                            ],\n                            [\n                                120.733197,\n                                37.833506\n                            ],\n                            [\n                                120.938305,\n                                37.821219\n                            ],\n                            [\n                                121.037471,\n                                37.718585\n                            ],\n                            [\n                                121.136022,\n                                37.723318\n                            ],\n                            [\n                                121.153884,\n                                37.613914\n                            ],\n                            [\n                                121.217326,\n                                37.582626\n                            ],\n                            [\n                                121.354064,\n                                37.595901\n                            ],\n                            [\n                                121.362071,\n                                37.634292\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.498329,\n                                35.897401\n                            ],\n                            [\n                                115.496481,\n                                35.885283\n                            ],\n                            [\n                                115.460141,\n                                35.86783\n                            ],\n                            [\n                                115.463837,\n                                35.88092\n                            ],\n                            [\n                                115.463837,\n                                35.882859\n                            ],\n                            [\n                                115.463837,\n                                35.88092\n                            ],\n                            [\n                                115.464452,\n                                35.88092\n                            ],\n                            [\n                                115.463837,\n                                35.882859\n                            ],\n                            [\n                                115.464452,\n                                35.882859\n                            ],\n                            [\n                                115.464452,\n                                35.88092\n                            ],\n                            [\n                                115.464452,\n                                35.882859\n                            ],\n                            [\n                                115.467532,\n                                35.889646\n                            ],\n                            [\n                                115.467532,\n                                35.889646\n                            ],\n                            [\n                                115.473692,\n                                35.896917\n                            ],\n                            [\n                                115.473692,\n                                35.896917\n                            ],\n                            [\n                                115.487242,\n                                35.903702\n                            ],\n                            [\n                                115.498329,\n                                35.897401\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.487723,\n                                37.578833\n                            ],\n                            [\n                                121.487723,\n                                37.577884\n                            ],\n                            [\n                                121.487107,\n                                37.577884\n                            ],\n                            [\n                                121.485875,\n                                37.578359\n                            ],\n                            [\n                                121.485875,\n                                37.578833\n                            ],\n                            [\n                                121.487723,\n                                37.578833\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.487723,\n                                37.578833\n                            ],\n                            [\n                                121.488339,\n                                37.578833\n                            ],\n                            [\n                                121.488339,\n                                37.578833\n                            ],\n                            [\n                                121.487723,\n                                37.57741\n                            ],\n                            [\n                                121.487723,\n                                37.577884\n                            ],\n                            [\n                                121.487723,\n                                37.578833\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 410000,\n                \"name\": \"河南省\",\n                \"center\": [\n                    113.665412,\n                    34.757975\n                ],\n                \"centroid\": [\n                    113.619918,\n                    33.902738\n                ],\n                \"childrenNum\": 18,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 15,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                116.196804,\n                                34.576017\n                            ],\n                            [\n                                116.204196,\n                                34.508497\n                            ],\n                            [\n                                116.162312,\n                                34.459178\n                            ],\n                            [\n                                116.213435,\n                                34.382181\n                            ],\n                            [\n                                116.26271,\n                                34.375762\n                            ],\n                            [\n                                116.409303,\n                                34.273971\n                            ],\n                            [\n                                116.409303,\n                                34.273971\n                            ],\n                            [\n                                116.516477,\n                                34.296217\n                            ],\n                            [\n                                116.565752,\n                                34.173541\n                            ],\n                            [\n                                116.530643,\n                                34.107183\n                            ],\n                            [\n                                116.575607,\n                                34.069028\n                            ],\n                            [\n                                116.575607,\n                                34.069028\n                            ],\n                            [\n                                116.648288,\n                                33.973317\n                            ],\n                            [\n                                116.64336,\n                                33.896869\n                            ],\n                            [\n                                116.437637,\n                                33.846694\n                            ],\n                            [\n                                116.437021,\n                                33.801461\n                            ],\n                            [\n                                116.316297,\n                                33.771127\n                            ],\n                            [\n                                116.263326,\n                                33.729835\n                            ],\n                            [\n                                116.155536,\n                                33.709929\n                            ],\n                            [\n                                116.074232,\n                                33.781571\n                            ],\n                            [\n                                116.05945,\n                                33.861103\n                            ],\n                            [\n                                115.987385,\n                                33.900842\n                            ],\n                            [\n                                116.00032,\n                                33.964881\n                            ],\n                            [\n                                115.95782,\n                                34.007547\n                            ],\n                            [\n                                115.877132,\n                                34.003083\n                            ],\n                            [\n                                115.736082,\n                                34.076957\n                            ],\n                            [\n                                115.60735,\n                                34.030359\n                            ],\n                            [\n                                115.546988,\n                                33.875014\n                            ],\n                            [\n                                115.629524,\n                                33.871536\n                            ],\n                            [\n                                115.614126,\n                                33.775603\n                            ],\n                            [\n                                115.563003,\n                                33.771624\n                            ],\n                            [\n                                115.639995,\n                                33.584909\n                            ],\n                            [\n                                115.421953,\n                                33.556992\n                            ],\n                            [\n                                115.345576,\n                                33.503125\n                            ],\n                            [\n                                115.312931,\n                                33.376307\n                            ],\n                            [\n                                115.365286,\n                                33.335826\n                            ],\n                            [\n                                115.301229,\n                                33.141657\n                            ],\n                            [\n                                115.168186,\n                                33.088535\n                            ],\n                            [\n                                115.042534,\n                                33.08653\n                            ],\n                            [\n                                114.966158,\n                                33.147167\n                            ],\n                            [\n                                114.902716,\n                                33.129632\n                            ],\n                            [\n                                114.925506,\n                                33.016821\n                            ],\n                            [\n                                114.883006,\n                                32.990227\n                            ],\n                            [\n                                114.943368,\n                                32.935005\n                            ],\n                            [\n                                115.139237,\n                                32.897837\n                            ],\n                            [\n                                115.197135,\n                                32.85613\n                            ],\n                            [\n                                115.183584,\n                                32.665937\n                            ],\n                            [\n                                115.20083,\n                                32.591864\n                            ],\n                            [\n                                115.304924,\n                                32.553039\n                            ],\n                            [\n                                115.409018,\n                                32.549005\n                            ],\n                            [\n                                115.5088,\n                                32.468777\n                            ],\n                            [\n                                115.509416,\n                                32.466758\n                            ],\n                            [\n                                115.567314,\n                                32.421819\n                            ],\n                            [\n                                115.667712,\n                                32.409696\n                            ],\n                            [\n                                115.706517,\n                                32.494014\n                            ],\n                            [\n                                115.789052,\n                                32.468777\n                            ],\n                            [\n                                115.845719,\n                                32.501583\n                            ],\n                            [\n                                115.899306,\n                                32.391005\n                            ],\n                            [\n                                115.912856,\n                                32.227666\n                            ],\n                            [\n                                115.941805,\n                                32.166402\n                            ],\n                            [\n                                115.931334,\n                                31.994541\n                            ],\n                            [\n                                115.893146,\n                                31.833033\n                            ],\n                            [\n                                115.909777,\n                                31.791849\n                            ],\n                            [\n                                115.816154,\n                                31.762348\n                            ],\n                            [\n                                115.767495,\n                                31.787272\n                            ],\n                            [\n                                115.660937,\n                                31.760822\n                            ],\n                            [\n                                115.496481,\n                                31.674297\n                            ],\n                            [\n                                115.371446,\n                                31.495905\n                            ],\n                            [\n                                115.373909,\n                                31.405559\n                            ],\n                            [\n                                115.301229,\n                                31.384109\n                            ],\n                            [\n                                115.22054,\n                                31.426494\n                            ],\n                            [\n                                115.235323,\n                                31.556597\n                            ],\n                            [\n                                115.12507,\n                                31.598904\n                            ],\n                            [\n                                115.088729,\n                                31.507638\n                            ],\n                            [\n                                115.024056,\n                                31.528551\n                            ],\n                            [\n                                114.830035,\n                                31.458654\n                            ],\n                            [\n                                114.778912,\n                                31.5209\n                            ],\n                            [\n                                114.696376,\n                                31.526001\n                            ],\n                            [\n                                114.641558,\n                                31.582085\n                            ],\n                            [\n                                114.560869,\n                                31.561185\n                            ],\n                            [\n                                114.549783,\n                                31.642721\n                            ],\n                            [\n                                114.586123,\n                                31.762348\n                            ],\n                            [\n                                114.448769,\n                                31.728257\n                            ],\n                            [\n                                114.292936,\n                                31.752173\n                            ],\n                            [\n                                114.195002,\n                                31.850315\n                            ],\n                            [\n                                114.135871,\n                                31.843707\n                            ],\n                            [\n                                114.088444,\n                                31.781677\n                            ],\n                            [\n                                113.988662,\n                                31.750138\n                            ],\n                            [\n                                113.954785,\n                                31.856413\n                            ],\n                            [\n                                113.838373,\n                                31.854889\n                            ],\n                            [\n                                113.791561,\n                                32.036142\n                            ],\n                            [\n                                113.728735,\n                                32.0833\n                            ],\n                            [\n                                113.783554,\n                                32.186153\n                            ],\n                            [\n                                113.749677,\n                                32.272196\n                            ],\n                            [\n                                113.761996,\n                                32.268149\n                            ],\n                            [\n                                113.757069,\n                                32.29243\n                            ],\n                            [\n                                113.758301,\n                                32.296476\n                            ],\n                            [\n                                113.752757,\n                                32.388478\n                            ],\n                            [\n                                113.664062,\n                                32.422324\n                            ],\n                            [\n                                113.624642,\n                                32.361191\n                            ],\n                            [\n                                113.425693,\n                                32.269161\n                            ],\n                            [\n                                113.211962,\n                                32.431919\n                            ],\n                            [\n                                113.118956,\n                                32.375846\n                            ],\n                            [\n                                113.025949,\n                                32.425354\n                            ],\n                            [\n                                112.992072,\n                                32.378373\n                            ],\n                            [\n                                112.860877,\n                                32.395552\n                            ],\n                            [\n                                112.733993,\n                                32.363718\n                            ],\n                            [\n                                112.729066,\n                                32.366245\n                            ],\n                            [\n                                112.544284,\n                                32.403635\n                            ],\n                            [\n                                112.451893,\n                                32.344511\n                            ],\n                            [\n                                112.390915,\n                                32.371298\n                            ],\n                            [\n                                112.328089,\n                                32.321761\n                            ],\n                            [\n                                112.228923,\n                                32.385447\n                            ],\n                            [\n                                112.014576,\n                                32.450098\n                            ],\n                            [\n                                111.948671,\n                                32.517225\n                            ],\n                            [\n                                111.890157,\n                                32.503097\n                            ],\n                            [\n                                111.640701,\n                                32.634703\n                            ],\n                            [\n                                111.577875,\n                                32.593376\n                            ],\n                            [\n                                111.380159,\n                                32.828984\n                            ],\n                            [\n                                111.293311,\n                                32.859145\n                            ],\n                            [\n                                111.242804,\n                                32.930486\n                            ],\n                            [\n                                111.273601,\n                                32.971656\n                            ],\n                            [\n                                111.238493,\n                                33.040899\n                            ],\n                            [\n                                111.151029,\n                                33.053438\n                            ],\n                            [\n                                111.179363,\n                                33.115601\n                            ],\n                            [\n                                111.056791,\n                                33.192743\n                            ],\n                            [\n                                111.032769,\n                                33.209265\n                            ],\n                            [\n                                110.984726,\n                                33.255308\n                            ],\n                            [\n                                111.025994,\n                                33.330327\n                            ],\n                            [\n                                110.996429,\n                                33.435745\n                            ],\n                            [\n                                111.02661,\n                                33.474183\n                            ],\n                            [\n                                111.02661,\n                                33.478675\n                            ],\n                            [\n                                111.00382,\n                                33.578429\n                            ],\n                            [\n                                110.877552,\n                                33.635238\n                            ],\n                            [\n                                110.782698,\n                                33.795494\n                            ],\n                            [\n                                110.587445,\n                                33.887929\n                            ],\n                            [\n                                110.669365,\n                                33.939072\n                            ],\n                            [\n                                110.590525,\n                                34.096778\n                            ],\n                            [\n                                110.642264,\n                                34.16067\n                            ],\n                            [\n                                110.43962,\n                                34.24331\n                            ],\n                            [\n                                110.426685,\n                                34.275454\n                            ],\n                            [\n                                110.503677,\n                                34.337234\n                            ],\n                            [\n                                110.403279,\n                                34.43352\n                            ],\n                            [\n                                110.403279,\n                                34.43352\n                            ],\n                            [\n                                110.360779,\n                                34.516878\n                            ],\n                            [\n                                110.379257,\n                                34.600646\n                            ],\n                            [\n                                110.474728,\n                                34.617389\n                            ],\n                            [\n                                110.533242,\n                                34.583406\n                            ],\n                            [\n                                110.710017,\n                                34.605078\n                            ],\n                            [\n                                110.749437,\n                                34.652342\n                            ],\n                            [\n                                110.883712,\n                                34.642498\n                            ],\n                            [\n                                110.929907,\n                                34.731548\n                            ],\n                            [\n                                110.966248,\n                                34.70499\n                            ],\n                            [\n                                111.118385,\n                                34.756622\n                            ],\n                            [\n                                111.148566,\n                                34.80773\n                            ],\n                            [\n                                111.232949,\n                                34.789551\n                            ],\n                            [\n                                111.346282,\n                                34.831798\n                            ],\n                            [\n                                111.570484,\n                                34.843094\n                            ],\n                            [\n                                111.66965,\n                                34.988319\n                            ],\n                            [\n                                111.900012,\n                                35.079933\n                            ],\n                            [\n                                112.062004,\n                                35.055937\n                            ],\n                            [\n                                112.078634,\n                                35.219362\n                            ],\n                            [\n                                112.058924,\n                                35.279951\n                            ],\n                            [\n                                112.513487,\n                                35.218384\n                            ],\n                            [\n                                112.637291,\n                                35.225716\n                            ],\n                            [\n                                112.628052,\n                                35.263342\n                            ],\n                            [\n                                112.766022,\n                                35.203718\n                            ],\n                            [\n                                112.818377,\n                                35.258457\n                            ],\n                            [\n                                112.911384,\n                                35.24673\n                            ],\n                            [\n                                112.992072,\n                                35.296068\n                            ],\n                            [\n                                112.997,\n                                35.362455\n                            ],\n                            [\n                                113.126347,\n                                35.332197\n                            ],\n                            [\n                                113.189789,\n                                35.449261\n                            ],\n                            [\n                                113.298194,\n                                35.427325\n                            ],\n                            [\n                                113.31236,\n                                35.481424\n                            ],\n                            [\n                                113.485439,\n                                35.520879\n                            ],\n                            [\n                                113.578446,\n                                35.63378\n                            ],\n                            [\n                                113.604316,\n                                35.797008\n                            ],\n                            [\n                                113.656671,\n                                35.836792\n                            ],\n                            [\n                                113.637576,\n                                35.98847\n                            ],\n                            [\n                                113.694859,\n                                36.026707\n                            ],\n                            [\n                                113.651743,\n                                36.172224\n                            ],\n                            [\n                                113.716417,\n                                36.262492\n                            ],\n                            [\n                                113.731199,\n                                36.363257\n                            ],\n                            [\n                                113.819894,\n                                36.330969\n                            ],\n                            [\n                                113.881488,\n                                36.354102\n                            ],\n                            [\n                                113.911054,\n                                36.314578\n                            ],\n                            [\n                                113.982502,\n                                36.358921\n                            ],\n                            [\n                                114.055799,\n                                36.330005\n                            ],\n                            [\n                                114.060727,\n                                36.276482\n                            ],\n                            [\n                                114.169132,\n                                36.243675\n                            ],\n                            [\n                                114.169132,\n                                36.243675\n                            ],\n                            [\n                                114.345291,\n                                36.255738\n                            ],\n                            [\n                                114.591666,\n                                36.130192\n                            ],\n                            [\n                                114.912571,\n                                36.140339\n                            ],\n                            [\n                                114.914419,\n                                36.051865\n                            ],\n                            [\n                                114.996955,\n                                36.06831\n                            ],\n                            [\n                                115.064092,\n                                36.178985\n                            ],\n                            [\n                                115.201446,\n                                36.210371\n                            ],\n                            [\n                                115.201446,\n                                36.210371\n                            ],\n                            [\n                                115.312931,\n                                36.088137\n                            ],\n                            [\n                                115.483547,\n                                36.149036\n                            ],\n                            [\n                                115.447822,\n                                36.012672\n                            ],\n                            [\n                                115.362822,\n                                35.972008\n                            ],\n                            [\n                                115.335105,\n                                35.796522\n                            ],\n                            [\n                                115.363438,\n                                35.78002\n                            ],\n                            [\n                                115.460141,\n                                35.86783\n                            ],\n                            [\n                                115.496481,\n                                35.885283\n                            ],\n                            [\n                                115.646155,\n                                35.920663\n                            ],\n                            [\n                                115.989849,\n                                36.045576\n                            ],\n                            [\n                                116.099486,\n                                36.111826\n                            ],\n                            [\n                                116.048979,\n                                35.970071\n                            ],\n                            [\n                                115.911624,\n                                35.960385\n                            ],\n                            [\n                                115.875284,\n                                35.859102\n                            ],\n                            [\n                                115.773654,\n                                35.854252\n                            ],\n                            [\n                                115.693582,\n                                35.75429\n                            ],\n                            [\n                                115.48601,\n                                35.710091\n                            ],\n                            [\n                                115.383148,\n                                35.569076\n                            ],\n                            [\n                                115.357895,\n                                35.498475\n                            ],\n                            [\n                                115.237171,\n                                35.422937\n                            ],\n                            [\n                                115.093657,\n                                35.41611\n                            ],\n                            [\n                                115.02036,\n                                35.364406\n                            ],\n                            [\n                                114.929817,\n                                35.248196\n                            ],\n                            [\n                                114.932281,\n                                35.197362\n                            ],\n                            [\n                                114.841738,\n                                35.151389\n                            ],\n                            [\n                                114.883006,\n                                35.098537\n                            ],\n                            [\n                                114.824492,\n                                35.012335\n                            ],\n                            [\n                                114.923658,\n                                34.968709\n                            ],\n                            [\n                                115.028983,\n                                34.97165\n                            ],\n                            [\n                                115.12815,\n                                35.004493\n                            ],\n                            [\n                                115.189128,\n                                34.914757\n                            ],\n                            [\n                                115.251953,\n                                34.906416\n                            ],\n                            [\n                                115.256265,\n                                34.845549\n                            ],\n                            [\n                                115.317243,\n                                34.859297\n                            ],\n                            [\n                                115.42688,\n                                34.805273\n                            ],\n                            [\n                                115.461373,\n                                34.637083\n                            ],\n                            [\n                                115.515575,\n                                34.582421\n                            ],\n                            [\n                                115.667096,\n                                34.557294\n                            ],\n                            [\n                                115.697278,\n                                34.594243\n                            ],\n                            [\n                                115.83032,\n                                34.562714\n                            ],\n                            [\n                                116.101334,\n                                34.605571\n                            ],\n                            [\n                                116.134594,\n                                34.559758\n                            ],\n                            [\n                                116.196804,\n                                34.576017\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.498329,\n                                35.897401\n                            ],\n                            [\n                                115.487242,\n                                35.903702\n                            ],\n                            [\n                                115.503257,\n                                35.91194\n                            ],\n                            [\n                                115.503257,\n                                35.91194\n                            ],\n                            [\n                                115.498329,\n                                35.897401\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                113.749677,\n                                32.272196\n                            ],\n                            [\n                                113.758301,\n                                32.296476\n                            ],\n                            [\n                                113.757069,\n                                32.29243\n                            ],\n                            [\n                                113.761996,\n                                32.268149\n                            ],\n                            [\n                                113.749677,\n                                32.272196\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 420000,\n                \"name\": \"湖北省\",\n                \"center\": [\n                    114.298572,\n                    30.584355\n                ],\n                \"centroid\": [\n                    112.271042,\n                    30.98802\n                ],\n                \"childrenNum\": 17,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 16,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.232378,\n                                29.119533\n                            ],\n                            [\n                                109.110422,\n                                29.215143\n                            ],\n                            [\n                                109.11227,\n                                29.360737\n                            ],\n                            [\n                                108.919481,\n                                29.326314\n                            ],\n                            [\n                                108.927488,\n                                29.435281\n                            ],\n                            [\n                                108.880677,\n                                29.442576\n                            ],\n                            [\n                                108.91209,\n                                29.571714\n                            ],\n                            [\n                                108.844337,\n                                29.658582\n                            ],\n                            [\n                                108.785822,\n                                29.633622\n                            ],\n                            [\n                                108.690968,\n                                29.689773\n                            ],\n                            [\n                                108.666946,\n                                29.842472\n                            ],\n                            [\n                                108.602273,\n                                29.865824\n                            ],\n                            [\n                                108.504338,\n                                29.707964\n                            ],\n                            [\n                                108.437201,\n                                29.741218\n                            ],\n                            [\n                                108.424266,\n                                29.816\n                            ],\n                            [\n                                108.371295,\n                                29.841434\n                            ],\n                            [\n                                108.516041,\n                                29.885539\n                            ],\n                            [\n                                108.542526,\n                                29.998047\n                            ],\n                            [\n                                108.513577,\n                                30.057619\n                            ],\n                            [\n                                108.56778,\n                                30.157517\n                            ],\n                            [\n                                108.581947,\n                                30.255763\n                            ],\n                            [\n                                108.460606,\n                                30.35959\n                            ],\n                            [\n                                108.402092,\n                                30.376626\n                            ],\n                            [\n                                108.42673,\n                                30.492184\n                            ],\n                            [\n                                108.56778,\n                                30.468464\n                            ],\n                            [\n                                108.688504,\n                                30.587519\n                            ],\n                            [\n                                108.743939,\n                                30.494762\n                            ],\n                            [\n                                108.808612,\n                                30.491153\n                            ],\n                            [\n                                108.971836,\n                                30.627686\n                            ],\n                            [\n                                109.114734,\n                                30.64416\n                            ],\n                            [\n                                109.09256,\n                                30.578762\n                            ],\n                            [\n                                109.103647,\n                                30.565883\n                            ],\n                            [\n                                109.143683,\n                                30.521052\n                            ],\n                            [\n                                109.299516,\n                                30.630775\n                            ],\n                            [\n                                109.36111,\n                                30.550942\n                            ],\n                            [\n                                109.35495,\n                                30.487028\n                            ],\n                            [\n                                109.435638,\n                                30.59576\n                            ],\n                            [\n                                109.590855,\n                                30.693566\n                            ],\n                            [\n                                109.780564,\n                                30.848822\n                            ],\n                            [\n                                109.893897,\n                                30.899662\n                            ],\n                            [\n                                110.008462,\n                                30.883746\n                            ],\n                            [\n                                110.082375,\n                                30.799496\n                            ],\n                            [\n                                110.172918,\n                                30.978694\n                            ],\n                            [\n                                110.135961,\n                                30.986902\n                            ],\n                            [\n                                110.119947,\n                                31.088409\n                            ],\n                            [\n                                110.189548,\n                                31.129391\n                            ],\n                            [\n                                110.140273,\n                                31.390238\n                            ],\n                            [\n                                110.054042,\n                                31.410666\n                            ],\n                            [\n                                109.946252,\n                                31.506108\n                            ],\n                            [\n                                109.848934,\n                                31.552008\n                            ],\n                            [\n                                109.719586,\n                                31.555067\n                            ],\n                            [\n                                109.76455,\n                                31.602981\n                            ],\n                            [\n                                109.731289,\n                                31.700263\n                            ],\n                            [\n                                109.585928,\n                                31.726731\n                            ],\n                            [\n                                109.638282,\n                                31.811172\n                            ],\n                            [\n                                109.584696,\n                                31.900617\n                            ],\n                            [\n                                109.631507,\n                                31.962059\n                            ],\n                            [\n                                109.590855,\n                                32.012807\n                            ],\n                            [\n                                109.621652,\n                                32.106617\n                            ],\n                            [\n                                109.592703,\n                                32.219568\n                            ],\n                            [\n                                109.495385,\n                                32.300522\n                            ],\n                            [\n                                109.502776,\n                                32.389489\n                            ],\n                            [\n                                109.575457,\n                                32.506629\n                            ],\n                            [\n                                109.637051,\n                                32.540935\n                            ],\n                            [\n                                109.631507,\n                                32.599929\n                            ],\n                            [\n                                109.726978,\n                                32.608498\n                            ],\n                            [\n                                109.816905,\n                                32.577244\n                            ],\n                            [\n                                109.910528,\n                                32.592872\n                            ],\n                            [\n                                110.017701,\n                                32.546987\n                            ],\n                            [\n                                110.085454,\n                                32.613034\n                            ],\n                            [\n                                110.153824,\n                                32.593376\n                            ],\n                            [\n                                110.206179,\n                                32.633191\n                            ],\n                            [\n                                110.156903,\n                                32.683061\n                            ],\n                            [\n                                110.159367,\n                                32.767122\n                            ],\n                            [\n                                110.10886,\n                                32.82999\n                            ],\n                            [\n                                109.988752,\n                                32.886281\n                            ],\n                            [\n                                109.76455,\n                                32.909391\n                            ],\n                            [\n                                109.794731,\n                                33.066977\n                            ],\n                            [\n                                109.688174,\n                                33.116603\n                            ],\n                            [\n                                109.576073,\n                                33.110088\n                            ],\n                            [\n                                109.438718,\n                                33.152177\n                            ],\n                            [\n                                109.537268,\n                                33.2438\n                            ],\n                            [\n                                109.619804,\n                                33.27532\n                            ],\n                            [\n                                109.732521,\n                                33.231288\n                            ],\n                            [\n                                109.852013,\n                                33.247803\n                            ],\n                            [\n                                110.031252,\n                                33.191742\n                            ],\n                            [\n                                110.164911,\n                                33.209265\n                            ],\n                            [\n                                110.218497,\n                                33.163197\n                            ],\n                            [\n                                110.468569,\n                                33.181226\n                            ],\n                            [\n                                110.54125,\n                                33.255809\n                            ],\n                            [\n                                110.59422,\n                                33.168706\n                            ],\n                            [\n                                110.702626,\n                                33.097057\n                            ],\n                            [\n                                110.745741,\n                                33.147167\n                            ],\n                            [\n                                110.824582,\n                                33.158188\n                            ],\n                            [\n                                110.984726,\n                                33.255308\n                            ],\n                            [\n                                111.032769,\n                                33.209265\n                            ],\n                            [\n                                111.037081,\n                                33.187235\n                            ],\n                            [\n                                111.031537,\n                                33.17722\n                            ],\n                            [\n                                111.056791,\n                                33.192743\n                            ],\n                            [\n                                111.179363,\n                                33.115601\n                            ],\n                            [\n                                111.151029,\n                                33.053438\n                            ],\n                            [\n                                111.238493,\n                                33.040899\n                            ],\n                            [\n                                111.273601,\n                                32.971656\n                            ],\n                            [\n                                111.242804,\n                                32.930486\n                            ],\n                            [\n                                111.293311,\n                                32.859145\n                            ],\n                            [\n                                111.380159,\n                                32.828984\n                            ],\n                            [\n                                111.577875,\n                                32.593376\n                            ],\n                            [\n                                111.640701,\n                                32.634703\n                            ],\n                            [\n                                111.890157,\n                                32.503097\n                            ],\n                            [\n                                111.948671,\n                                32.517225\n                            ],\n                            [\n                                112.014576,\n                                32.450098\n                            ],\n                            [\n                                112.228923,\n                                32.385447\n                            ],\n                            [\n                                112.328089,\n                                32.321761\n                            ],\n                            [\n                                112.390915,\n                                32.371298\n                            ],\n                            [\n                                112.451893,\n                                32.344511\n                            ],\n                            [\n                                112.544284,\n                                32.403635\n                            ],\n                            [\n                                112.729066,\n                                32.366245\n                            ],\n                            [\n                                112.730914,\n                                32.363212\n                            ],\n                            [\n                                112.732146,\n                                32.362707\n                            ],\n                            [\n                                112.733993,\n                                32.363718\n                            ],\n                            [\n                                112.860877,\n                                32.395552\n                            ],\n                            [\n                                112.992072,\n                                32.378373\n                            ],\n                            [\n                                113.025949,\n                                32.425354\n                            ],\n                            [\n                                113.118956,\n                                32.375846\n                            ],\n                            [\n                                113.211962,\n                                32.431919\n                            ],\n                            [\n                                113.425693,\n                                32.269161\n                            ],\n                            [\n                                113.624642,\n                                32.361191\n                            ],\n                            [\n                                113.664062,\n                                32.422324\n                            ],\n                            [\n                                113.752757,\n                                32.388478\n                            ],\n                            [\n                                113.758301,\n                                32.296476\n                            ],\n                            [\n                                113.749677,\n                                32.272196\n                            ],\n                            [\n                                113.783554,\n                                32.186153\n                            ],\n                            [\n                                113.728735,\n                                32.0833\n                            ],\n                            [\n                                113.791561,\n                                32.036142\n                            ],\n                            [\n                                113.838373,\n                                31.854889\n                            ],\n                            [\n                                113.954785,\n                                31.856413\n                            ],\n                            [\n                                113.988662,\n                                31.750138\n                            ],\n                            [\n                                114.088444,\n                                31.781677\n                            ],\n                            [\n                                114.135871,\n                                31.843707\n                            ],\n                            [\n                                114.195002,\n                                31.850315\n                            ],\n                            [\n                                114.292936,\n                                31.752173\n                            ],\n                            [\n                                114.448769,\n                                31.728257\n                            ],\n                            [\n                                114.586123,\n                                31.762348\n                            ],\n                            [\n                                114.549783,\n                                31.642721\n                            ],\n                            [\n                                114.560869,\n                                31.561185\n                            ],\n                            [\n                                114.641558,\n                                31.582085\n                            ],\n                            [\n                                114.696376,\n                                31.526001\n                            ],\n                            [\n                                114.778912,\n                                31.5209\n                            ],\n                            [\n                                114.830035,\n                                31.458654\n                            ],\n                            [\n                                115.024056,\n                                31.528551\n                            ],\n                            [\n                                115.088729,\n                                31.507638\n                            ],\n                            [\n                                115.12507,\n                                31.598904\n                            ],\n                            [\n                                115.235323,\n                                31.556597\n                            ],\n                            [\n                                115.22054,\n                                31.426494\n                            ],\n                            [\n                                115.301229,\n                                31.384109\n                            ],\n                            [\n                                115.373909,\n                                31.405559\n                            ],\n                            [\n                                115.372062,\n                                31.349368\n                            ],\n                            [\n                                115.442279,\n                                31.346303\n                            ],\n                            [\n                                115.457677,\n                                31.281384\n                            ],\n                            [\n                                115.516191,\n                                31.263485\n                            ],\n                            [\n                                115.559307,\n                                31.160117\n                            ],\n                            [\n                                115.646155,\n                                31.209768\n                            ],\n                            [\n                                115.700973,\n                                31.201068\n                            ],\n                            [\n                                115.763799,\n                                31.118123\n                            ],\n                            [\n                                115.869125,\n                                31.147828\n                            ],\n                            [\n                                115.938726,\n                                31.047409\n                            ],\n                            [\n                                116.058834,\n                                31.012545\n                            ],\n                            [\n                                116.071769,\n                                30.956633\n                            ],\n                            [\n                                115.976298,\n                                30.931488\n                            ],\n                            [\n                                115.865429,\n                                30.864231\n                            ],\n                            [\n                                115.851262,\n                                30.756829\n                            ],\n                            [\n                                115.782893,\n                                30.751687\n                            ],\n                            [\n                                115.762567,\n                                30.685848\n                            ],\n                            [\n                                115.819234,\n                                30.59782\n                            ],\n                            [\n                                115.876516,\n                                30.582368\n                            ],\n                            [\n                                115.921479,\n                                30.416364\n                            ],\n                            [\n                                115.903001,\n                                30.313631\n                            ],\n                            [\n                                115.985537,\n                                30.290901\n                            ],\n                            [\n                                116.065609,\n                                30.204584\n                            ],\n                            [\n                                116.091479,\n                                30.036385\n                            ],\n                            [\n                                116.073616,\n                                29.970061\n                            ],\n                            [\n                                116.127203,\n                                29.899544\n                            ],\n                            [\n                                116.13521,\n                                29.819634\n                            ],\n                            [\n                                115.965827,\n                                29.724593\n                            ],\n                            [\n                                115.837096,\n                                29.748491\n                            ],\n                            [\n                                115.667712,\n                                29.850257\n                            ],\n                            [\n                                115.511264,\n                                29.839877\n                            ],\n                            [\n                                115.471844,\n                                29.742777\n                            ],\n                            [\n                                115.359127,\n                                29.646623\n                            ],\n                            [\n                                115.142316,\n                                29.651822\n                            ],\n                            [\n                                115.154019,\n                                29.51029\n                            ],\n                            [\n                                115.00065,\n                                29.572235\n                            ],\n                            [\n                                114.940904,\n                                29.494147\n                            ],\n                            [\n                                114.860216,\n                                29.475917\n                            ],\n                            [\n                                114.931049,\n                                29.422252\n                            ],\n                            [\n                                114.759818,\n                                29.363345\n                            ],\n                            [\n                                114.660652,\n                                29.393585\n                            ],\n                            [\n                                114.519602,\n                                29.325271\n                            ],\n                            [\n                                114.259059,\n                                29.344049\n                            ],\n                            [\n                                114.252284,\n                                29.234985\n                            ],\n                            [\n                                114.061959,\n                                29.204176\n                            ],\n                            [\n                                113.952321,\n                                29.092871\n                            ],\n                            [\n                                113.94185,\n                                29.047374\n                            ],\n                            [\n                                113.877793,\n                                29.035343\n                            ],\n                            [\n                                113.816199,\n                                29.105419\n                            ],\n                            [\n                                113.749677,\n                                29.060973\n                            ],\n                            [\n                                113.66283,\n                                29.1697\n                            ],\n                            [\n                                113.689931,\n                                29.230808\n                            ],\n                            [\n                                113.606779,\n                                29.253779\n                            ],\n                            [\n                                113.686236,\n                                29.392021\n                            ],\n                            [\n                                113.753373,\n                                29.43997\n                            ],\n                            [\n                                113.630801,\n                                29.523307\n                            ],\n                            [\n                                113.736743,\n                                29.576918\n                            ],\n                            [\n                                113.664678,\n                                29.683536\n                            ],\n                            [\n                                113.547033,\n                                29.675219\n                            ],\n                            [\n                                113.566127,\n                                29.846105\n                            ],\n                            [\n                                113.37765,\n                                29.703287\n                            ],\n                            [\n                                113.145441,\n                                29.449349\n                            ],\n                            [\n                                113.078304,\n                                29.438407\n                            ],\n                            [\n                                113.057362,\n                                29.522265\n                            ],\n                            [\n                                112.950188,\n                                29.472792\n                            ],\n                            [\n                                112.912,\n                                29.607095\n                            ],\n                            [\n                                113.004391,\n                                29.692892\n                            ],\n                            [\n                                113.020405,\n                                29.772384\n                            ],\n                            [\n                                112.937869,\n                                29.783809\n                            ],\n                            [\n                                112.939101,\n                                29.768229\n                            ],\n                            [\n                                112.926782,\n                                29.763036\n                            ],\n                            [\n                                112.861493,\n                                29.78329\n                            ],\n                            [\n                                112.79374,\n                                29.736023\n                            ],\n                            [\n                                112.788812,\n                                29.681457\n                            ],\n                            [\n                                112.687182,\n                                29.592528\n                            ],\n                            [\n                                112.439574,\n                                29.633622\n                            ],\n                            [\n                                112.369973,\n                                29.542048\n                            ],\n                            [\n                                112.281278,\n                                29.536842\n                            ],\n                            [\n                                112.303452,\n                                29.585244\n                            ],\n                            [\n                                112.111279,\n                                29.659622\n                            ],\n                            [\n                                112.07617,\n                                29.740179\n                            ],\n                            [\n                                111.95483,\n                                29.796791\n                            ],\n                            [\n                                111.962222,\n                                29.837282\n                            ],\n                            [\n                                111.862439,\n                                29.856484\n                            ],\n                            [\n                                111.807005,\n                                29.904213\n                            ],\n                            [\n                                111.723853,\n                                29.909399\n                            ],\n                            [\n                                111.723853,\n                                29.909399\n                            ],\n                            [\n                                111.709686,\n                                29.897988\n                            ],\n                            [\n                                111.709686,\n                                29.897988\n                            ],\n                            [\n                                111.39063,\n                                29.914585\n                            ],\n                            [\n                                111.244036,\n                                30.039492\n                            ],\n                            [\n                                110.929907,\n                                30.063316\n                            ],\n                            [\n                                110.924364,\n                                30.111463\n                            ],\n                            [\n                                110.746973,\n                                30.113015\n                            ],\n                            [\n                                110.712481,\n                                30.033277\n                            ],\n                            [\n                                110.650887,\n                                30.077814\n                            ],\n                            [\n                                110.497518,\n                                30.05503\n                            ],\n                            [\n                                110.557264,\n                                29.988201\n                            ],\n                            [\n                                110.498134,\n                                29.910955\n                            ],\n                            [\n                                110.60038,\n                                29.839877\n                            ],\n                            [\n                                110.642264,\n                                29.777578\n                            ],\n                            [\n                                110.507373,\n                                29.691853\n                            ],\n                            [\n                                110.360779,\n                                29.635702\n                            ],\n                            [\n                                110.219729,\n                                29.746413\n                            ],\n                            [\n                                110.113788,\n                                29.789521\n                            ],\n                            [\n                                110.02386,\n                                29.769788\n                            ],\n                            [\n                                109.869876,\n                                29.774462\n                            ],\n                            [\n                                109.775637,\n                                29.755244\n                            ],\n                            [\n                                109.714043,\n                                29.673139\n                            ],\n                            [\n                                109.717739,\n                                29.614897\n                            ],\n                            [\n                                109.516326,\n                                29.62582\n                            ],\n                            [\n                                109.458428,\n                                29.513414\n                            ],\n                            [\n                                109.343863,\n                                29.369602\n                            ],\n                            [\n                                109.352487,\n                                29.284574\n                            ],\n                            [\n                                109.258248,\n                                29.21932\n                            ],\n                            [\n                                109.274262,\n                                29.122146\n                            ],\n                            [\n                                109.232378,\n                                29.119533\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                113.020405,\n                                29.772384\n                            ],\n                            [\n                                112.926782,\n                                29.692372\n                            ],\n                            [\n                                112.926782,\n                                29.763036\n                            ],\n                            [\n                                112.939101,\n                                29.768229\n                            ],\n                            [\n                                112.937869,\n                                29.783809\n                            ],\n                            [\n                                113.020405,\n                                29.772384\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                111.032769,\n                                33.209265\n                            ],\n                            [\n                                111.056791,\n                                33.192743\n                            ],\n                            [\n                                111.031537,\n                                33.17722\n                            ],\n                            [\n                                111.037081,\n                                33.187235\n                            ],\n                            [\n                                111.032769,\n                                33.209265\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.106111,\n                                30.57052\n                            ],\n                            [\n                                109.09872,\n                                30.579277\n                            ],\n                            [\n                                109.100567,\n                                30.580823\n                            ],\n                            [\n                                109.106727,\n                                30.572066\n                            ],\n                            [\n                                109.106111,\n                                30.57052\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.732146,\n                                32.362707\n                            ],\n                            [\n                                112.730914,\n                                32.363212\n                            ],\n                            [\n                                112.729066,\n                                32.366245\n                            ],\n                            [\n                                112.733993,\n                                32.363718\n                            ],\n                            [\n                                112.732146,\n                                32.362707\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 430000,\n                \"name\": \"湖南省\",\n                \"center\": [\n                    112.982279,\n                    28.19409\n                ],\n                \"centroid\": [\n                    111.754313,\n                    27.655081\n                ],\n                \"childrenNum\": 14,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 17,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.965962,\n                                26.195699\n                            ],\n                            [\n                                110.017701,\n                                26.343246\n                            ],\n                            [\n                                109.932701,\n                                26.476145\n                            ],\n                            [\n                                109.856325,\n                                26.465433\n                            ],\n                            [\n                                109.892665,\n                                26.525408\n                            ],\n                            [\n                                109.82676,\n                                26.605681\n                            ],\n                            [\n                                109.946252,\n                                26.685899\n                            ],\n                            [\n                                109.838463,\n                                26.72759\n                            ],\n                            [\n                                109.821216,\n                                26.781017\n                            ],\n                            [\n                                109.652449,\n                                26.76232\n                            ],\n                            [\n                                109.660456,\n                                26.709419\n                            ],\n                            [\n                                109.590855,\n                                26.686433\n                            ],\n                            [\n                                109.529261,\n                                26.740414\n                            ],\n                            [\n                                109.548971,\n                                26.737208\n                            ],\n                            [\n                                109.548971,\n                                26.737208\n                            ],\n                            [\n                                109.528029,\n                                26.744689\n                            ],\n                            [\n                                109.52187,\n                                26.748964\n                            ],\n                            [\n                                109.504624,\n                                26.805051\n                            ],\n                            [\n                                109.500928,\n                                26.828546\n                            ],\n                            [\n                                109.486761,\n                                26.895267\n                            ],\n                            [\n                                109.555131,\n                                26.947015\n                            ],\n                            [\n                                109.520022,\n                                27.058433\n                            ],\n                            [\n                                109.454733,\n                                27.069622\n                            ],\n                            [\n                                109.472595,\n                                27.135136\n                            ],\n                            [\n                                109.415928,\n                                27.15377\n                            ],\n                            [\n                                109.267487,\n                                27.128746\n                            ],\n                            [\n                                109.164625,\n                                27.065893\n                            ],\n                            [\n                                109.07901,\n                                27.115965\n                            ],\n                            [\n                                108.87575,\n                                26.999273\n                            ],\n                            [\n                                108.791366,\n                                27.084539\n                            ],\n                            [\n                                108.878829,\n                                27.106378\n                            ],\n                            [\n                                108.907162,\n                                27.2054\n                            ],\n                            [\n                                109.040821,\n                                27.276151\n                            ],\n                            [\n                                109.142451,\n                                27.418051\n                            ],\n                            [\n                                109.202197,\n                                27.449913\n                            ],\n                            [\n                                109.300132,\n                                27.423893\n                            ],\n                            [\n                                109.303211,\n                                27.475396\n                            ],\n                            [\n                                109.461508,\n                                27.567724\n                            ],\n                            [\n                                109.470747,\n                                27.68011\n                            ],\n                            [\n                                109.332777,\n                                27.782853\n                            ],\n                            [\n                                109.345711,\n                                27.840537\n                            ],\n                            [\n                                109.30198,\n                                27.956342\n                            ],\n                            [\n                                109.378972,\n                                28.032948\n                            ],\n                            [\n                                109.298284,\n                                28.036117\n                            ],\n                            [\n                                109.340168,\n                                28.190216\n                            ],\n                            [\n                                109.388211,\n                                28.268236\n                            ],\n                            [\n                                109.27303,\n                                28.310386\n                            ],\n                            [\n                                109.274262,\n                                28.494592\n                            ],\n                            [\n                                109.321074,\n                                28.581322\n                            ],\n                            [\n                                109.304443,\n                                28.623871\n                            ],\n                            [\n                                109.201581,\n                                28.598133\n                            ],\n                            [\n                                109.2989,\n                                28.747221\n                            ],\n                            [\n                                109.241002,\n                                28.776594\n                            ],\n                            [\n                                109.235458,\n                                28.882476\n                            ],\n                            [\n                                109.319842,\n                                29.042667\n                            ],\n                            [\n                                109.232378,\n                                29.119533\n                            ],\n                            [\n                                109.274262,\n                                29.122146\n                            ],\n                            [\n                                109.258248,\n                                29.21932\n                            ],\n                            [\n                                109.352487,\n                                29.284574\n                            ],\n                            [\n                                109.343863,\n                                29.369602\n                            ],\n                            [\n                                109.458428,\n                                29.513414\n                            ],\n                            [\n                                109.516326,\n                                29.62582\n                            ],\n                            [\n                                109.717739,\n                                29.614897\n                            ],\n                            [\n                                109.714043,\n                                29.673139\n                            ],\n                            [\n                                109.775637,\n                                29.755244\n                            ],\n                            [\n                                109.869876,\n                                29.774462\n                            ],\n                            [\n                                110.02386,\n                                29.769788\n                            ],\n                            [\n                                110.113788,\n                                29.789521\n                            ],\n                            [\n                                110.219729,\n                                29.746413\n                            ],\n                            [\n                                110.360779,\n                                29.635702\n                            ],\n                            [\n                                110.507373,\n                                29.691853\n                            ],\n                            [\n                                110.642264,\n                                29.777578\n                            ],\n                            [\n                                110.60038,\n                                29.839877\n                            ],\n                            [\n                                110.498134,\n                                29.910955\n                            ],\n                            [\n                                110.557264,\n                                29.988201\n                            ],\n                            [\n                                110.497518,\n                                30.05503\n                            ],\n                            [\n                                110.650887,\n                                30.077814\n                            ],\n                            [\n                                110.712481,\n                                30.033277\n                            ],\n                            [\n                                110.746973,\n                                30.113015\n                            ],\n                            [\n                                110.924364,\n                                30.111463\n                            ],\n                            [\n                                110.929907,\n                                30.063316\n                            ],\n                            [\n                                111.244036,\n                                30.039492\n                            ],\n                            [\n                                111.39063,\n                                29.914585\n                            ],\n                            [\n                                111.709686,\n                                29.897988\n                            ],\n                            [\n                                111.709686,\n                                29.897988\n                            ],\n                            [\n                                111.723853,\n                                29.909399\n                            ],\n                            [\n                                111.723853,\n                                29.909399\n                            ],\n                            [\n                                111.807005,\n                                29.904213\n                            ],\n                            [\n                                111.862439,\n                                29.856484\n                            ],\n                            [\n                                111.962222,\n                                29.837282\n                            ],\n                            [\n                                111.95483,\n                                29.796791\n                            ],\n                            [\n                                112.07617,\n                                29.740179\n                            ],\n                            [\n                                112.111279,\n                                29.659622\n                            ],\n                            [\n                                112.303452,\n                                29.585244\n                            ],\n                            [\n                                112.281278,\n                                29.536842\n                            ],\n                            [\n                                112.369973,\n                                29.542048\n                            ],\n                            [\n                                112.439574,\n                                29.633622\n                            ],\n                            [\n                                112.687182,\n                                29.592528\n                            ],\n                            [\n                                112.788812,\n                                29.681457\n                            ],\n                            [\n                                112.79374,\n                                29.736023\n                            ],\n                            [\n                                112.861493,\n                                29.78329\n                            ],\n                            [\n                                112.926782,\n                                29.763036\n                            ],\n                            [\n                                112.926782,\n                                29.692372\n                            ],\n                            [\n                                113.020405,\n                                29.772384\n                            ],\n                            [\n                                113.004391,\n                                29.692892\n                            ],\n                            [\n                                112.912,\n                                29.607095\n                            ],\n                            [\n                                112.950188,\n                                29.472792\n                            ],\n                            [\n                                113.057362,\n                                29.522265\n                            ],\n                            [\n                                113.078304,\n                                29.438407\n                            ],\n                            [\n                                113.145441,\n                                29.449349\n                            ],\n                            [\n                                113.37765,\n                                29.703287\n                            ],\n                            [\n                                113.566127,\n                                29.846105\n                            ],\n                            [\n                                113.547033,\n                                29.675219\n                            ],\n                            [\n                                113.664678,\n                                29.683536\n                            ],\n                            [\n                                113.736743,\n                                29.576918\n                            ],\n                            [\n                                113.630801,\n                                29.523307\n                            ],\n                            [\n                                113.753373,\n                                29.43997\n                            ],\n                            [\n                                113.686236,\n                                29.392021\n                            ],\n                            [\n                                113.606779,\n                                29.253779\n                            ],\n                            [\n                                113.689931,\n                                29.230808\n                            ],\n                            [\n                                113.66283,\n                                29.1697\n                            ],\n                            [\n                                113.749677,\n                                29.060973\n                            ],\n                            [\n                                113.816199,\n                                29.105419\n                            ],\n                            [\n                                113.877793,\n                                29.035343\n                            ],\n                            [\n                                113.94185,\n                                29.047374\n                            ],\n                            [\n                                113.966488,\n                                28.945326\n                            ],\n                            [\n                                114.008988,\n                                28.955273\n                            ],\n                            [\n                                114.076741,\n                                28.834266\n                            ],\n                            [\n                                114.152502,\n                                28.83479\n                            ],\n                            [\n                                114.157429,\n                                28.761384\n                            ],\n                            [\n                                114.08598,\n                                28.558201\n                            ],\n                            [\n                                114.218407,\n                                28.484601\n                            ],\n                            [\n                                114.172212,\n                                28.432524\n                            ],\n                            [\n                                114.252284,\n                                28.395687\n                            ],\n                            [\n                                114.25598,\n                                28.323554\n                            ],\n                            [\n                                114.107538,\n                                28.182833\n                            ],\n                            [\n                                113.992357,\n                                28.161207\n                            ],\n                            [\n                                114.047176,\n                                28.05724\n                            ],\n                            [\n                                113.914133,\n                                27.991218\n                            ],\n                            [\n                                113.864242,\n                                28.004954\n                            ],\n                            [\n                                113.752141,\n                                27.933614\n                            ],\n                            [\n                                113.729967,\n                                27.887086\n                            ],\n                            [\n                                113.763228,\n                                27.799262\n                            ],\n                            [\n                                113.607395,\n                                27.625522\n                            ],\n                            [\n                                113.583374,\n                                27.524754\n                            ],\n                            [\n                                113.632033,\n                                27.405303\n                            ],\n                            [\n                                113.616635,\n                                27.345264\n                            ],\n                            [\n                                113.872865,\n                                27.385116\n                            ],\n                            [\n                                113.848844,\n                                27.225087\n                            ],\n                            [\n                                113.779242,\n                                27.137265\n                            ],\n                            [\n                                113.821126,\n                                27.037651\n                            ],\n                            [\n                                113.927068,\n                                26.949149\n                            ],\n                            [\n                                113.834677,\n                                26.803983\n                            ],\n                            [\n                                113.860546,\n                                26.663978\n                            ],\n                            [\n                                113.915365,\n                                26.613706\n                            ],\n                            [\n                                114.106306,\n                                26.576254\n                            ],\n                            [\n                                114.073046,\n                                26.480965\n                            ],\n                            [\n                                114.085364,\n                                26.4065\n                            ],\n                            [\n                                114.030546,\n                                26.376485\n                            ],\n                            [\n                                114.029314,\n                                26.266545\n                            ],\n                            [\n                                113.944314,\n                                26.16402\n                            ],\n                            [\n                                114.088444,\n                                26.168316\n                            ],\n                            [\n                                114.181451,\n                                26.214489\n                            ],\n                            [\n                                114.237501,\n                                26.152204\n                            ],\n                            [\n                                114.044096,\n                                26.076452\n                            ],\n                            [\n                                114.007756,\n                                26.007104\n                            ],\n                            [\n                                114.028082,\n                                25.893586\n                            ],\n                            [\n                                113.971416,\n                                25.835979\n                            ],\n                            [\n                                113.913517,\n                                25.701272\n                            ],\n                            [\n                                113.983118,\n                                25.599332\n                            ],\n                            [\n                                113.94493,\n                                25.441667\n                            ],\n                            [\n                                113.887032,\n                                25.436804\n                            ],\n                            [\n                                113.822974,\n                                25.331935\n                            ],\n                            [\n                                113.753373,\n                                25.362756\n                            ],\n                            [\n                                113.611707,\n                                25.326527\n                            ],\n                            [\n                                113.611707,\n                                25.326527\n                            ],\n                            [\n                                113.535946,\n                                25.368704\n                            ],\n                            [\n                                113.449715,\n                                25.359512\n                            ],\n                            [\n                                113.373338,\n                                25.402758\n                            ],\n                            [\n                                113.311129,\n                                25.490284\n                            ],\n                            [\n                                113.248919,\n                                25.514045\n                            ],\n                            [\n                                113.11834,\n                                25.445449\n                            ],\n                            [\n                                113.080151,\n                                25.3833\n                            ],\n                            [\n                                112.900297,\n                                25.311383\n                            ],\n                            [\n                                112.867036,\n                                25.249706\n                            ],\n                            [\n                                112.992688,\n                                25.247\n                            ],\n                            [\n                                113.034572,\n                                25.198285\n                            ],\n                            [\n                                112.96805,\n                                25.141426\n                            ],\n                            [\n                                113.018557,\n                                25.082914\n                            ],\n                            [\n                                112.979137,\n                                25.034133\n                            ],\n                            [\n                                113.011782,\n                                24.946279\n                            ],\n                            [\n                                112.871348,\n                                24.895816\n                            ],\n                            [\n                                112.780805,\n                                24.896901\n                            ],\n                            [\n                                112.712436,\n                                25.083456\n                            ],\n                            [\n                                112.660081,\n                                25.132759\n                            ],\n                            [\n                                112.414937,\n                                25.142509\n                            ],\n                            [\n                                112.369357,\n                                25.189081\n                            ],\n                            [\n                                112.3053,\n                                25.157132\n                            ],\n                            [\n                                112.187039,\n                                25.182584\n                            ],\n                            [\n                                112.155626,\n                                25.026544\n                            ],\n                            [\n                                112.119902,\n                                24.963638\n                            ],\n                            [\n                                112.175337,\n                                24.92729\n                            ],\n                            [\n                                112.171025,\n                                24.86379\n                            ],\n                            [\n                                112.097112,\n                                24.826327\n                            ],\n                            [\n                                112.024431,\n                                24.739955\n                            ],\n                            [\n                                111.951135,\n                                24.769839\n                            ],\n                            [\n                                111.68936,\n                                24.778531\n                            ],\n                            [\n                                111.570484,\n                                24.644821\n                            ],\n                            [\n                                111.431282,\n                                24.687776\n                            ],\n                            [\n                                111.479325,\n                                24.797543\n                            ],\n                            [\n                                111.470086,\n                                24.928917\n                            ],\n                            [\n                                111.43313,\n                                24.97991\n                            ],\n                            [\n                                111.435593,\n                                25.09321\n                            ],\n                            [\n                                111.321645,\n                                25.10513\n                            ],\n                            [\n                                111.274833,\n                                25.151175\n                            ],\n                            [\n                                111.200921,\n                                25.074786\n                            ],\n                            [\n                                111.101754,\n                                25.035218\n                            ],\n                            [\n                                111.100522,\n                                24.945736\n                            ],\n                            [\n                                110.991501,\n                                24.924034\n                            ],\n                            [\n                                110.951465,\n                                25.043891\n                            ],\n                            [\n                                110.998892,\n                                25.161465\n                            ],\n                            [\n                                111.112841,\n                                25.217232\n                            ],\n                            [\n                                111.103602,\n                                25.284877\n                            ],\n                            [\n                                111.301319,\n                                25.450851\n                            ],\n                            [\n                                111.343202,\n                                25.602569\n                            ],\n                            [\n                                111.30871,\n                                25.72014\n                            ],\n                            [\n                                111.442369,\n                                25.771877\n                            ],\n                            [\n                                111.43313,\n                                25.84621\n                            ],\n                            [\n                                111.49226,\n                                25.868824\n                            ],\n                            [\n                                111.346282,\n                                25.906504\n                            ],\n                            [\n                                111.252043,\n                                25.864517\n                            ],\n                            [\n                                111.189834,\n                                25.953318\n                            ],\n                            [\n                                111.267442,\n                                26.058716\n                            ],\n                            [\n                                111.279761,\n                                26.271911\n                            ],\n                            [\n                                111.204616,\n                                26.307852\n                            ],\n                            [\n                                111.092515,\n                                26.306779\n                            ],\n                            [\n                                110.94469,\n                                26.373805\n                            ],\n                            [\n                                110.939146,\n                                26.28425\n                            ],\n                            [\n                                110.76114,\n                                26.248838\n                            ],\n                            [\n                                110.612083,\n                                26.333594\n                            ],\n                            [\n                                110.555416,\n                                26.286396\n                            ],\n                            [\n                                110.516612,\n                                26.186035\n                            ],\n                            [\n                                110.373098,\n                                26.08935\n                            ],\n                            [\n                                110.325671,\n                                25.975373\n                            ],\n                            [\n                                110.257301,\n                                25.961388\n                            ],\n                            [\n                                110.201251,\n                                26.066241\n                            ],\n                            [\n                                110.165527,\n                                26.023773\n                            ],\n                            [\n                                110.065128,\n                                26.051191\n                            ],\n                            [\n                                110.099005,\n                                26.16939\n                            ],\n                            [\n                                109.965962,\n                                26.195699\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.48245,\n                                26.029687\n                            ],\n                            [\n                                109.449805,\n                                26.101709\n                            ],\n                            [\n                                109.486761,\n                                26.148445\n                            ],\n                            [\n                                109.486761,\n                                26.148445\n                            ],\n                            [\n                                109.439334,\n                                26.238641\n                            ],\n                            [\n                                109.466435,\n                                26.314288\n                            ],\n                            [\n                                109.340784,\n                                26.264399\n                            ],\n                            [\n                                109.285965,\n                                26.296052\n                            ],\n                            [\n                                109.326001,\n                                26.427398\n                            ],\n                            [\n                                109.407305,\n                                26.532902\n                            ],\n                            [\n                                109.35495,\n                                26.693383\n                            ],\n                            [\n                                109.454117,\n                                26.761252\n                            ],\n                            [\n                                109.52187,\n                                26.748964\n                            ],\n                            [\n                                109.528029,\n                                26.744689\n                            ],\n                            [\n                                109.529261,\n                                26.740414\n                            ],\n                            [\n                                109.590855,\n                                26.686433\n                            ],\n                            [\n                                109.660456,\n                                26.709419\n                            ],\n                            [\n                                109.652449,\n                                26.76232\n                            ],\n                            [\n                                109.821216,\n                                26.781017\n                            ],\n                            [\n                                109.838463,\n                                26.72759\n                            ],\n                            [\n                                109.946252,\n                                26.685899\n                            ],\n                            [\n                                109.82676,\n                                26.605681\n                            ],\n                            [\n                                109.892665,\n                                26.525408\n                            ],\n                            [\n                                109.856325,\n                                26.465433\n                            ],\n                            [\n                                109.932701,\n                                26.476145\n                            ],\n                            [\n                                110.017701,\n                                26.343246\n                            ],\n                            [\n                                109.965962,\n                                26.195699\n                            ],\n                            [\n                                109.906832,\n                                26.143611\n                            ],\n                            [\n                                109.864332,\n                                26.027537\n                            ],\n                            [\n                                109.783028,\n                                25.988282\n                            ],\n                            [\n                                109.806434,\n                                25.874746\n                            ],\n                            [\n                                109.685094,\n                                25.880129\n                            ],\n                            [\n                                109.730057,\n                                25.989895\n                            ],\n                            [\n                                109.635203,\n                                26.047428\n                            ],\n                            [\n                                109.513247,\n                                25.997962\n                            ],\n                            [\n                                109.48245,\n                                26.029687\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 440000,\n                \"name\": \"广东省\",\n                \"center\": [\n                    113.280637,\n                    23.125178\n                ],\n                \"centroid\": [\n                    113.429877,\n                    23.334664\n                ],\n                \"childrenNum\": 22,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 18,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.785492,\n                                21.457116\n                            ],\n                            [\n                                109.742992,\n                                21.61629\n                            ],\n                            [\n                                109.898209,\n                                21.649661\n                            ],\n                            [\n                                109.940709,\n                                21.734723\n                            ],\n                            [\n                                109.94502,\n                                21.844172\n                            ],\n                            [\n                                110.051578,\n                                21.856945\n                            ],\n                            [\n                                110.119947,\n                                21.901918\n                            ],\n                            [\n                                110.200019,\n                                21.898587\n                            ],\n                            [\n                                110.200019,\n                                21.898587\n                            ],\n                            [\n                                110.388497,\n                                21.89026\n                            ],\n                            [\n                                110.355236,\n                                22.061709\n                            ],\n                            [\n                                110.355236,\n                                22.061709\n                            ],\n                            [\n                                110.350924,\n                                22.072799\n                            ],\n                            [\n                                110.350924,\n                                22.072799\n                            ],\n                            [\n                                110.414366,\n                                22.20858\n                            ],\n                            [\n                                110.488895,\n                                22.144863\n                            ],\n                            [\n                                110.560344,\n                                22.196393\n                            ],\n                            [\n                                110.629329,\n                                22.149296\n                            ],\n                            [\n                                110.646575,\n                                22.222982\n                            ],\n                            [\n                                110.725415,\n                                22.295522\n                            ],\n                            [\n                                110.785777,\n                                22.294415\n                            ],\n                            [\n                                110.711249,\n                                22.369684\n                            ],\n                            [\n                                110.778386,\n                                22.585304\n                            ],\n                            [\n                                111.055559,\n                                22.648268\n                            ],\n                            [\n                                111.056791,\n                                22.72776\n                            ],\n                            [\n                                111.202152,\n                                22.740452\n                            ],\n                            [\n                                111.358601,\n                                22.889362\n                            ],\n                            [\n                                111.363528,\n                                22.968713\n                            ],\n                            [\n                                111.433746,\n                                23.036456\n                            ],\n                            [\n                                111.377695,\n                                23.082149\n                            ],\n                            [\n                                111.388782,\n                                23.210337\n                            ],\n                            [\n                                111.353673,\n                                23.28895\n                            ],\n                            [\n                                111.399869,\n                                23.469638\n                            ],\n                            [\n                                111.479941,\n                                23.532738\n                            ],\n                            [\n                                111.487332,\n                                23.62651\n                            ],\n                            [\n                                111.615448,\n                                23.639117\n                            ],\n                            [\n                                111.667187,\n                                23.718023\n                            ],\n                            [\n                                111.621607,\n                                23.725692\n                            ],\n                            [\n                                111.664723,\n                                23.83465\n                            ],\n                            [\n                                111.8107,\n                                23.806735\n                            ],\n                            [\n                                111.812548,\n                                23.887727\n                            ],\n                            [\n                                111.940664,\n                                23.987803\n                            ],\n                            [\n                                111.878454,\n                                24.110195\n                            ],\n                            [\n                                111.877838,\n                                24.229196\n                            ],\n                            [\n                                111.939432,\n                                24.230287\n                            ],\n                            [\n                                112.029975,\n                                24.297925\n                            ],\n                            [\n                                112.057692,\n                                24.387327\n                            ],\n                            [\n                                111.985011,\n                                24.467953\n                            ],\n                            [\n                                112.007185,\n                                24.534376\n                            ],\n                            [\n                                111.937584,\n                                24.595323\n                            ],\n                            [\n                                111.961606,\n                                24.720934\n                            ],\n                            [\n                                112.024431,\n                                24.739955\n                            ],\n                            [\n                                112.097112,\n                                24.826327\n                            ],\n                            [\n                                112.171025,\n                                24.86379\n                            ],\n                            [\n                                112.175337,\n                                24.92729\n                            ],\n                            [\n                                112.119902,\n                                24.963638\n                            ],\n                            [\n                                112.155626,\n                                25.026544\n                            ],\n                            [\n                                112.187039,\n                                25.182584\n                            ],\n                            [\n                                112.3053,\n                                25.157132\n                            ],\n                            [\n                                112.369357,\n                                25.189081\n                            ],\n                            [\n                                112.414937,\n                                25.142509\n                            ],\n                            [\n                                112.660081,\n                                25.132759\n                            ],\n                            [\n                                112.712436,\n                                25.083456\n                            ],\n                            [\n                                112.780805,\n                                24.896901\n                            ],\n                            [\n                                112.871348,\n                                24.895816\n                            ],\n                            [\n                                113.011782,\n                                24.946279\n                            ],\n                            [\n                                112.979137,\n                                25.034133\n                            ],\n                            [\n                                113.018557,\n                                25.082914\n                            ],\n                            [\n                                112.96805,\n                                25.141426\n                            ],\n                            [\n                                113.034572,\n                                25.198285\n                            ],\n                            [\n                                112.992688,\n                                25.247\n                            ],\n                            [\n                                112.867036,\n                                25.249706\n                            ],\n                            [\n                                112.900297,\n                                25.311383\n                            ],\n                            [\n                                113.080151,\n                                25.3833\n                            ],\n                            [\n                                113.11834,\n                                25.445449\n                            ],\n                            [\n                                113.248919,\n                                25.514045\n                            ],\n                            [\n                                113.311129,\n                                25.490284\n                            ],\n                            [\n                                113.373338,\n                                25.402758\n                            ],\n                            [\n                                113.449715,\n                                25.359512\n                            ],\n                            [\n                                113.535946,\n                                25.368704\n                            ],\n                            [\n                                113.611707,\n                                25.326527\n                            ],\n                            [\n                                113.611707,\n                                25.326527\n                            ],\n                            [\n                                113.753373,\n                                25.362756\n                            ],\n                            [\n                                113.822974,\n                                25.331935\n                            ],\n                            [\n                                113.887032,\n                                25.436804\n                            ],\n                            [\n                                113.94493,\n                                25.441667\n                            ],\n                            [\n                                114.051488,\n                                25.348699\n                            ],\n                            [\n                                114.039785,\n                                25.250789\n                            ],\n                            [\n                                114.13156,\n                                25.30922\n                            ],\n                            [\n                                114.262755,\n                                25.29191\n                            ],\n                            [\n                                114.31511,\n                                25.338424\n                            ],\n                            [\n                                114.381015,\n                                25.31571\n                            ],\n                            [\n                                114.535616,\n                                25.41681\n                            ],\n                            [\n                                114.63663,\n                                25.324364\n                            ],\n                            [\n                                114.743188,\n                                25.274597\n                            ],\n                            [\n                                114.679746,\n                                25.194495\n                            ],\n                            [\n                                114.735796,\n                                25.121925\n                            ],\n                            [\n                                114.640326,\n                                25.073702\n                            ],\n                            [\n                                114.561485,\n                                25.077495\n                            ],\n                            [\n                                114.506051,\n                                24.999975\n                            ],\n                            [\n                                114.395798,\n                                24.951161\n                            ],\n                            [\n                                114.403189,\n                                24.877361\n                            ],\n                            [\n                                114.33482,\n                                24.747562\n                            ],\n                            [\n                                114.27261,\n                                24.700279\n                            ],\n                            [\n                                114.169132,\n                                24.689407\n                            ],\n                            [\n                                114.258443,\n                                24.641558\n                            ],\n                            [\n                                114.308334,\n                                24.574104\n                            ],\n                            [\n                                114.391486,\n                                24.562677\n                            ],\n                            [\n                                114.428443,\n                                24.486468\n                            ],\n                            [\n                                114.534384,\n                                24.558867\n                            ],\n                            [\n                                114.589819,\n                                24.537642\n                            ],\n                            [\n                                114.664963,\n                                24.583898\n                            ],\n                            [\n                                114.704999,\n                                24.526211\n                            ],\n                            [\n                                114.729637,\n                                24.608924\n                            ],\n                            [\n                                114.868839,\n                                24.562132\n                            ],\n                            [\n                                114.909491,\n                                24.661679\n                            ],\n                            [\n                                115.056701,\n                                24.703541\n                            ],\n                            [\n                                115.095505,\n                                24.674184\n                            ],\n                            [\n                                115.308004,\n                                24.758429\n                            ],\n                            [\n                                115.358511,\n                                24.735064\n                            ],\n                            [\n                                115.412714,\n                                24.792654\n                            ],\n                            [\n                                115.556227,\n                                24.682883\n                            ],\n                            [\n                                115.573474,\n                                24.617083\n                            ],\n                            [\n                                115.67264,\n                                24.604028\n                            ],\n                            [\n                                115.688038,\n                                24.545261\n                            ],\n                            [\n                                115.845103,\n                                24.563221\n                            ],\n                            [\n                                115.756408,\n                                24.749192\n                            ],\n                            [\n                                115.822313,\n                                24.90884\n                            ],\n                            [\n                                115.907313,\n                                24.880075\n                            ],\n                            [\n                                115.89253,\n                                24.937056\n                            ],\n                            [\n                                116.014486,\n                                24.905584\n                            ],\n                            [\n                                116.068073,\n                                24.849675\n                            ],\n                            [\n                                116.18079,\n                                24.87519\n                            ],\n                            [\n                                116.245464,\n                                24.793197\n                            ],\n                            [\n                                116.376659,\n                                24.820353\n                            ],\n                            [\n                                116.44626,\n                                24.714412\n                            ],\n                            [\n                                116.486912,\n                                24.71876\n                            ],\n                            [\n                                116.525716,\n                                24.604572\n                            ],\n                            [\n                                116.597165,\n                                24.65461\n                            ],\n                            [\n                                116.778867,\n                                24.680165\n                            ],\n                            [\n                                116.815207,\n                                24.655154\n                            ],\n                            [\n                                116.761005,\n                                24.58281\n                            ],\n                            [\n                                116.789338,\n                                24.50988\n                            ],\n                            [\n                                116.860787,\n                                24.462507\n                            ],\n                            [\n                                116.903903,\n                                24.369888\n                            ],\n                            [\n                                116.933468,\n                                24.21992\n                            ],\n                            [\n                                116.998757,\n                                24.178988\n                            ],\n                            [\n                                116.9347,\n                                24.127123\n                            ],\n                            [\n                                116.939627,\n                                24.033713\n                            ],\n                            [\n                                116.981511,\n                                23.999282\n                            ],\n                            [\n                                116.980279,\n                                23.881709\n                            ],\n                            [\n                                117.012308,\n                                23.855446\n                            ],\n                            [\n                                117.053576,\n                                23.696657\n                            ],\n                            [\n                                117.192778,\n                                23.629799\n                            ],\n                            [\n                                117.192778,\n                                23.561809\n                            ],\n                            [\n                                117.054192,\n                                23.542064\n                            ],\n                            [\n                                117.01046,\n                                23.502564\n                            ],\n                            [\n                                116.921765,\n                                23.53219\n                            ],\n                            [\n                                116.874953,\n                                23.447683\n                            ],\n                            [\n                                116.874338,\n                                23.447683\n                            ],\n                            [\n                                116.871258,\n                                23.416391\n                            ],\n                            [\n                                116.871874,\n                                23.415842\n                            ],\n                            [\n                                116.782563,\n                                23.313679\n                            ],\n                            [\n                                116.806584,\n                                23.200989\n                            ],\n                            [\n                                116.74499,\n                                23.215286\n                            ],\n                            [\n                                116.550969,\n                                23.109668\n                            ],\n                            [\n                                116.576839,\n                                23.014429\n                            ],\n                            [\n                                116.50539,\n                                22.930696\n                            ],\n                            [\n                                116.382818,\n                                22.919124\n                            ],\n                            [\n                                116.317528,\n                                22.952736\n                            ],\n                            [\n                                116.226985,\n                                22.914715\n                            ],\n                            [\n                                116.106877,\n                                22.817685\n                            ],\n                            [\n                                116.073616,\n                                22.8425\n                            ],\n                            [\n                                115.883291,\n                                22.785142\n                            ],\n                            [\n                                115.796444,\n                                22.739349\n                            ],\n                            [\n                                115.788437,\n                                22.809964\n                            ],\n                            [\n                                115.654162,\n                                22.865657\n                            ],\n                            [\n                                115.542677,\n                                22.76142\n                            ],\n                            [\n                                115.606119,\n                                22.754799\n                            ],\n                            [\n                                115.57409,\n                                22.650477\n                            ],\n                            [\n                                115.471844,\n                                22.697956\n                            ],\n                            [\n                                115.381301,\n                                22.684156\n                            ],\n                            [\n                                115.338185,\n                                22.776867\n                            ],\n                            [\n                                115.230396,\n                                22.776867\n                            ],\n                            [\n                                115.236555,\n                                22.825406\n                            ],\n                            [\n                                115.054853,\n                                22.777419\n                            ],\n                            [\n                                115.04007,\n                                22.712307\n                            ],\n                            [\n                                114.87623,\n                                22.589724\n                            ],\n                            [\n                                114.747499,\n                                22.581437\n                            ],\n                            [\n                                114.728405,\n                                22.651029\n                            ],\n                            [\n                                114.749963,\n                                22.764179\n                            ],\n                            [\n                                114.709927,\n                                22.7879\n                            ],\n                            [\n                                114.512826,\n                                22.655446\n                            ],\n                            [\n                                114.603369,\n                                22.63888\n                            ],\n                            [\n                                114.559022,\n                                22.583094\n                            ],\n                            [\n                                114.616304,\n                                22.54276\n                            ],\n                            [\n                                114.611377,\n                                22.481959\n                            ],\n                            [\n                                114.485109,\n                                22.446572\n                            ],\n                            [\n                                114.467863,\n                                22.533365\n                            ],\n                            [\n                                114.41058,\n                                22.599667\n                            ],\n                            [\n                                114.232574,\n                                22.539997\n                            ],\n                            [\n                                114.185762,\n                                22.551601\n                            ],\n                            [\n                                114.185762,\n                                22.551601\n                            ],\n                            [\n                                114.045944,\n                                22.502413\n                            ],\n                            [\n                                114.044096,\n                                22.502413\n                            ],\n                            [\n                                114.031778,\n                                22.504071\n                            ],\n                            [\n                                113.959097,\n                                22.505177\n                            ],\n                            [\n                                113.891959,\n                                22.442701\n                            ],\n                            [\n                                113.733663,\n                                22.73659\n                            ],\n                            [\n                                113.678228,\n                                22.726104\n                            ],\n                            [\n                                113.740438,\n                                22.53447\n                            ],\n                            [\n                                113.631417,\n                                22.475877\n                            ],\n                            [\n                                113.669605,\n                                22.416154\n                            ],\n                            [\n                                113.558736,\n                                22.213012\n                            ],\n                            [\n                                113.553809,\n                                22.107727\n                            ],\n                            [\n                                113.442324,\n                                22.009575\n                            ],\n                            [\n                                113.330223,\n                                21.961861\n                            ],\n                            [\n                                113.246455,\n                                21.880266\n                            ],\n                            [\n                                113.091854,\n                                22.065591\n                            ],\n                            [\n                                113.032724,\n                                22.072799\n                            ],\n                            [\n                                113.037652,\n                                21.935223\n                            ],\n                            [\n                                112.944645,\n                                21.84195\n                            ],\n                            [\n                                112.795587,\n                                21.923567\n                            ],\n                            [\n                                112.651458,\n                                21.761954\n                            ],\n                            [\n                                112.523342,\n                                21.760842\n                            ],\n                            [\n                                112.439574,\n                                21.803624\n                            ],\n                            [\n                                112.415553,\n                                21.734723\n                            ],\n                            [\n                                112.24001,\n                                21.701371\n                            ],\n                            [\n                                112.192583,\n                                21.78918\n                            ],\n                            [\n                                112.036134,\n                                21.761398\n                            ],\n                            [\n                                111.951135,\n                                21.671904\n                            ],\n                            [\n                                112.026895,\n                                21.633533\n                            ],\n                            [\n                                111.811316,\n                                21.558985\n                            ],\n                            [\n                                111.810084,\n                                21.604609\n                            ],\n                            [\n                                111.693672,\n                                21.590144\n                            ],\n                            [\n                                111.677658,\n                                21.52949\n                            ],\n                            [\n                                111.382623,\n                                21.495534\n                            ],\n                            [\n                                111.257587,\n                                21.413675\n                            ],\n                            [\n                                111.28284,\n                                21.485513\n                            ],\n                            [\n                                111.061102,\n                                21.44932\n                            ],\n                            [\n                                110.929291,\n                                21.375792\n                            ],\n                            [\n                                110.799328,\n                                21.374678\n                            ],\n                            [\n                                110.626249,\n                                21.215797\n                            ],\n                            [\n                                110.422373,\n                                21.190695\n                            ],\n                            [\n                                110.388497,\n                                21.125968\n                            ],\n                            [\n                                110.296722,\n                                21.093594\n                            ],\n                            [\n                                110.180925,\n                                20.981905\n                            ],\n                            [\n                                110.201251,\n                                20.867337\n                            ],\n                            [\n                                110.390344,\n                                20.820367\n                            ],\n                            [\n                                110.392192,\n                                20.682727\n                            ],\n                            [\n                                110.466105,\n                                20.680488\n                            ],\n                            [\n                                110.548025,\n                                20.477715\n                            ],\n                            [\n                                110.545561,\n                                20.42726\n                            ],\n                            [\n                                110.452554,\n                                20.311151\n                            ],\n                            [\n                                110.349076,\n                                20.258958\n                            ],\n                            [\n                                110.118099,\n                                20.219661\n                            ],\n                            [\n                                110.082375,\n                                20.258958\n                            ],\n                            [\n                                109.910528,\n                                20.224152\n                            ],\n                            [\n                                109.916071,\n                                20.316762\n                            ],\n                            [\n                                109.861252,\n                                20.376789\n                            ],\n                            [\n                                109.888354,\n                                20.475473\n                            ],\n                            [\n                                109.839695,\n                                20.489485\n                            ],\n                            [\n                                109.793499,\n                                20.61554\n                            ],\n                            [\n                                109.74484,\n                                20.62114\n                            ],\n                            [\n                                109.730057,\n                                20.719667\n                            ],\n                            [\n                                109.654913,\n                                20.903673\n                            ],\n                            [\n                                109.674623,\n                                21.136572\n                            ],\n                            [\n                                109.763934,\n                                21.226395\n                            ],\n                            [\n                                109.757775,\n                                21.346816\n                            ],\n                            [\n                                109.868644,\n                                21.365763\n                            ],\n                            [\n                                109.894513,\n                                21.44208\n                            ],\n                            [\n                                109.785492,\n                                21.457116\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                117.100387,\n                                23.401566\n                            ],\n                            [\n                                116.946402,\n                                23.421881\n                            ],\n                            [\n                                117.129336,\n                                23.483358\n                            ],\n                            [\n                                117.100387,\n                                23.401566\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.853486,\n                                21.74028\n                            ],\n                            [\n                                112.804826,\n                                21.686361\n                            ],\n                            [\n                                112.817145,\n                                21.590144\n                            ],\n                            [\n                                112.730914,\n                                21.613509\n                            ],\n                            [\n                                112.782037,\n                                21.665788\n                            ],\n                            [\n                                112.70566,\n                                21.679133\n                            ],\n                            [\n                                112.831312,\n                                21.77529\n                            ],\n                            [\n                                112.853486,\n                                21.74028\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.625588,\n                                21.616847\n                            ],\n                            [\n                                112.535045,\n                                21.628527\n                            ],\n                            [\n                                112.663776,\n                                21.714157\n                            ],\n                            [\n                                112.625588,\n                                21.616847\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                110.495054,\n                                21.075171\n                            ],\n                            [\n                                110.560344,\n                                21.061213\n                            ],\n                            [\n                                110.535706,\n                                20.923235\n                            ],\n                            [\n                                110.47288,\n                                20.983022\n                            ],\n                            [\n                                110.347845,\n                                20.984698\n                            ],\n                            [\n                                110.201251,\n                                20.938324\n                            ],\n                            [\n                                110.211106,\n                                20.986933\n                            ],\n                            [\n                                110.305961,\n                                21.088012\n                            ],\n                            [\n                                110.495054,\n                                21.075171\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                110.501829,\n                                21.142711\n                            ],\n                            [\n                                110.431612,\n                                21.181211\n                            ],\n                            [\n                                110.634256,\n                                21.21022\n                            ],\n                            [\n                                110.582517,\n                                21.094711\n                            ],\n                            [\n                                110.501829,\n                                21.142711\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                116.769628,\n                                20.771704\n                            ],\n                            [\n                                116.88604,\n                                20.77562\n                            ],\n                            [\n                                116.934084,\n                                20.67657\n                            ],\n                            [\n                                116.862635,\n                                20.588657\n                            ],\n                            [\n                                116.749302,\n                                20.600979\n                            ],\n                            [\n                                116.849084,\n                                20.62842\n                            ],\n                            [\n                                116.87249,\n                                20.738134\n                            ],\n                            [\n                                116.769628,\n                                20.771704\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                110.598532,\n                                20.857273\n                            ],\n                            [\n                                110.548641,\n                                20.908703\n                            ],\n                            [\n                                110.584365,\n                                20.948941\n                            ],\n                            [\n                                110.646575,\n                                20.917087\n                            ],\n                            [\n                                110.598532,\n                                20.857273\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.943037,\n                                21.097502\n                            ],\n                            [\n                                116.044051,\n                                21.11034\n                            ],\n                            [\n                                116.067457,\n                                21.040552\n                            ],\n                            [\n                                115.989233,\n                                21.035526\n                            ],\n                            [\n                                115.943037,\n                                21.097502\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 450000,\n                \"name\": \"广西壮族自治区\",\n                \"center\": [\n                    108.320004,\n                    22.82402\n                ],\n                \"centroid\": [\n                    108.794237,\n                    23.833575\n                ],\n                \"childrenNum\": 14,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 19,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                112.024431,\n                                24.739955\n                            ],\n                            [\n                                111.961606,\n                                24.720934\n                            ],\n                            [\n                                111.937584,\n                                24.595323\n                            ],\n                            [\n                                112.007185,\n                                24.534376\n                            ],\n                            [\n                                111.985011,\n                                24.467953\n                            ],\n                            [\n                                112.057692,\n                                24.387327\n                            ],\n                            [\n                                112.029975,\n                                24.297925\n                            ],\n                            [\n                                111.939432,\n                                24.230287\n                            ],\n                            [\n                                111.877838,\n                                24.229196\n                            ],\n                            [\n                                111.878454,\n                                24.110195\n                            ],\n                            [\n                                111.940664,\n                                23.987803\n                            ],\n                            [\n                                111.812548,\n                                23.887727\n                            ],\n                            [\n                                111.8107,\n                                23.806735\n                            ],\n                            [\n                                111.664723,\n                                23.83465\n                            ],\n                            [\n                                111.621607,\n                                23.725692\n                            ],\n                            [\n                                111.667187,\n                                23.718023\n                            ],\n                            [\n                                111.615448,\n                                23.639117\n                            ],\n                            [\n                                111.487332,\n                                23.62651\n                            ],\n                            [\n                                111.479941,\n                                23.532738\n                            ],\n                            [\n                                111.399869,\n                                23.469638\n                            ],\n                            [\n                                111.353673,\n                                23.28895\n                            ],\n                            [\n                                111.388782,\n                                23.210337\n                            ],\n                            [\n                                111.377695,\n                                23.082149\n                            ],\n                            [\n                                111.433746,\n                                23.036456\n                            ],\n                            [\n                                111.363528,\n                                22.968713\n                            ],\n                            [\n                                111.358601,\n                                22.889362\n                            ],\n                            [\n                                111.202152,\n                                22.740452\n                            ],\n                            [\n                                111.056791,\n                                22.72776\n                            ],\n                            [\n                                111.055559,\n                                22.648268\n                            ],\n                            [\n                                110.778386,\n                                22.585304\n                            ],\n                            [\n                                110.711249,\n                                22.369684\n                            ],\n                            [\n                                110.785777,\n                                22.294415\n                            ],\n                            [\n                                110.725415,\n                                22.295522\n                            ],\n                            [\n                                110.646575,\n                                22.222982\n                            ],\n                            [\n                                110.629329,\n                                22.149296\n                            ],\n                            [\n                                110.560344,\n                                22.196393\n                            ],\n                            [\n                                110.488895,\n                                22.144863\n                            ],\n                            [\n                                110.414366,\n                                22.20858\n                            ],\n                            [\n                                110.350924,\n                                22.072799\n                            ],\n                            [\n                                110.350924,\n                                22.072799\n                            ],\n                            [\n                                110.355236,\n                                22.061709\n                            ],\n                            [\n                                110.355236,\n                                22.061709\n                            ],\n                            [\n                                110.388497,\n                                21.89026\n                            ],\n                            [\n                                110.200019,\n                                21.898587\n                            ],\n                            [\n                                110.200019,\n                                21.898587\n                            ],\n                            [\n                                110.119947,\n                                21.901918\n                            ],\n                            [\n                                110.051578,\n                                21.856945\n                            ],\n                            [\n                                109.94502,\n                                21.844172\n                            ],\n                            [\n                                109.940709,\n                                21.734723\n                            ],\n                            [\n                                109.898209,\n                                21.649661\n                            ],\n                            [\n                                109.742992,\n                                21.61629\n                            ],\n                            [\n                                109.785492,\n                                21.457116\n                            ],\n                            [\n                                109.704188,\n                                21.462684\n                            ],\n                            [\n                                109.612413,\n                                21.55676\n                            ],\n                            [\n                                109.540964,\n                                21.466025\n                            ],\n                            [\n                                109.245929,\n                                21.425929\n                            ],\n                            [\n                                109.138756,\n                                21.389163\n                            ],\n                            [\n                                109.042669,\n                                21.464355\n                            ],\n                            [\n                                109.150459,\n                                21.523924\n                            ],\n                            [\n                                109.142451,\n                                21.56455\n                            ],\n                            [\n                                108.937959,\n                                21.589588\n                            ],\n                            [\n                                108.881293,\n                                21.627415\n                            ],\n                            [\n                                108.74517,\n                                21.599046\n                            ],\n                            [\n                                108.710062,\n                                21.646881\n                            ],\n                            [\n                                108.591802,\n                                21.677465\n                            ],\n                            [\n                                108.479085,\n                                21.546743\n                            ],\n                            [\n                                108.338651,\n                                21.541177\n                            ],\n                            [\n                                108.230245,\n                                21.49108\n                            ],\n                            [\n                                108.235173,\n                                21.60294\n                            ],\n                            [\n                                108.106441,\n                                21.508895\n                            ],\n                            [\n                                108.030681,\n                                21.546186\n                            ],\n                            [\n                                107.956768,\n                                21.535055\n                            ],\n                            [\n                                107.860066,\n                                21.651886\n                            ],\n                            [\n                                107.546553,\n                                21.58625\n                            ],\n                            [\n                                107.46956,\n                                21.659671\n                            ],\n                            [\n                                107.388256,\n                                21.594039\n                            ],\n                            [\n                                107.310648,\n                                21.733611\n                            ],\n                            [\n                                107.247206,\n                                21.703039\n                            ],\n                            [\n                                107.088294,\n                                21.805291\n                            ],\n                            [\n                                107.011917,\n                                21.826399\n                            ],\n                            [\n                                107.05996,\n                                21.915241\n                            ],\n                            [\n                                106.999598,\n                                21.947433\n                            ],\n                            [\n                                106.73844,\n                                22.007911\n                            ],\n                            [\n                                106.681158,\n                                21.995152\n                            ],\n                            [\n                                106.717498,\n                                22.074463\n                            ],\n                            [\n                                106.673151,\n                                22.182543\n                            ],\n                            [\n                                106.7021,\n                                22.206918\n                            ],\n                            [\n                                106.663296,\n                                22.330948\n                            ],\n                            [\n                                106.562282,\n                                22.34589\n                            ],\n                            [\n                                106.562282,\n                                22.462608\n                            ],\n                            [\n                                106.61402,\n                                22.601876\n                            ],\n                            [\n                                106.710723,\n                                22.57536\n                            ],\n                            [\n                                106.768621,\n                                22.739349\n                            ],\n                            [\n                                106.841302,\n                                22.799484\n                            ],\n                            [\n                                106.606013,\n                                22.925737\n                            ],\n                            [\n                                106.366413,\n                                22.857939\n                            ],\n                            [\n                                106.286957,\n                                22.86676\n                            ],\n                            [\n                                106.206885,\n                                22.978629\n                            ],\n                            [\n                                106.019639,\n                                22.990747\n                            ],\n                            [\n                                105.994385,\n                                22.93786\n                            ],\n                            [\n                                105.893987,\n                                22.936758\n                            ],\n                            [\n                                105.724604,\n                                23.062332\n                            ],\n                            [\n                                105.574931,\n                                23.066186\n                            ],\n                            [\n                                105.542902,\n                                23.18449\n                            ],\n                            [\n                                105.531815,\n                                23.248275\n                            ],\n                            [\n                                105.694423,\n                                23.363122\n                            ],\n                            [\n                                105.699966,\n                                23.401566\n                            ],\n                            [\n                                105.815763,\n                                23.506953\n                            ],\n                            [\n                                105.89214,\n                                23.525058\n                            ],\n                            [\n                                105.999929,\n                                23.447683\n                            ],\n                            [\n                                106.141595,\n                                23.569487\n                            ],\n                            [\n                                106.120653,\n                                23.605129\n                            ],\n                            [\n                                106.157609,\n                                23.724048\n                            ],\n                            [\n                                106.136667,\n                                23.795238\n                            ],\n                            [\n                                106.192102,\n                                23.824798\n                            ],\n                            [\n                                106.04982,\n                                24.089986\n                            ],\n                            [\n                                105.933407,\n                                24.123847\n                            ],\n                            [\n                                105.89214,\n                                24.040271\n                            ],\n                            [\n                                105.704278,\n                                24.066497\n                            ],\n                            [\n                                105.649459,\n                                24.033167\n                            ],\n                            [\n                                105.628518,\n                                24.126577\n                            ],\n                            [\n                                105.529967,\n                                24.129308\n                            ],\n                            [\n                                105.481924,\n                                24.018958\n                            ],\n                            [\n                                105.320548,\n                                24.116202\n                            ],\n                            [\n                                105.260186,\n                                24.061033\n                            ],\n                            [\n                                105.20044,\n                                24.105279\n                            ],\n                            [\n                                105.229389,\n                                24.165888\n                            ],\n                            [\n                                105.164715,\n                                24.288109\n                            ],\n                            [\n                                105.188121,\n                                24.346995\n                            ],\n                            [\n                                105.063085,\n                                24.429281\n                            ],\n                            [\n                                105.063085,\n                                24.429281\n                            ],\n                            [\n                                104.979933,\n                                24.412937\n                            ],\n                            [\n                                104.83642,\n                                24.446712\n                            ],\n                            [\n                                104.72863,\n                                24.446167\n                            ],\n                            [\n                                104.70892,\n                                24.321372\n                            ],\n                            [\n                                104.610986,\n                                24.376973\n                            ],\n                            [\n                                104.492109,\n                                24.656241\n                            ],\n                            [\n                                104.529682,\n                                24.73126\n                            ],\n                            [\n                                104.63316,\n                                24.65896\n                            ],\n                            [\n                                104.743413,\n                                24.621978\n                            ],\n                            [\n                                104.841963,\n                                24.676359\n                            ],\n                            [\n                                104.899245,\n                                24.752996\n                            ],\n                            [\n                                105.03352,\n                                24.787765\n                            ],\n                            [\n                                105.077868,\n                                24.918065\n                            ],\n                            [\n                                105.082179,\n                                24.915895\n                            ],\n                            [\n                                105.096346,\n                                24.928375\n                            ],\n                            [\n                                105.09573,\n                                24.928375\n                            ],\n                            [\n                                105.198592,\n                                24.995095\n                            ],\n                            [\n                                105.265729,\n                                24.930003\n                            ],\n                            [\n                                105.365511,\n                                24.943566\n                            ],\n                            [\n                                105.445584,\n                                24.918608\n                            ],\n                            [\n                                105.500402,\n                                24.807862\n                            ],\n                            [\n                                105.70551,\n                                24.768752\n                            ],\n                            [\n                                105.827466,\n                                24.702997\n                            ],\n                            [\n                                105.942031,\n                                24.724738\n                            ],\n                            [\n                                106.023335,\n                                24.632313\n                            ],\n                            [\n                                106.045508,\n                                24.681796\n                            ],\n                            [\n                                106.173008,\n                                24.760059\n                            ],\n                            [\n                                106.206269,\n                                24.851304\n                            ],\n                            [\n                                106.146522,\n                                24.948449\n                            ],\n                            [\n                                106.215508,\n                                24.982079\n                            ],\n                            [\n                                106.304819,\n                                24.973944\n                            ],\n                            [\n                                106.590615,\n                                25.087791\n                            ],\n                            [\n                                106.684238,\n                                25.178252\n                            ],\n                            [\n                                106.732281,\n                                25.162548\n                            ],\n                            [\n                                106.900432,\n                                25.194495\n                            ],\n                            [\n                                106.912751,\n                                25.243212\n                            ],\n                            [\n                                107.013765,\n                                25.275138\n                            ],\n                            [\n                                107.012533,\n                                25.353024\n                            ],\n                            [\n                                106.963874,\n                                25.437884\n                            ],\n                            [\n                                107.066736,\n                                25.509186\n                            ],\n                            [\n                                107.064272,\n                                25.559395\n                            ],\n                            [\n                                107.228728,\n                                25.604728\n                            ],\n                            [\n                                107.336517,\n                                25.461116\n                            ],\n                            [\n                                107.318039,\n                                25.401677\n                            ],\n                            [\n                                107.420901,\n                                25.393029\n                            ],\n                            [\n                                107.432604,\n                                25.289205\n                            ],\n                            [\n                                107.481263,\n                                25.300024\n                            ],\n                            [\n                                107.472024,\n                                25.213984\n                            ],\n                            [\n                                107.599523,\n                                25.250789\n                            ],\n                            [\n                                107.659885,\n                                25.316251\n                            ],\n                            [\n                                107.700537,\n                                25.193954\n                            ],\n                            [\n                                107.741805,\n                                25.239965\n                            ],\n                            [\n                                107.841587,\n                                25.115966\n                            ],\n                            [\n                                108.001732,\n                                25.196661\n                            ],\n                            [\n                                108.115065,\n                                25.210195\n                            ],\n                            [\n                                108.152021,\n                                25.324364\n                            ],\n                            [\n                                108.142782,\n                                25.390867\n                            ],\n                            [\n                                108.348506,\n                                25.536183\n                            ],\n                            [\n                                108.418723,\n                                25.443287\n                            ],\n                            [\n                                108.471693,\n                                25.458955\n                            ],\n                            [\n                                108.625062,\n                                25.308138\n                            ],\n                            [\n                                108.6072,\n                                25.491904\n                            ],\n                            [\n                                108.68912,\n                                25.623072\n                            ],\n                            [\n                                108.763649,\n                                25.637097\n                            ],\n                            [\n                                108.781511,\n                                25.554537\n                            ],\n                            [\n                                108.949046,\n                                25.557236\n                            ],\n                            [\n                                109.025423,\n                                25.512426\n                            ],\n                            [\n                                109.088249,\n                                25.550758\n                            ],\n                            [\n                                109.030966,\n                                25.629545\n                            ],\n                            [\n                                109.07901,\n                                25.720679\n                            ],\n                            [\n                                109.000785,\n                                25.73631\n                            ],\n                            [\n                                108.953974,\n                                25.686714\n                            ],\n                            [\n                                108.953974,\n                                25.686714\n                            ],\n                            [\n                                108.896076,\n                                25.71421\n                            ],\n                            [\n                                108.989698,\n                                25.778881\n                            ],\n                            [\n                                109.143683,\n                                25.795044\n                            ],\n                            [\n                                109.147995,\n                                25.7417\n                            ],\n                            [\n                                109.3414,\n                                25.732537\n                            ],\n                            [\n                                109.339552,\n                                25.834363\n                            ],\n                            [\n                                109.435022,\n                                25.933411\n                            ],\n                            [\n                                109.408537,\n                                25.967305\n                            ],\n                            [\n                                109.48245,\n                                26.029687\n                            ],\n                            [\n                                109.513247,\n                                25.997962\n                            ],\n                            [\n                                109.635203,\n                                26.047428\n                            ],\n                            [\n                                109.730057,\n                                25.989895\n                            ],\n                            [\n                                109.685094,\n                                25.880129\n                            ],\n                            [\n                                109.806434,\n                                25.874746\n                            ],\n                            [\n                                109.783028,\n                                25.988282\n                            ],\n                            [\n                                109.864332,\n                                26.027537\n                            ],\n                            [\n                                109.906832,\n                                26.143611\n                            ],\n                            [\n                                109.965962,\n                                26.195699\n                            ],\n                            [\n                                110.099005,\n                                26.16939\n                            ],\n                            [\n                                110.065128,\n                                26.051191\n                            ],\n                            [\n                                110.165527,\n                                26.023773\n                            ],\n                            [\n                                110.201251,\n                                26.066241\n                            ],\n                            [\n                                110.257301,\n                                25.961388\n                            ],\n                            [\n                                110.325671,\n                                25.975373\n                            ],\n                            [\n                                110.373098,\n                                26.08935\n                            ],\n                            [\n                                110.516612,\n                                26.186035\n                            ],\n                            [\n                                110.555416,\n                                26.286396\n                            ],\n                            [\n                                110.612083,\n                                26.333594\n                            ],\n                            [\n                                110.76114,\n                                26.248838\n                            ],\n                            [\n                                110.939146,\n                                26.28425\n                            ],\n                            [\n                                110.94469,\n                                26.373805\n                            ],\n                            [\n                                111.092515,\n                                26.306779\n                            ],\n                            [\n                                111.204616,\n                                26.307852\n                            ],\n                            [\n                                111.279761,\n                                26.271911\n                            ],\n                            [\n                                111.267442,\n                                26.058716\n                            ],\n                            [\n                                111.189834,\n                                25.953318\n                            ],\n                            [\n                                111.252043,\n                                25.864517\n                            ],\n                            [\n                                111.346282,\n                                25.906504\n                            ],\n                            [\n                                111.49226,\n                                25.868824\n                            ],\n                            [\n                                111.43313,\n                                25.84621\n                            ],\n                            [\n                                111.442369,\n                                25.771877\n                            ],\n                            [\n                                111.30871,\n                                25.72014\n                            ],\n                            [\n                                111.343202,\n                                25.602569\n                            ],\n                            [\n                                111.301319,\n                                25.450851\n                            ],\n                            [\n                                111.103602,\n                                25.284877\n                            ],\n                            [\n                                111.112841,\n                                25.217232\n                            ],\n                            [\n                                110.998892,\n                                25.161465\n                            ],\n                            [\n                                110.951465,\n                                25.043891\n                            ],\n                            [\n                                110.991501,\n                                24.924034\n                            ],\n                            [\n                                111.100522,\n                                24.945736\n                            ],\n                            [\n                                111.101754,\n                                25.035218\n                            ],\n                            [\n                                111.200921,\n                                25.074786\n                            ],\n                            [\n                                111.274833,\n                                25.151175\n                            ],\n                            [\n                                111.321645,\n                                25.10513\n                            ],\n                            [\n                                111.435593,\n                                25.09321\n                            ],\n                            [\n                                111.43313,\n                                24.97991\n                            ],\n                            [\n                                111.470086,\n                                24.928917\n                            ],\n                            [\n                                111.479325,\n                                24.797543\n                            ],\n                            [\n                                111.431282,\n                                24.687776\n                            ],\n                            [\n                                111.570484,\n                                24.644821\n                            ],\n                            [\n                                111.68936,\n                                24.778531\n                            ],\n                            [\n                                111.951135,\n                                24.769839\n                            ],\n                            [\n                                112.024431,\n                                24.739955\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                105.082179,\n                                24.915895\n                            ],\n                            [\n                                105.077868,\n                                24.918065\n                            ],\n                            [\n                                105.09573,\n                                24.928375\n                            ],\n                            [\n                                105.096346,\n                                24.928375\n                            ],\n                            [\n                                105.082179,\n                                24.915895\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 460000,\n                \"name\": \"海南省\",\n                \"center\": [\n                    110.33119,\n                    20.031971\n                ],\n                \"centroid\": [\n                    109.754777,\n                    19.189617\n                ],\n                \"childrenNum\": 19,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 20,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.231147,\n                                19.863293\n                            ],\n                            [\n                                109.300748,\n                                19.917868\n                            ],\n                            [\n                                109.498464,\n                                19.873422\n                            ],\n                            [\n                                109.585312,\n                                19.98817\n                            ],\n                            [\n                                109.712195,\n                                20.017406\n                            ],\n                            [\n                                109.76147,\n                                19.981422\n                            ],\n                            [\n                                109.965346,\n                                19.993792\n                            ],\n                            [\n                                110.106396,\n                                20.026963\n                            ],\n                            [\n                                110.144585,\n                                20.074176\n                            ],\n                            [\n                                110.291178,\n                                20.056754\n                            ],\n                            [\n                                110.318279,\n                                20.109015\n                            ],\n                            [\n                                110.526467,\n                                20.0753\n                            ],\n                            [\n                                110.562191,\n                                20.109577\n                            ],\n                            [\n                                110.717408,\n                                20.148901\n                            ],\n                            [\n                                110.744509,\n                                20.074176\n                            ],\n                            [\n                                110.871393,\n                                20.011784\n                            ],\n                            [\n                                110.969327,\n                                20.010097\n                            ],\n                            [\n                                111.071573,\n                                19.629025\n                            ],\n                            [\n                                110.920668,\n                                19.552926\n                            ],\n                            [\n                                110.844292,\n                                19.450278\n                            ],\n                            [\n                                110.729727,\n                                19.378611\n                            ],\n                            [\n                                110.619474,\n                                19.152118\n                            ],\n                            [\n                                110.578206,\n                                18.78489\n                            ],\n                            [\n                                110.499366,\n                                18.751466\n                            ],\n                            [\n                                110.495054,\n                                18.65002\n                            ],\n                            [\n                                110.329366,\n                                18.64265\n                            ],\n                            [\n                                110.246215,\n                                18.609764\n                            ],\n                            [\n                                110.117483,\n                                18.507666\n                            ],\n                            [\n                                110.090382,\n                                18.399262\n                            ],\n                            [\n                                110.022629,\n                                18.360083\n                            ],\n                            [\n                                109.919767,\n                                18.375415\n                            ],\n                            [\n                                109.785492,\n                                18.339639\n                            ],\n                            [\n                                109.749767,\n                                18.193617\n                            ],\n                            [\n                                109.584696,\n                                18.143589\n                            ],\n                            [\n                                109.355566,\n                                18.215216\n                            ],\n                            [\n                                109.287813,\n                                18.264655\n                            ],\n                            [\n                                109.138756,\n                                18.268064\n                            ],\n                            [\n                                109.117814,\n                                18.322032\n                            ],\n                            [\n                                108.944735,\n                                18.31408\n                            ],\n                            [\n                                108.888068,\n                                18.412319\n                            ],\n                            [\n                                108.68912,\n                                18.447513\n                            ],\n                            [\n                                108.644772,\n                                18.486672\n                            ],\n                            [\n                                108.663866,\n                                18.673261\n                            ],\n                            [\n                                108.593033,\n                                18.809246\n                            ],\n                            [\n                                108.637997,\n                                18.920785\n                            ],\n                            [\n                                108.591186,\n                                19.14477\n                            ],\n                            [\n                                108.609048,\n                                19.276417\n                            ],\n                            [\n                                108.663866,\n                                19.374095\n                            ],\n                            [\n                                108.765496,\n                                19.401187\n                            ],\n                            [\n                                109.048829,\n                                19.620007\n                            ],\n                            [\n                                109.169553,\n                                19.736628\n                            ],\n                            [\n                                109.159082,\n                                19.790684\n                            ],\n                            [\n                                109.231147,\n                                19.863293\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                113.896887,\n                                7.607259\n                            ],\n                            [\n                                114.029314,\n                                7.670119\n                            ],\n                            [\n                                114.211632,\n                                7.786918\n                            ],\n                            [\n                                114.268298,\n                                7.870496\n                            ],\n                            [\n                                114.414892,\n                                7.952872\n                            ],\n                            [\n                                114.540543,\n                                7.945761\n                            ],\n                            [\n                                114.540543,\n                                7.862199\n                            ],\n                            [\n                                114.419819,\n                                7.765577\n                            ],\n                            [\n                                114.368696,\n                                7.63869\n                            ],\n                            [\n                                114.157429,\n                                7.56159\n                            ],\n                            [\n                                113.98743,\n                                7.536085\n                            ],\n                            [\n                                113.896887,\n                                7.607259\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                111.660411,\n                                16.258092\n                            ],\n                            [\n                                111.606825,\n                                16.17766\n                            ],\n                            [\n                                111.569252,\n                                16.195472\n                            ],\n                            [\n                                111.660411,\n                                16.258092\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                113.976959,\n                                8.872658\n                            ],\n                            [\n                                114.060111,\n                                8.816493\n                            ],\n                            [\n                                114.037321,\n                                8.781016\n                            ],\n                            [\n                                113.976959,\n                                8.872658\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.067547,\n                                16.319543\n                            ],\n                            [\n                                111.97454,\n                                16.323563\n                            ],\n                            [\n                                112.047221,\n                                16.360309\n                            ],\n                            [\n                                112.067547,\n                                16.319543\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.837712,\n                                9.709358\n                            ],\n                            [\n                                115.925791,\n                                9.7813\n                            ],\n                            [\n                                115.901153,\n                                9.671021\n                            ],\n                            [\n                                115.837712,\n                                9.709358\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.463972,\n                                7.344453\n                            ],\n                            [\n                                109.536037,\n                                7.448882\n                            ],\n                            [\n                                109.653065,\n                                7.559218\n                            ],\n                            [\n                                109.72205,\n                                7.575825\n                            ],\n                            [\n                                109.904984,\n                                7.551507\n                            ],\n                            [\n                                109.938861,\n                                7.504647\n                            ],\n                            [\n                                109.791651,\n                                7.524815\n                            ],\n                            [\n                                109.654297,\n                                7.479138\n                            ],\n                            [\n                                109.513247,\n                                7.320122\n                            ],\n                            [\n                                109.463972,\n                                7.344453\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.527654,\n                                16.058099\n                            ],\n                            [\n                                112.607726,\n                                16.066724\n                            ],\n                            [\n                                112.570154,\n                                16.010945\n                            ],\n                            [\n                                112.448814,\n                                16.005194\n                            ],\n                            [\n                                112.527654,\n                                16.058099\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                114.469095,\n                                10.83618\n                            ],\n                            [\n                                114.587355,\n                                10.90904\n                            ],\n                            [\n                                114.565181,\n                                10.836767\n                            ],\n                            [\n                                114.469095,\n                                10.83618\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.383524,\n                                16.266134\n                            ],\n                            [\n                                112.528886,\n                                16.318395\n                            ],\n                            [\n                                112.538741,\n                                16.289107\n                            ],\n                            [\n                                112.383524,\n                                16.266134\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                116.48876,\n                                10.395704\n                            ],\n                            [\n                                116.514629,\n                                10.349208\n                            ],\n                            [\n                                116.637817,\n                                10.3651\n                            ],\n                            [\n                                116.566368,\n                                10.304472\n                            ],\n                            [\n                                116.467202,\n                                10.309182\n                            ],\n                            [\n                                116.48876,\n                                10.395704\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.16757,\n                                8.386402\n                            ],\n                            [\n                                115.315395,\n                                8.356213\n                            ],\n                            [\n                                115.285214,\n                                8.314772\n                            ],\n                            [\n                                115.18112,\n                                8.345557\n                            ],\n                            [\n                                115.16757,\n                                8.386402\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.936397,\n                                7.848566\n                            ],\n                            [\n                                109.953027,\n                                7.888869\n                            ],\n                            [\n                                110.078063,\n                                7.949317\n                            ],\n                            [\n                                110.050346,\n                                7.846195\n                            ],\n                            [\n                                109.988136,\n                                7.812408\n                            ],\n                            [\n                                109.936397,\n                                7.848566\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                114.696992,\n                                11.004203\n                            ],\n                            [\n                                114.766593,\n                                11.110489\n                            ],\n                            [\n                                114.793079,\n                                11.076435\n                            ],\n                            [\n                                114.696992,\n                                11.004203\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                110.459946,\n                                8.116389\n                            ],\n                            [\n                                110.568351,\n                                8.172657\n                            ],\n                            [\n                                110.554184,\n                                8.09388\n                            ],\n                            [\n                                110.471032,\n                                8.071962\n                            ],\n                            [\n                                110.459946,\n                                8.116389\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                117.266691,\n                                10.691581\n                            ],\n                            [\n                                117.369553,\n                                10.742727\n                            ],\n                            [\n                                117.404661,\n                                10.671002\n                            ],\n                            [\n                                117.266691,\n                                10.691581\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                113.80696,\n                                19.223319\n                            ],\n                            [\n                                113.920293,\n                                19.223319\n                            ],\n                            [\n                                113.874097,\n                                19.151553\n                            ],\n                            [\n                                113.80696,\n                                19.223319\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 500000,\n                \"name\": \"重庆市\",\n                \"center\": [\n                    106.504962,\n                    29.533155\n                ],\n                \"centroid\": [\n                    107.88398,\n                    30.067321\n                ],\n                \"childrenNum\": 38,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 21,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.09256,\n                                30.578762\n                            ],\n                            [\n                                109.114734,\n                                30.64416\n                            ],\n                            [\n                                108.971836,\n                                30.627686\n                            ],\n                            [\n                                108.808612,\n                                30.491153\n                            ],\n                            [\n                                108.743939,\n                                30.494762\n                            ],\n                            [\n                                108.688504,\n                                30.587519\n                            ],\n                            [\n                                108.56778,\n                                30.468464\n                            ],\n                            [\n                                108.42673,\n                                30.492184\n                            ],\n                            [\n                                108.402092,\n                                30.376626\n                            ],\n                            [\n                                108.460606,\n                                30.35959\n                            ],\n                            [\n                                108.581947,\n                                30.255763\n                            ],\n                            [\n                                108.56778,\n                                30.157517\n                            ],\n                            [\n                                108.513577,\n                                30.057619\n                            ],\n                            [\n                                108.542526,\n                                29.998047\n                            ],\n                            [\n                                108.516041,\n                                29.885539\n                            ],\n                            [\n                                108.371295,\n                                29.841434\n                            ],\n                            [\n                                108.424266,\n                                29.816\n                            ],\n                            [\n                                108.437201,\n                                29.741218\n                            ],\n                            [\n                                108.504338,\n                                29.707964\n                            ],\n                            [\n                                108.602273,\n                                29.865824\n                            ],\n                            [\n                                108.666946,\n                                29.842472\n                            ],\n                            [\n                                108.690968,\n                                29.689773\n                            ],\n                            [\n                                108.785822,\n                                29.633622\n                            ],\n                            [\n                                108.844337,\n                                29.658582\n                            ],\n                            [\n                                108.91209,\n                                29.571714\n                            ],\n                            [\n                                108.880677,\n                                29.442576\n                            ],\n                            [\n                                108.927488,\n                                29.435281\n                            ],\n                            [\n                                108.919481,\n                                29.326314\n                            ],\n                            [\n                                109.11227,\n                                29.360737\n                            ],\n                            [\n                                109.110422,\n                                29.215143\n                            ],\n                            [\n                                109.232378,\n                                29.119533\n                            ],\n                            [\n                                109.319842,\n                                29.042667\n                            ],\n                            [\n                                109.235458,\n                                28.882476\n                            ],\n                            [\n                                109.241002,\n                                28.776594\n                            ],\n                            [\n                                109.2989,\n                                28.747221\n                            ],\n                            [\n                                109.201581,\n                                28.598133\n                            ],\n                            [\n                                109.304443,\n                                28.623871\n                            ],\n                            [\n                                109.321074,\n                                28.581322\n                            ],\n                            [\n                                109.274262,\n                                28.494592\n                            ],\n                            [\n                                109.191726,\n                                28.470927\n                            ],\n                            [\n                                109.152306,\n                                28.349885\n                            ],\n                            [\n                                109.081473,\n                                28.249264\n                            ],\n                            [\n                                109.086401,\n                                28.184942\n                            ],\n                            [\n                                109.026655,\n                                28.220271\n                            ],\n                            [\n                                109.006329,\n                                28.163317\n                            ],\n                            [\n                                108.922561,\n                                28.217635\n                            ],\n                            [\n                                108.772888,\n                                28.21289\n                            ],\n                            [\n                                108.726692,\n                                28.282463\n                            ],\n                            [\n                                108.764881,\n                                28.306698\n                            ],\n                            [\n                                108.779663,\n                                28.425158\n                            ],\n                            [\n                                108.710678,\n                                28.500902\n                            ],\n                            [\n                                108.640461,\n                                28.457251\n                            ],\n                            [\n                                108.688504,\n                                28.422527\n                            ],\n                            [\n                                108.668178,\n                                28.334614\n                            ],\n                            [\n                                108.611512,\n                                28.324607\n                            ],\n                            [\n                                108.577019,\n                                28.534024\n                            ],\n                            [\n                                108.636149,\n                                28.621245\n                            ],\n                            [\n                                108.565316,\n                                28.662204\n                            ],\n                            [\n                                108.471077,\n                                28.627548\n                            ],\n                            [\n                                108.332491,\n                                28.679528\n                            ],\n                            [\n                                108.385462,\n                                28.772398\n                            ],\n                            [\n                                108.352817,\n                                28.815395\n                            ],\n                            [\n                                108.350353,\n                                28.933282\n                            ],\n                            [\n                                108.268433,\n                                29.089734\n                            ],\n                            [\n                                108.256115,\n                                29.040574\n                            ],\n                            [\n                                108.068253,\n                                29.086597\n                            ],\n                            [\n                                108.024521,\n                                29.038482\n                            ],\n                            [\n                                107.930899,\n                                29.035343\n                            ],\n                            [\n                                107.867457,\n                                28.960508\n                            ],\n                            [\n                                107.784921,\n                                29.04842\n                            ],\n                            [\n                                107.810791,\n                                29.138348\n                            ],\n                            [\n                                107.751044,\n                                29.199997\n                            ],\n                            [\n                                107.701769,\n                                29.142006\n                            ],\n                            [\n                                107.589052,\n                                29.149845\n                            ],\n                            [\n                                107.570574,\n                                29.218276\n                            ],\n                            [\n                                107.486806,\n                                29.174402\n                            ],\n                            [\n                                107.404271,\n                                29.187984\n                            ],\n                            [\n                                107.412894,\n                                29.095485\n                            ],\n                            [\n                                107.36485,\n                                29.010753\n                            ],\n                            [\n                                107.441227,\n                                28.943755\n                            ],\n                            [\n                                107.383945,\n                                28.848417\n                            ],\n                            [\n                                107.219489,\n                                28.772923\n                            ],\n                            [\n                                107.191156,\n                                28.888763\n                            ],\n                            [\n                                107.057497,\n                                28.895049\n                            ],\n                            [\n                                106.983584,\n                                28.851561\n                            ],\n                            [\n                                106.986664,\n                                28.793899\n                            ],\n                            [\n                                106.986664,\n                                28.793899\n                            ],\n                            [\n                                106.926302,\n                                28.809104\n                            ],\n                            [\n                                106.824056,\n                                28.756139\n                            ],\n                            [\n                                106.883186,\n                                28.69265\n                            ],\n                            [\n                                106.866556,\n                                28.624397\n                            ],\n                            [\n                                106.73844,\n                                28.554522\n                            ],\n                            [\n                                106.7446,\n                                28.465667\n                            ],\n                            [\n                                106.632499,\n                                28.503531\n                            ],\n                            [\n                                106.564745,\n                                28.485127\n                            ],\n                            [\n                                106.63681,\n                                28.623346\n                            ],\n                            [\n                                106.562897,\n                                28.753516\n                            ],\n                            [\n                                106.45326,\n                                28.816968\n                            ],\n                            [\n                                106.504999,\n                                28.662204\n                            ],\n                            [\n                                106.484057,\n                                28.530344\n                            ],\n                            [\n                                106.395978,\n                                28.570287\n                            ],\n                            [\n                                106.37442,\n                                28.525613\n                            ],\n                            [\n                                106.304203,\n                                28.650653\n                            ],\n                            [\n                                106.248152,\n                                28.829024\n                            ],\n                            [\n                                106.173008,\n                                28.92019\n                            ],\n                            [\n                                106.048588,\n                                28.906573\n                            ],\n                            [\n                                106.043661,\n                                28.954226\n                            ],\n                            [\n                                105.970364,\n                                28.966267\n                            ],\n                            [\n                                105.88906,\n                                28.909716\n                            ],\n                            [\n                                105.762176,\n                                28.991391\n                            ],\n                            [\n                                105.693807,\n                                29.267351\n                            ],\n                            [\n                                105.518264,\n                                29.264219\n                            ],\n                            [\n                                105.427721,\n                                29.316924\n                            ],\n                            [\n                                105.428337,\n                                29.417562\n                            ],\n                            [\n                                105.380294,\n                                29.456643\n                            ],\n                            [\n                                105.380294,\n                                29.456643\n                            ],\n                            [\n                                105.324859,\n                                29.448828\n                            ],\n                            [\n                                105.289751,\n                                29.552979\n                            ],\n                            [\n                                105.38399,\n                                29.67002\n                            ],\n                            [\n                                105.476996,\n                                29.674699\n                            ],\n                            [\n                                105.575547,\n                                29.745374\n                            ],\n                            [\n                                105.619894,\n                                29.846624\n                            ],\n                            [\n                                105.709206,\n                                29.840396\n                            ],\n                            [\n                                105.70243,\n                                29.924957\n                            ],\n                            [\n                                105.753553,\n                                30.018254\n                            ],\n                            [\n                                105.687648,\n                                30.038974\n                            ],\n                            [\n                                105.582938,\n                                30.123884\n                            ],\n                            [\n                                105.582938,\n                                30.127507\n                            ],\n                            [\n                                105.580474,\n                                30.129577\n                            ],\n                            [\n                                105.574315,\n                                30.130611\n                            ],\n                            [\n                                105.56138,\n                                30.183898\n                            ],\n                            [\n                                105.571235,\n                                30.17976\n                            ],\n                            [\n                                105.642684,\n                                30.186484\n                            ],\n                            [\n                                105.624822,\n                                30.275917\n                            ],\n                            [\n                                105.720292,\n                                30.252662\n                            ],\n                            [\n                                105.720292,\n                                30.252662\n                            ],\n                            [\n                                105.714749,\n                                30.322927\n                            ],\n                            [\n                                105.792357,\n                                30.427199\n                            ],\n                            [\n                                105.881053,\n                                30.387465\n                            ],\n                            [\n                                106.031958,\n                                30.373529\n                            ],\n                            [\n                                106.10587,\n                                30.310531\n                            ],\n                            [\n                                106.17116,\n                                30.306399\n                            ],\n                            [\n                                106.180399,\n                                30.23302\n                            ],\n                            [\n                                106.256776,\n                                30.19631\n                            ],\n                            [\n                                106.262935,\n                                30.211306\n                            ],\n                            [\n                                106.428623,\n                                30.254729\n                            ],\n                            [\n                                106.451412,\n                                30.307949\n                            ],\n                            [\n                                106.451412,\n                                30.307949\n                            ],\n                            [\n                                106.610941,\n                                30.292451\n                            ],\n                            [\n                                106.610941,\n                                30.292451\n                            ],\n                            [\n                                106.612789,\n                                30.235605\n                            ],\n                            [\n                                106.612789,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.611557,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.611557,\n                                30.235605\n                            ],\n                            [\n                                106.677462,\n                                30.157\n                            ],\n                            [\n                                106.726121,\n                                30.033277\n                            ],\n                            [\n                                106.825904,\n                                30.031205\n                            ],\n                            [\n                                106.825904,\n                                30.031205\n                            ],\n                            [\n                                106.913367,\n                                30.025506\n                            ],\n                            [\n                                106.974345,\n                                30.082992\n                            ],\n                            [\n                                106.976193,\n                                30.083509\n                            ],\n                            [\n                                106.980504,\n                                30.085062\n                            ],\n                            [\n                                106.981736,\n                                30.085062\n                            ],\n                            [\n                                107.053801,\n                                30.043636\n                            ],\n                            [\n                                107.054417,\n                                30.041046\n                            ],\n                            [\n                                107.055649,\n                                30.040528\n                            ],\n                            [\n                                107.058113,\n                                30.043118\n                            ],\n                            [\n                                107.221337,\n                                30.213891\n                            ],\n                            [\n                                107.359923,\n                                30.456087\n                            ],\n                            [\n                                107.516987,\n                                30.644675\n                            ],\n                            [\n                                107.424597,\n                                30.740889\n                            ],\n                            [\n                                107.514524,\n                                30.854986\n                            ],\n                            [\n                                107.645103,\n                                30.821079\n                            ],\n                            [\n                                107.739957,\n                                30.884259\n                            ],\n                            [\n                                107.763979,\n                                30.816968\n                            ],\n                            [\n                                107.85329,\n                                30.793842\n                            ],\n                            [\n                                107.994956,\n                                30.90839\n                            ],\n                            [\n                                107.943833,\n                                30.989466\n                            ],\n                            [\n                                108.053471,\n                                31.040745\n                            ],\n                            [\n                                108.009123,\n                                31.10839\n                            ],\n                            [\n                                108.083652,\n                                31.185713\n                            ],\n                            [\n                                108.095354,\n                                31.268088\n                            ],\n                            [\n                                108.185898,\n                                31.337104\n                            ],\n                            [\n                                108.153869,\n                                31.371338\n                            ],\n                            [\n                                108.216079,\n                                31.410666\n                            ],\n                            [\n                                108.191441,\n                                31.492333\n                            ],\n                            [\n                                108.34173,\n                                31.509679\n                            ],\n                            [\n                                108.391621,\n                                31.593298\n                            ],\n                            [\n                                108.517889,\n                                31.665131\n                            ],\n                            [\n                                108.535135,\n                                31.757769\n                            ],\n                            [\n                                108.343578,\n                                31.860987\n                            ],\n                            [\n                                108.259194,\n                                31.966628\n                            ],\n                            [\n                                108.373759,\n                                32.077217\n                            ],\n                            [\n                                108.447672,\n                                32.07164\n                            ],\n                            [\n                                108.369447,\n                                32.173493\n                            ],\n                            [\n                                108.509882,\n                                32.201343\n                            ],\n                            [\n                                108.67249,\n                                32.104083\n                            ],\n                            [\n                                108.734084,\n                                32.106617\n                            ],\n                            [\n                                108.902235,\n                                31.984899\n                            ],\n                            [\n                                108.988466,\n                                31.979317\n                            ],\n                            [\n                                109.164009,\n                                31.877247\n                            ],\n                            [\n                                109.195422,\n                                31.817782\n                            ],\n                            [\n                                109.273646,\n                                31.801003\n                            ],\n                            [\n                                109.281654,\n                                31.717061\n                            ],\n                            [\n                                109.585928,\n                                31.726731\n                            ],\n                            [\n                                109.731289,\n                                31.700263\n                            ],\n                            [\n                                109.76455,\n                                31.602981\n                            ],\n                            [\n                                109.719586,\n                                31.555067\n                            ],\n                            [\n                                109.848934,\n                                31.552008\n                            ],\n                            [\n                                109.946252,\n                                31.506108\n                            ],\n                            [\n                                110.054042,\n                                31.410666\n                            ],\n                            [\n                                110.140273,\n                                31.390238\n                            ],\n                            [\n                                110.189548,\n                                31.129391\n                            ],\n                            [\n                                110.119947,\n                                31.088409\n                            ],\n                            [\n                                110.135961,\n                                30.986902\n                            ],\n                            [\n                                110.172918,\n                                30.978694\n                            ],\n                            [\n                                110.082375,\n                                30.799496\n                            ],\n                            [\n                                110.008462,\n                                30.883746\n                            ],\n                            [\n                                109.893897,\n                                30.899662\n                            ],\n                            [\n                                109.780564,\n                                30.848822\n                            ],\n                            [\n                                109.590855,\n                                30.693566\n                            ],\n                            [\n                                109.435638,\n                                30.59576\n                            ],\n                            [\n                                109.35495,\n                                30.487028\n                            ],\n                            [\n                                109.36111,\n                                30.550942\n                            ],\n                            [\n                                109.299516,\n                                30.630775\n                            ],\n                            [\n                                109.143683,\n                                30.521052\n                            ],\n                            [\n                                109.103647,\n                                30.565883\n                            ],\n                            [\n                                109.106111,\n                                30.57052\n                            ],\n                            [\n                                109.106727,\n                                30.572066\n                            ],\n                            [\n                                109.108575,\n                                30.576702\n                            ],\n                            [\n                                109.102415,\n                                30.580308\n                            ],\n                            [\n                                109.100567,\n                                30.580823\n                            ],\n                            [\n                                109.09872,\n                                30.579277\n                            ],\n                            [\n                                109.09256,\n                                30.578762\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                105.574315,\n                                30.130611\n                            ],\n                            [\n                                105.580474,\n                                30.129577\n                            ],\n                            [\n                                105.582938,\n                                30.127507\n                            ],\n                            [\n                                105.582938,\n                                30.123884\n                            ],\n                            [\n                                105.574315,\n                                30.130611\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.09256,\n                                30.578762\n                            ],\n                            [\n                                109.09872,\n                                30.579277\n                            ],\n                            [\n                                109.106111,\n                                30.57052\n                            ],\n                            [\n                                109.103647,\n                                30.565883\n                            ],\n                            [\n                                109.09256,\n                                30.578762\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.102415,\n                                30.580308\n                            ],\n                            [\n                                109.108575,\n                                30.576702\n                            ],\n                            [\n                                109.106727,\n                                30.572066\n                            ],\n                            [\n                                109.100567,\n                                30.580823\n                            ],\n                            [\n                                109.102415,\n                                30.580308\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                107.053801,\n                                30.043636\n                            ],\n                            [\n                                107.058113,\n                                30.043118\n                            ],\n                            [\n                                107.055649,\n                                30.040528\n                            ],\n                            [\n                                107.054417,\n                                30.041046\n                            ],\n                            [\n                                107.053801,\n                                30.043636\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 510000,\n                \"name\": \"四川省\",\n                \"center\": [\n                    104.065735,\n                    30.659462\n                ],\n                \"centroid\": [\n                    102.693438,\n                    30.674548\n                ],\n                \"childrenNum\": 21,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 22,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                105.720292,\n                                30.252662\n                            ],\n                            [\n                                105.720292,\n                                30.252662\n                            ],\n                            [\n                                105.624822,\n                                30.275917\n                            ],\n                            [\n                                105.642684,\n                                30.186484\n                            ],\n                            [\n                                105.571235,\n                                30.17976\n                            ],\n                            [\n                                105.56138,\n                                30.188035\n                            ],\n                            [\n                                105.558916,\n                                30.18545\n                            ],\n                            [\n                                105.56138,\n                                30.183898\n                            ],\n                            [\n                                105.574315,\n                                30.130611\n                            ],\n                            [\n                                105.582938,\n                                30.123884\n                            ],\n                            [\n                                105.687648,\n                                30.038974\n                            ],\n                            [\n                                105.753553,\n                                30.018254\n                            ],\n                            [\n                                105.70243,\n                                29.924957\n                            ],\n                            [\n                                105.709206,\n                                29.840396\n                            ],\n                            [\n                                105.619894,\n                                29.846624\n                            ],\n                            [\n                                105.575547,\n                                29.745374\n                            ],\n                            [\n                                105.476996,\n                                29.674699\n                            ],\n                            [\n                                105.38399,\n                                29.67002\n                            ],\n                            [\n                                105.289751,\n                                29.552979\n                            ],\n                            [\n                                105.324859,\n                                29.448828\n                            ],\n                            [\n                                105.380294,\n                                29.456643\n                            ],\n                            [\n                                105.380294,\n                                29.456643\n                            ],\n                            [\n                                105.428337,\n                                29.417562\n                            ],\n                            [\n                                105.427721,\n                                29.316924\n                            ],\n                            [\n                                105.518264,\n                                29.264219\n                            ],\n                            [\n                                105.693807,\n                                29.267351\n                            ],\n                            [\n                                105.762176,\n                                28.991391\n                            ],\n                            [\n                                105.88906,\n                                28.909716\n                            ],\n                            [\n                                105.970364,\n                                28.966267\n                            ],\n                            [\n                                106.043661,\n                                28.954226\n                            ],\n                            [\n                                106.048588,\n                                28.906573\n                            ],\n                            [\n                                106.173008,\n                                28.92019\n                            ],\n                            [\n                                106.248152,\n                                28.829024\n                            ],\n                            [\n                                106.304203,\n                                28.650653\n                            ],\n                            [\n                                106.37442,\n                                28.525613\n                            ],\n                            [\n                                106.330688,\n                                28.481971\n                            ],\n                            [\n                                106.2925,\n                                28.537177\n                            ],\n                            [\n                                106.103407,\n                                28.636476\n                            ],\n                            [\n                                105.966668,\n                                28.76086\n                            ],\n                            [\n                                105.891524,\n                                28.672179\n                            ],\n                            [\n                                105.884748,\n                                28.594981\n                            ],\n                            [\n                                105.749242,\n                                28.614943\n                            ],\n                            [\n                                105.683952,\n                                28.535601\n                            ],\n                            [\n                                105.62359,\n                                28.518253\n                            ],\n                            [\n                                105.639604,\n                                28.32408\n                            ],\n                            [\n                                105.730147,\n                                28.271925\n                            ],\n                            [\n                                105.826234,\n                                28.304064\n                            ],\n                            [\n                                105.88906,\n                                28.238722\n                            ],\n                            [\n                                105.860111,\n                                28.165955\n                            ],\n                            [\n                                105.975907,\n                                28.107917\n                            ],\n                            [\n                                106.126812,\n                                28.16701\n                            ],\n                            [\n                                106.206885,\n                                28.134302\n                            ],\n                            [\n                                106.328225,\n                                27.952643\n                            ],\n                            [\n                                106.304819,\n                                27.899249\n                            ],\n                            [\n                                106.343007,\n                                27.821489\n                            ],\n                            [\n                                106.193334,\n                                27.754265\n                            ],\n                            [\n                                106.120653,\n                                27.779677\n                            ],\n                            [\n                                106.023335,\n                                27.746851\n                            ],\n                            [\n                                105.78435,\n                                27.719312\n                            ],\n                            [\n                                105.62359,\n                                27.666333\n                            ],\n                            [\n                                105.605112,\n                                27.715605\n                            ],\n                            [\n                                105.508409,\n                                27.769089\n                            ],\n                            [\n                                105.353809,\n                                27.74897\n                            ],\n                            [\n                                105.308229,\n                                27.705011\n                            ],\n                            [\n                                105.273736,\n                                27.795028\n                            ],\n                            [\n                                105.308229,\n                                27.810376\n                            ],\n                            [\n                                105.308229,\n                                27.810376\n                            ],\n                            [\n                                105.244171,\n                                27.823077\n                            ],\n                            [\n                                105.233084,\n                                27.895547\n                            ],\n                            [\n                                105.284823,\n                                27.935729\n                            ],\n                            [\n                                105.270657,\n                                27.99703\n                            ],\n                            [\n                                105.186273,\n                                27.995445\n                            ],\n                            [\n                                105.186889,\n                                28.0546\n                            ],\n                            [\n                                105.05939,\n                                28.097889\n                            ],\n                            [\n                                104.872144,\n                                27.905594\n                            ],\n                            [\n                                104.743413,\n                                27.901892\n                            ],\n                            [\n                                104.573413,\n                                27.840537\n                            ],\n                            [\n                                104.40095,\n                                27.952114\n                            ],\n                            [\n                                104.354139,\n                                28.019744\n                            ],\n                            [\n                                104.44653,\n                                28.112666\n                            ],\n                            [\n                                104.44961,\n                                28.269817\n                            ],\n                            [\n                                104.384936,\n                                28.329874\n                            ],\n                            [\n                                104.314103,\n                                28.306698\n                            ],\n                            [\n                                104.254357,\n                                28.408844\n                            ],\n                            [\n                                104.261748,\n                                28.537177\n                            ],\n                            [\n                                104.318415,\n                                28.538229\n                            ],\n                            [\n                                104.425588,\n                                28.626497\n                            ],\n                            [\n                                104.314719,\n                                28.615468\n                            ],\n                            [\n                                104.12501,\n                                28.637526\n                            ],\n                            [\n                                103.940844,\n                                28.606013\n                            ],\n                            [\n                                103.844757,\n                                28.660104\n                            ],\n                            [\n                                103.838598,\n                                28.587101\n                            ],\n                            [\n                                103.781931,\n                                28.525613\n                            ],\n                            [\n                                103.877402,\n                                28.311966\n                            ],\n                            [\n                                103.721569,\n                                28.201817\n                            ],\n                            [\n                                103.639649,\n                                28.261912\n                            ],\n                            [\n                                103.573128,\n                                28.230815\n                            ],\n                            [\n                                103.471498,\n                                28.123221\n                            ],\n                            [\n                                103.430846,\n                                28.044039\n                            ],\n                            [\n                                103.488128,\n                                28.03242\n                            ],\n                            [\n                                103.515846,\n                                27.965326\n                            ],\n                            [\n                                103.487512,\n                                27.795028\n                            ],\n                            [\n                                103.29226,\n                                27.632943\n                            ],\n                            [\n                                103.295955,\n                                27.568785\n                            ],\n                            [\n                                103.222043,\n                                27.566133\n                            ],\n                            [\n                                103.111789,\n                                27.401054\n                            ],\n                            [\n                                102.989833,\n                                27.368114\n                            ],\n                            [\n                                102.941174,\n                                27.405303\n                            ],\n                            [\n                                102.882044,\n                                27.293168\n                            ],\n                            [\n                                102.913457,\n                                27.133538\n                            ],\n                            [\n                                102.870957,\n                                27.026992\n                            ],\n                            [\n                                102.898674,\n                                26.908073\n                            ],\n                            [\n                                102.991681,\n                                26.775675\n                            ],\n                            [\n                                103.018783,\n                                26.593911\n                            ],\n                            [\n                                103.056971,\n                                26.525943\n                            ],\n                            [\n                                102.989833,\n                                26.483108\n                            ],\n                            [\n                                102.998457,\n                                26.371661\n                            ],\n                            [\n                                102.739762,\n                                26.268691\n                            ],\n                            [\n                                102.674473,\n                                26.205363\n                            ],\n                            [\n                                102.60056,\n                                26.250448\n                            ],\n                            [\n                                102.638748,\n                                26.307852\n                            ],\n                            [\n                                102.567915,\n                                26.36362\n                            ],\n                            [\n                                102.392372,\n                                26.296588\n                            ],\n                            [\n                                102.349257,\n                                26.244545\n                            ],\n                            [\n                                102.245163,\n                                26.212341\n                            ],\n                            [\n                                102.107808,\n                                26.068391\n                            ],\n                            [\n                                102.005562,\n                                26.091499\n                            ],\n                            [\n                                102.005562,\n                                26.091499\n                            ],\n                            [\n                                101.917483,\n                                26.108156\n                            ],\n                            [\n                                101.86328,\n                                26.052266\n                            ],\n                            [\n                                101.799223,\n                                26.109231\n                            ],\n                            [\n                                101.807846,\n                                26.156501\n                            ],\n                            [\n                                101.690202,\n                                26.241861\n                            ],\n                            [\n                                101.630455,\n                                26.224687\n                            ],\n                            [\n                                101.586724,\n                                26.279422\n                            ],\n                            [\n                                101.660636,\n                                26.346999\n                            ],\n                            [\n                                101.636615,\n                                26.395245\n                            ],\n                            [\n                                101.506652,\n                                26.499708\n                            ],\n                            [\n                                101.458608,\n                                26.495424\n                            ],\n                            [\n                                101.400094,\n                                26.605146\n                            ],\n                            [\n                                101.451833,\n                                26.600867\n                            ],\n                            [\n                                101.453065,\n                                26.692848\n                            ],\n                            [\n                                101.512195,\n                                26.756443\n                            ],\n                            [\n                                101.389623,\n                                26.723314\n                            ],\n                            [\n                                101.357594,\n                                26.770868\n                            ],\n                            [\n                                101.399478,\n                                26.841893\n                            ],\n                            [\n                                101.267667,\n                                26.902737\n                            ],\n                            [\n                                101.264587,\n                                26.955549\n                            ],\n                            [\n                                101.136472,\n                                27.023794\n                            ],\n                            [\n                                101.170349,\n                                27.195821\n                            ],\n                            [\n                                101.057016,\n                                27.20061\n                            ],\n                            [\n                                101.021907,\n                                27.332508\n                            ],\n                            [\n                                100.936908,\n                                27.469026\n                            ],\n                            [\n                                100.848212,\n                                27.670573\n                            ],\n                            [\n                                100.782307,\n                                27.691767\n                            ],\n                            [\n                                100.707162,\n                                27.80085\n                            ],\n                            [\n                                100.681293,\n                                27.923041\n                            ],\n                            [\n                                100.633866,\n                                27.915111\n                            ],\n                            [\n                                100.54517,\n                                27.809318\n                            ],\n                            [\n                                100.442924,\n                                27.866459\n                            ],\n                            [\n                                100.327744,\n                                27.720372\n                            ],\n                            [\n                                100.295099,\n                                27.869633\n                            ],\n                            [\n                                100.210715,\n                                27.877037\n                            ],\n                            [\n                                100.196549,\n                                27.936257\n                            ],\n                            [\n                                100.086296,\n                                28.030836\n                            ],\n                            [\n                                100.033941,\n                                28.184942\n                            ],\n                            [\n                                100.157129,\n                                28.210254\n                            ],\n                            [\n                                100.176223,\n                                28.324607\n                            ],\n                            [\n                                100.054267,\n                                28.376737\n                            ],\n                            [\n                                100.073977,\n                                28.42621\n                            ],\n                            [\n                                99.990209,\n                                28.476712\n                            ],\n                            [\n                                99.987129,\n                                28.524561\n                            ],\n                            [\n                                99.793724,\n                                28.699473\n                            ],\n                            [\n                                99.733362,\n                                28.719415\n                            ],\n                            [\n                                99.717964,\n                                28.846321\n                            ],\n                            [\n                                99.625573,\n                                28.814871\n                            ],\n                            [\n                                99.615718,\n                                28.741975\n                            ],\n                            [\n                                99.532566,\n                                28.681628\n                            ],\n                            [\n                                99.463581,\n                                28.549266\n                            ],\n                            [\n                                99.403219,\n                                28.546638\n                            ],\n                            [\n                                99.437095,\n                                28.398318\n                            ],\n                            [\n                                99.374886,\n                                28.181778\n                            ],\n                            [\n                                99.306516,\n                                28.227652\n                            ],\n                            [\n                                99.280647,\n                                28.298269\n                            ],\n                            [\n                                99.174705,\n                                28.402003\n                            ],\n                            [\n                                99.183944,\n                                28.588677\n                            ],\n                            [\n                                99.126662,\n                                28.699473\n                            ],\n                            [\n                                99.103872,\n                                28.842128\n                            ],\n                            [\n                                99.132206,\n                                28.948467\n                            ],\n                            [\n                                99.113727,\n                                29.221409\n                            ],\n                            [\n                                99.075539,\n                                29.314316\n                            ],\n                            [\n                                99.052133,\n                                29.563908\n                            ],\n                            [\n                                98.993003,\n                                29.656502\n                            ],\n                            [\n                                99.0238,\n                                29.846105\n                            ],\n                            [\n                                99.068148,\n                                29.93118\n                            ],\n                            [\n                                99.044742,\n                                30.079885\n                            ],\n                            [\n                                98.989308,\n                                30.151826\n                            ],\n                            [\n                                98.907388,\n                                30.698196\n                            ],\n                            [\n                                98.957895,\n                                30.765056\n                            ],\n                            [\n                                98.901844,\n                                30.785105\n                            ],\n                            [\n                                98.774345,\n                                30.907877\n                            ],\n                            [\n                                98.806374,\n                                30.995621\n                            ],\n                            [\n                                98.736772,\n                                31.049459\n                            ],\n                            [\n                                98.709671,\n                                31.118635\n                            ],\n                            [\n                                98.602498,\n                                31.192367\n                            ],\n                            [\n                                98.64007,\n                                31.337615\n                            ],\n                            [\n                                98.691809,\n                                31.333016\n                            ],\n                            [\n                                98.773113,\n                                31.249163\n                            ],\n                            [\n                                98.88583,\n                                31.376446\n                            ],\n                            [\n                                98.837787,\n                                31.436705\n                            ],\n                            [\n                                98.713367,\n                                31.510189\n                            ],\n                            [\n                                98.553839,\n                                31.656473\n                            ],\n                            [\n                                98.543983,\n                                31.718588\n                            ],\n                            [\n                                98.414636,\n                                31.832525\n                            ],\n                            [\n                                98.434962,\n                                32.007734\n                            ],\n                            [\n                                98.301919,\n                                32.12334\n                            ],\n                            [\n                                98.218768,\n                                32.234752\n                            ],\n                            [\n                                98.218768,\n                                32.342489\n                            ],\n                            [\n                                97.937283,\n                                32.484425\n                            ],\n                            [\n                                97.730944,\n                                32.527315\n                            ],\n                            [\n                                97.543698,\n                                32.621602\n                            ],\n                            [\n                                97.42359,\n                                32.704713\n                            ],\n                            [\n                                97.386018,\n                                32.779196\n                            ],\n                            [\n                                97.373699,\n                                32.956094\n                            ],\n                            [\n                                97.523988,\n                                32.988721\n                            ],\n                            [\n                                97.542466,\n                                33.036385\n                            ],\n                            [\n                                97.487648,\n                                33.10658\n                            ],\n                            [\n                                97.487648,\n                                33.168205\n                            ],\n                            [\n                                97.576343,\n                                33.221779\n                            ],\n                            [\n                                97.621306,\n                                33.334327\n                            ],\n                            [\n                                97.676125,\n                                33.340825\n                            ],\n                            [\n                                97.753733,\n                                33.410277\n                            ],\n                            [\n                                97.625618,\n                                33.461705\n                            ],\n                            [\n                                97.552321,\n                                33.465698\n                            ],\n                            [\n                                97.52522,\n                                33.575937\n                            ],\n                            [\n                                97.415583,\n                                33.605343\n                            ],\n                            [\n                                97.435293,\n                                33.680558\n                            ],\n                            [\n                                97.388481,\n                                33.884452\n                            ],\n                            [\n                                97.458698,\n                                33.886935\n                            ],\n                            [\n                                97.660111,\n                                33.956444\n                            ],\n                            [\n                                97.70261,\n                                34.036805\n                            ],\n                            [\n                                97.665654,\n                                34.126997\n                            ],\n                            [\n                                97.834421,\n                                34.208186\n                            ],\n                            [\n                                97.937283,\n                                34.196804\n                            ],\n                            [\n                                97.937283,\n                                34.196804\n                            ],\n                            [\n                                98.051848,\n                                34.115604\n                            ],\n                            [\n                                98.21076,\n                                34.078444\n                            ],\n                            [\n                                98.401702,\n                                34.08786\n                            ],\n                            [\n                                98.440506,\n                                33.981255\n                            ],\n                            [\n                                98.406629,\n                                33.867065\n                            ],\n                            [\n                                98.462064,\n                                33.849178\n                            ],\n                            [\n                                98.539056,\n                                33.746752\n                            ],\n                            [\n                                98.6567,\n                                33.647193\n                            ],\n                            [\n                                98.61728,\n                                33.63723\n                            ],\n                            [\n                                98.648077,\n                                33.549014\n                            ],\n                            [\n                                98.742316,\n                                33.477677\n                            ],\n                            [\n                                98.734309,\n                                33.409278\n                            ],\n                            [\n                                98.779272,\n                                33.37181\n                            ],\n                            [\n                                98.759562,\n                                33.277321\n                            ],\n                            [\n                                98.858728,\n                                33.150674\n                            ],\n                            [\n                                99.002242,\n                                33.08252\n                            ],\n                            [\n                                99.179633,\n                                33.044912\n                            ],\n                            [\n                                99.235067,\n                                32.982197\n                            ],\n                            [\n                                99.268328,\n                                32.878744\n                            ],\n                            [\n                                99.385973,\n                                32.900349\n                            ],\n                            [\n                                99.558436,\n                                32.839039\n                            ],\n                            [\n                                99.607711,\n                                32.780705\n                            ],\n                            [\n                                99.763543,\n                                32.778693\n                            ],\n                            [\n                                99.788181,\n                                32.956596\n                            ],\n                            [\n                                99.854086,\n                                32.945048\n                            ],\n                            [\n                                99.877492,\n                                33.045915\n                            ],\n                            [\n                                99.956332,\n                                32.948061\n                            ],\n                            [\n                                100.038252,\n                                32.928979\n                            ],\n                            [\n                                100.123252,\n                                32.837028\n                            ],\n                            [\n                                100.139266,\n                                32.724346\n                            ],\n                            [\n                                100.088143,\n                                32.668959\n                            ],\n                            [\n                                100.208252,\n                                32.606482\n                            ],\n                            [\n                                100.258759,\n                                32.742466\n                            ],\n                            [\n                                100.339447,\n                                32.719313\n                            ],\n                            [\n                                100.399809,\n                                32.756556\n                            ],\n                            [\n                                100.516837,\n                                32.630168\n                            ],\n                            [\n                                100.54517,\n                                32.569681\n                            ],\n                            [\n                                100.645568,\n                                32.526306\n                            ],\n                            [\n                                100.690532,\n                                32.678025\n                            ],\n                            [\n                                100.93198,\n                                32.600433\n                            ],\n                            [\n                                101.075494,\n                                32.683061\n                            ],\n                            [\n                                101.157414,\n                                32.661404\n                            ],\n                            [\n                                101.22332,\n                                32.725856\n                            ],\n                            [\n                                101.237486,\n                                32.824962\n                            ],\n                            [\n                                101.124153,\n                                32.909893\n                            ],\n                            [\n                                101.129081,\n                                32.989725\n                            ],\n                            [\n                                101.183899,\n                                32.984204\n                            ],\n                            [\n                                101.169733,\n                                33.100566\n                            ],\n                            [\n                                101.11553,\n                                33.194746\n                            ],\n                            [\n                                101.183283,\n                                33.270317\n                            ],\n                            [\n                                101.297232,\n                                33.262313\n                            ],\n                            [\n                                101.393935,\n                                33.157687\n                            ],\n                            [\n                                101.405022,\n                                33.225783\n                            ],\n                            [\n                                101.486326,\n                                33.227285\n                            ],\n                            [\n                                101.625528,\n                                33.100566\n                            ],\n                            [\n                                101.739477,\n                                33.265815\n                            ],\n                            [\n                                101.64955,\n                                33.323328\n                            ],\n                            [\n                                101.695745,\n                                33.433748\n                            ],\n                            [\n                                101.769658,\n                                33.447728\n                            ],\n                            [\n                                101.769042,\n                                33.538541\n                            ],\n                            [\n                                101.844186,\n                                33.602353\n                            ],\n                            [\n                                101.907012,\n                                33.542032\n                            ],\n                            [\n                                101.9452,\n                                33.437742\n                            ],\n                            [\n                                101.885454,\n                                33.380804\n                            ],\n                            [\n                                101.878063,\n                                33.315829\n                            ],\n                            [\n                                101.769658,\n                                33.268816\n                            ],\n                            [\n                                101.841723,\n                                33.184731\n                            ],\n                            [\n                                101.865744,\n                                33.103072\n                            ],\n                            [\n                                101.935345,\n                                33.186734\n                            ],\n                            [\n                                102.08933,\n                                33.204759\n                            ],\n                            [\n                                102.112736,\n                                33.287324\n                            ],\n                            [\n                                102.217446,\n                                33.248303\n                            ],\n                            [\n                                102.186649,\n                                33.332327\n                            ],\n                            [\n                                102.264873,\n                                33.417269\n                            ],\n                            [\n                                102.396684,\n                                33.40678\n                            ],\n                            [\n                                102.462589,\n                                33.449724\n                            ],\n                            [\n                                102.440416,\n                                33.57494\n                            ],\n                            [\n                                102.33817,\n                                33.614313\n                            ],\n                            [\n                                102.342481,\n                                33.725357\n                            ],\n                            [\n                                102.299981,\n                                33.782566\n                            ],\n                            [\n                                102.239619,\n                                33.788036\n                            ],\n                            [\n                                102.234076,\n                                33.870046\n                            ],\n                            [\n                                102.136142,\n                                33.965377\n                            ],\n                            [\n                                102.237772,\n                                33.963392\n                            ],\n                            [\n                                102.315996,\n                                33.994154\n                            ],\n                            [\n                                102.391756,\n                                33.970836\n                            ],\n                            [\n                                102.437336,\n                                34.087364\n                            ],\n                            [\n                                102.471213,\n                                34.072993\n                            ],\n                            [\n                                102.655994,\n                                34.113623\n                            ],\n                            [\n                                102.599328,\n                                34.145321\n                            ],\n                            [\n                                102.798276,\n                                34.272982\n                            ],\n                            [\n                                102.911609,\n                                34.313022\n                            ],\n                            [\n                                102.978747,\n                                34.249246\n                            ],\n                            [\n                                102.973203,\n                                34.205217\n                            ],\n                            [\n                                103.124108,\n                                34.16166\n                            ],\n                            [\n                                103.178927,\n                                34.079931\n                            ],\n                            [\n                                103.119797,\n                                34.034822\n                            ],\n                            [\n                                103.124108,\n                                33.968354\n                            ],\n                            [\n                                103.181391,\n                                33.900842\n                            ],\n                            [\n                                103.153057,\n                                33.814884\n                            ],\n                            [\n                                103.279325,\n                                33.806433\n                            ],\n                            [\n                                103.349542,\n                                33.74327\n                            ],\n                            [\n                                103.525085,\n                                33.798975\n                            ],\n                            [\n                                103.520157,\n                                33.678566\n                            ],\n                            [\n                                103.626099,\n                                33.727347\n                            ],\n                            [\n                                103.778236,\n                                33.658648\n                            ],\n                            [\n                                103.871243,\n                                33.68255\n                            ],\n                            [\n                                104.046169,\n                                33.686533\n                            ],\n                            [\n                                104.168741,\n                                33.611821\n                            ],\n                            [\n                                104.155191,\n                                33.542531\n                            ],\n                            [\n                                104.22048,\n                                33.404782\n                            ],\n                            [\n                                104.292545,\n                                33.336326\n                            ],\n                            [\n                                104.432979,\n                                33.325828\n                            ],\n                            [\n                                104.303632,\n                                33.304328\n                            ],\n                            [\n                                104.378161,\n                                33.109086\n                            ],\n                            [\n                                104.337509,\n                                33.038392\n                            ],\n                            [\n                                104.426204,\n                                33.0108\n                            ],\n                            [\n                                104.378161,\n                                32.953081\n                            ],\n                            [\n                                104.288234,\n                                32.94304\n                            ],\n                            [\n                                104.294393,\n                                32.83552\n                            ],\n                            [\n                                104.363994,\n                                32.822448\n                            ],\n                            [\n                                104.458849,\n                                32.748504\n                            ],\n                            [\n                                104.582653,\n                                32.722333\n                            ],\n                            [\n                                104.643015,\n                                32.661908\n                            ],\n                            [\n                                104.739717,\n                                32.635711\n                            ],\n                            [\n                                104.845659,\n                                32.653848\n                            ],\n                            [\n                                104.881999,\n                                32.600938\n                            ],\n                            [\n                                105.026745,\n                                32.650322\n                            ],\n                            [\n                                105.111128,\n                                32.59388\n                            ],\n                            [\n                                105.347033,\n                                32.682558\n                            ],\n                            [\n                                105.455439,\n                                32.737433\n                            ],\n                            [\n                                105.391381,\n                                32.835017\n                            ],\n                            [\n                                105.414171,\n                                32.921948\n                            ],\n                            [\n                                105.49917,\n                                32.911902\n                            ],\n                            [\n                                105.563844,\n                                32.72485\n                            ],\n                            [\n                                105.596489,\n                                32.699175\n                            ],\n                            [\n                                105.719061,\n                                32.759575\n                            ],\n                            [\n                                105.822538,\n                                32.770141\n                            ],\n                            [\n                                105.825002,\n                                32.824962\n                            ],\n                            [\n                                106.025798,\n                                32.85814\n                            ],\n                            [\n                                106.093552,\n                                32.823956\n                            ],\n                            [\n                                106.07261,\n                                32.764103\n                            ],\n                            [\n                                106.076305,\n                                32.753537\n                            ],\n                            [\n                                106.17424,\n                                32.697664\n                            ],\n                            [\n                                106.347935,\n                                32.670974\n                            ],\n                            [\n                                106.421231,\n                                32.616562\n                            ],\n                            [\n                                106.585687,\n                                32.688097\n                            ],\n                            [\n                                106.663296,\n                                32.690615\n                            ],\n                            [\n                                106.733513,\n                                32.739446\n                            ],\n                            [\n                                106.82344,\n                                32.705217\n                            ],\n                            [\n                                107.066736,\n                                32.708741\n                            ],\n                            [\n                                107.108004,\n                                32.600938\n                            ],\n                            [\n                                107.080286,\n                                32.542448\n                            ],\n                            [\n                                107.127098,\n                                32.482406\n                            ],\n                            [\n                                107.263836,\n                                32.403129\n                            ],\n                            [\n                                107.313727,\n                                32.489976\n                            ],\n                            [\n                                107.382097,\n                                32.54043\n                            ],\n                            [\n                                107.436299,\n                                32.529837\n                            ],\n                            [\n                                107.456625,\n                                32.417778\n                            ],\n                            [\n                                107.533002,\n                                32.383426\n                            ],\n                            [\n                                107.680211,\n                                32.398078\n                            ],\n                            [\n                                107.707929,\n                                32.331873\n                            ],\n                            [\n                                107.75474,\n                                32.338445\n                            ],\n                            [\n                                107.812022,\n                                32.24791\n                            ],\n                            [\n                                107.979558,\n                                32.14614\n                            ],\n                            [\n                                108.070717,\n                                32.233234\n                            ],\n                            [\n                                108.179122,\n                                32.222099\n                            ],\n                            [\n                                108.251187,\n                                32.273208\n                            ],\n                            [\n                                108.312781,\n                                32.232222\n                            ],\n                            [\n                                108.46923,\n                                32.270173\n                            ],\n                            [\n                                108.509882,\n                                32.201343\n                            ],\n                            [\n                                108.369447,\n                                32.173493\n                            ],\n                            [\n                                108.447672,\n                                32.07164\n                            ],\n                            [\n                                108.373759,\n                                32.077217\n                            ],\n                            [\n                                108.259194,\n                                31.966628\n                            ],\n                            [\n                                108.343578,\n                                31.860987\n                            ],\n                            [\n                                108.535135,\n                                31.757769\n                            ],\n                            [\n                                108.517889,\n                                31.665131\n                            ],\n                            [\n                                108.391621,\n                                31.593298\n                            ],\n                            [\n                                108.34173,\n                                31.509679\n                            ],\n                            [\n                                108.191441,\n                                31.492333\n                            ],\n                            [\n                                108.216079,\n                                31.410666\n                            ],\n                            [\n                                108.153869,\n                                31.371338\n                            ],\n                            [\n                                108.185898,\n                                31.337104\n                            ],\n                            [\n                                108.095354,\n                                31.268088\n                            ],\n                            [\n                                108.083652,\n                                31.185713\n                            ],\n                            [\n                                108.009123,\n                                31.10839\n                            ],\n                            [\n                                108.053471,\n                                31.040745\n                            ],\n                            [\n                                107.943833,\n                                30.989466\n                            ],\n                            [\n                                107.994956,\n                                30.90839\n                            ],\n                            [\n                                107.85329,\n                                30.793842\n                            ],\n                            [\n                                107.763979,\n                                30.816968\n                            ],\n                            [\n                                107.739957,\n                                30.884259\n                            ],\n                            [\n                                107.645103,\n                                30.821079\n                            ],\n                            [\n                                107.514524,\n                                30.854986\n                            ],\n                            [\n                                107.424597,\n                                30.740889\n                            ],\n                            [\n                                107.516987,\n                                30.644675\n                            ],\n                            [\n                                107.359923,\n                                30.456087\n                            ],\n                            [\n                                107.221337,\n                                30.213891\n                            ],\n                            [\n                                107.058113,\n                                30.043118\n                            ],\n                            [\n                                107.053801,\n                                30.043636\n                            ],\n                            [\n                                106.981736,\n                                30.085062\n                            ],\n                            [\n                                106.980504,\n                                30.087651\n                            ],\n                            [\n                                106.980504,\n                                30.087651\n                            ],\n                            [\n                                106.980504,\n                                30.085062\n                            ],\n                            [\n                                106.978041,\n                                30.087133\n                            ],\n                            [\n                                106.978041,\n                                30.087651\n                            ],\n                            [\n                                106.978041,\n                                30.087133\n                            ],\n                            [\n                                106.978041,\n                                30.087651\n                            ],\n                            [\n                                106.978041,\n                                30.087133\n                            ],\n                            [\n                                106.976193,\n                                30.083509\n                            ],\n                            [\n                                106.976193,\n                                30.087651\n                            ],\n                            [\n                                106.976193,\n                                30.087651\n                            ],\n                            [\n                                106.974345,\n                                30.082992\n                            ],\n                            [\n                                106.913367,\n                                30.025506\n                            ],\n                            [\n                                106.825904,\n                                30.031205\n                            ],\n                            [\n                                106.825904,\n                                30.031205\n                            ],\n                            [\n                                106.726121,\n                                30.033277\n                            ],\n                            [\n                                106.677462,\n                                30.157\n                            ],\n                            [\n                                106.611557,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.611557,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.612173,\n                                30.235605\n                            ],\n                            [\n                                106.612789,\n                                30.235605\n                            ],\n                            [\n                                106.612789,\n                                30.235605\n                            ],\n                            [\n                                106.610941,\n                                30.292451\n                            ],\n                            [\n                                106.610941,\n                                30.292451\n                            ],\n                            [\n                                106.451412,\n                                30.307949\n                            ],\n                            [\n                                106.451412,\n                                30.307949\n                            ],\n                            [\n                                106.428623,\n                                30.254729\n                            ],\n                            [\n                                106.262935,\n                                30.211306\n                            ],\n                            [\n                                106.261703,\n                                30.205101\n                            ],\n                            [\n                                106.260471,\n                                30.204067\n                            ],\n                            [\n                                106.256776,\n                                30.19631\n                            ],\n                            [\n                                106.180399,\n                                30.23302\n                            ],\n                            [\n                                106.17116,\n                                30.306399\n                            ],\n                            [\n                                106.10587,\n                                30.310531\n                            ],\n                            [\n                                106.031958,\n                                30.373529\n                            ],\n                            [\n                                105.881053,\n                                30.387465\n                            ],\n                            [\n                                105.792357,\n                                30.427199\n                            ],\n                            [\n                                105.714749,\n                                30.322927\n                            ],\n                            [\n                                105.720292,\n                                30.252662\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.262935,\n                                30.211306\n                            ],\n                            [\n                                106.256776,\n                                30.19631\n                            ],\n                            [\n                                106.260471,\n                                30.204067\n                            ],\n                            [\n                                106.261703,\n                                30.205101\n                            ],\n                            [\n                                106.262935,\n                                30.211306\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                105.571235,\n                                30.17976\n                            ],\n                            [\n                                105.56138,\n                                30.183898\n                            ],\n                            [\n                                105.558916,\n                                30.18545\n                            ],\n                            [\n                                105.56138,\n                                30.188035\n                            ],\n                            [\n                                105.571235,\n                                30.17976\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.981736,\n                                30.085062\n                            ],\n                            [\n                                106.980504,\n                                30.085062\n                            ],\n                            [\n                                106.980504,\n                                30.087651\n                            ],\n                            [\n                                106.981736,\n                                30.085062\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.980504,\n                                30.085062\n                            ],\n                            [\n                                106.976193,\n                                30.083509\n                            ],\n                            [\n                                106.978041,\n                                30.087133\n                            ],\n                            [\n                                106.980504,\n                                30.085062\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.976193,\n                                30.083509\n                            ],\n                            [\n                                106.974345,\n                                30.082992\n                            ],\n                            [\n                                106.976193,\n                                30.087651\n                            ],\n                            [\n                                106.976193,\n                                30.083509\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 520000,\n                \"name\": \"贵州省\",\n                \"center\": [\n                    106.713478,\n                    26.578343\n                ],\n                \"centroid\": [\n                    106.88108,\n                    26.826362\n                ],\n                \"childrenNum\": 9,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 23,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                109.52187,\n                                26.748964\n                            ],\n                            [\n                                109.454117,\n                                26.761252\n                            ],\n                            [\n                                109.35495,\n                                26.693383\n                            ],\n                            [\n                                109.407305,\n                                26.532902\n                            ],\n                            [\n                                109.326001,\n                                26.427398\n                            ],\n                            [\n                                109.285965,\n                                26.296052\n                            ],\n                            [\n                                109.340784,\n                                26.264399\n                            ],\n                            [\n                                109.466435,\n                                26.314288\n                            ],\n                            [\n                                109.439334,\n                                26.238641\n                            ],\n                            [\n                                109.486761,\n                                26.148445\n                            ],\n                            [\n                                109.486761,\n                                26.148445\n                            ],\n                            [\n                                109.449805,\n                                26.101709\n                            ],\n                            [\n                                109.48245,\n                                26.029687\n                            ],\n                            [\n                                109.408537,\n                                25.967305\n                            ],\n                            [\n                                109.435022,\n                                25.933411\n                            ],\n                            [\n                                109.339552,\n                                25.834363\n                            ],\n                            [\n                                109.3414,\n                                25.732537\n                            ],\n                            [\n                                109.147995,\n                                25.7417\n                            ],\n                            [\n                                109.143683,\n                                25.795044\n                            ],\n                            [\n                                108.989698,\n                                25.778881\n                            ],\n                            [\n                                108.896076,\n                                25.71421\n                            ],\n                            [\n                                108.953974,\n                                25.686714\n                            ],\n                            [\n                                108.953974,\n                                25.686714\n                            ],\n                            [\n                                109.000785,\n                                25.73631\n                            ],\n                            [\n                                109.07901,\n                                25.720679\n                            ],\n                            [\n                                109.030966,\n                                25.629545\n                            ],\n                            [\n                                109.088249,\n                                25.550758\n                            ],\n                            [\n                                109.025423,\n                                25.512426\n                            ],\n                            [\n                                108.949046,\n                                25.557236\n                            ],\n                            [\n                                108.781511,\n                                25.554537\n                            ],\n                            [\n                                108.763649,\n                                25.637097\n                            ],\n                            [\n                                108.68912,\n                                25.623072\n                            ],\n                            [\n                                108.6072,\n                                25.491904\n                            ],\n                            [\n                                108.625062,\n                                25.308138\n                            ],\n                            [\n                                108.471693,\n                                25.458955\n                            ],\n                            [\n                                108.418723,\n                                25.443287\n                            ],\n                            [\n                                108.348506,\n                                25.536183\n                            ],\n                            [\n                                108.142782,\n                                25.390867\n                            ],\n                            [\n                                108.152021,\n                                25.324364\n                            ],\n                            [\n                                108.115065,\n                                25.210195\n                            ],\n                            [\n                                108.001732,\n                                25.196661\n                            ],\n                            [\n                                107.841587,\n                                25.115966\n                            ],\n                            [\n                                107.741805,\n                                25.239965\n                            ],\n                            [\n                                107.700537,\n                                25.193954\n                            ],\n                            [\n                                107.659885,\n                                25.316251\n                            ],\n                            [\n                                107.599523,\n                                25.250789\n                            ],\n                            [\n                                107.472024,\n                                25.213984\n                            ],\n                            [\n                                107.481263,\n                                25.300024\n                            ],\n                            [\n                                107.432604,\n                                25.289205\n                            ],\n                            [\n                                107.420901,\n                                25.393029\n                            ],\n                            [\n                                107.318039,\n                                25.401677\n                            ],\n                            [\n                                107.336517,\n                                25.461116\n                            ],\n                            [\n                                107.228728,\n                                25.604728\n                            ],\n                            [\n                                107.064272,\n                                25.559395\n                            ],\n                            [\n                                107.066736,\n                                25.509186\n                            ],\n                            [\n                                106.963874,\n                                25.437884\n                            ],\n                            [\n                                107.012533,\n                                25.353024\n                            ],\n                            [\n                                107.013765,\n                                25.275138\n                            ],\n                            [\n                                106.912751,\n                                25.243212\n                            ],\n                            [\n                                106.900432,\n                                25.194495\n                            ],\n                            [\n                                106.732281,\n                                25.162548\n                            ],\n                            [\n                                106.684238,\n                                25.178252\n                            ],\n                            [\n                                106.590615,\n                                25.087791\n                            ],\n                            [\n                                106.304819,\n                                24.973944\n                            ],\n                            [\n                                106.215508,\n                                24.982079\n                            ],\n                            [\n                                106.146522,\n                                24.948449\n                            ],\n                            [\n                                106.206269,\n                                24.851304\n                            ],\n                            [\n                                106.173008,\n                                24.760059\n                            ],\n                            [\n                                106.045508,\n                                24.681796\n                            ],\n                            [\n                                106.023335,\n                                24.632313\n                            ],\n                            [\n                                105.942031,\n                                24.724738\n                            ],\n                            [\n                                105.827466,\n                                24.702997\n                            ],\n                            [\n                                105.70551,\n                                24.768752\n                            ],\n                            [\n                                105.500402,\n                                24.807862\n                            ],\n                            [\n                                105.445584,\n                                24.918608\n                            ],\n                            [\n                                105.365511,\n                                24.943566\n                            ],\n                            [\n                                105.265729,\n                                24.930003\n                            ],\n                            [\n                                105.198592,\n                                24.995095\n                            ],\n                            [\n                                105.09573,\n                                24.928375\n                            ],\n                            [\n                                105.077868,\n                                24.918065\n                            ],\n                            [\n                                105.03352,\n                                24.787765\n                            ],\n                            [\n                                104.899245,\n                                24.752996\n                            ],\n                            [\n                                104.841963,\n                                24.676359\n                            ],\n                            [\n                                104.743413,\n                                24.621978\n                            ],\n                            [\n                                104.63316,\n                                24.65896\n                            ],\n                            [\n                                104.529682,\n                                24.73126\n                            ],\n                            [\n                                104.539537,\n                                24.813836\n                            ],\n                            [\n                                104.713232,\n                                24.996179\n                            ],\n                            [\n                                104.667652,\n                                25.05961\n                            ],\n                            [\n                                104.750804,\n                                25.215067\n                            ],\n                            [\n                                104.822869,\n                                25.17013\n                            ],\n                            [\n                                104.816094,\n                                25.262152\n                            ],\n                            [\n                                104.639935,\n                                25.298942\n                            ],\n                            [\n                                104.646094,\n                                25.356809\n                            ],\n                            [\n                                104.543232,\n                                25.400597\n                            ],\n                            [\n                                104.556783,\n                                25.524845\n                            ],\n                            [\n                                104.434827,\n                                25.47246\n                            ],\n                            [\n                                104.420661,\n                                25.585301\n                            ],\n                            [\n                                104.332581,\n                                25.598792\n                            ],\n                            [\n                                104.309791,\n                                25.648964\n                            ],\n                            [\n                                104.328886,\n                                25.760561\n                            ],\n                            [\n                                104.373233,\n                                25.731459\n                            ],\n                            [\n                                104.441602,\n                                25.869362\n                            ],\n                            [\n                                104.414501,\n                                25.909733\n                            ],\n                            [\n                                104.499501,\n                                26.070541\n                            ],\n                            [\n                                104.592508,\n                                26.317506\n                            ],\n                            [\n                                104.683667,\n                                26.377557\n                            ],\n                            [\n                                104.554935,\n                                26.590701\n                            ],\n                            [\n                                104.487798,\n                                26.579465\n                            ],\n                            [\n                                104.421276,\n                                26.712091\n                            ],\n                            [\n                                104.354139,\n                                26.621194\n                            ],\n                            [\n                                104.120082,\n                                26.636705\n                            ],\n                            [\n                                104.052329,\n                                26.507204\n                            ],\n                            [\n                                103.865699,\n                                26.512023\n                            ],\n                            [\n                                103.764685,\n                                26.584816\n                            ],\n                            [\n                                103.773308,\n                                26.716901\n                            ],\n                            [\n                                103.705555,\n                                26.794904\n                            ],\n                            [\n                                103.779468,\n                                26.874454\n                            ],\n                            [\n                                103.77454,\n                                26.951815\n                            ],\n                            [\n                                103.675374,\n                                27.051506\n                            ],\n                            [\n                                103.638418,\n                                27.013133\n                            ],\n                            [\n                                103.624251,\n                                27.112237\n                            ],\n                            [\n                                103.711714,\n                                27.14259\n                            ],\n                            [\n                                103.903271,\n                                27.347921\n                            ],\n                            [\n                                103.932221,\n                                27.444072\n                            ],\n                            [\n                                104.015372,\n                                27.429204\n                            ],\n                            [\n                                104.01722,\n                                27.383523\n                            ],\n                            [\n                                104.113307,\n                                27.338354\n                            ],\n                            [\n                                104.174285,\n                                27.262856\n                            ],\n                            [\n                                104.363378,\n                                27.467964\n                            ],\n                            [\n                                104.497653,\n                                27.411677\n                            ],\n                            [\n                                104.546312,\n                                27.330382\n                            ],\n                            [\n                                104.609754,\n                                27.306991\n                            ],\n                            [\n                                104.808702,\n                                27.35483\n                            ],\n                            [\n                                104.871528,\n                                27.291041\n                            ],\n                            [\n                                105.067397,\n                                27.418051\n                            ],\n                            [\n                                105.184425,\n                                27.393085\n                            ],\n                            [\n                                105.260186,\n                                27.514672\n                            ],\n                            [\n                                105.232469,\n                                27.546506\n                            ],\n                            [\n                                105.305149,\n                                27.612799\n                            ],\n                            [\n                                105.308229,\n                                27.705011\n                            ],\n                            [\n                                105.353809,\n                                27.74897\n                            ],\n                            [\n                                105.508409,\n                                27.769089\n                            ],\n                            [\n                                105.605112,\n                                27.715605\n                            ],\n                            [\n                                105.62359,\n                                27.666333\n                            ],\n                            [\n                                105.78435,\n                                27.719312\n                            ],\n                            [\n                                106.023335,\n                                27.746851\n                            ],\n                            [\n                                106.120653,\n                                27.779677\n                            ],\n                            [\n                                106.193334,\n                                27.754265\n                            ],\n                            [\n                                106.343007,\n                                27.821489\n                            ],\n                            [\n                                106.304819,\n                                27.899249\n                            ],\n                            [\n                                106.328225,\n                                27.952643\n                            ],\n                            [\n                                106.206885,\n                                28.134302\n                            ],\n                            [\n                                106.126812,\n                                28.16701\n                            ],\n                            [\n                                105.975907,\n                                28.107917\n                            ],\n                            [\n                                105.860111,\n                                28.165955\n                            ],\n                            [\n                                105.88906,\n                                28.238722\n                            ],\n                            [\n                                105.826234,\n                                28.304064\n                            ],\n                            [\n                                105.730147,\n                                28.271925\n                            ],\n                            [\n                                105.639604,\n                                28.32408\n                            ],\n                            [\n                                105.62359,\n                                28.518253\n                            ],\n                            [\n                                105.683952,\n                                28.535601\n                            ],\n                            [\n                                105.749242,\n                                28.614943\n                            ],\n                            [\n                                105.884748,\n                                28.594981\n                            ],\n                            [\n                                105.891524,\n                                28.672179\n                            ],\n                            [\n                                105.966668,\n                                28.76086\n                            ],\n                            [\n                                106.103407,\n                                28.636476\n                            ],\n                            [\n                                106.2925,\n                                28.537177\n                            ],\n                            [\n                                106.330688,\n                                28.481971\n                            ],\n                            [\n                                106.37442,\n                                28.525613\n                            ],\n                            [\n                                106.395978,\n                                28.570287\n                            ],\n                            [\n                                106.484057,\n                                28.530344\n                            ],\n                            [\n                                106.504999,\n                                28.662204\n                            ],\n                            [\n                                106.45326,\n                                28.816968\n                            ],\n                            [\n                                106.562897,\n                                28.753516\n                            ],\n                            [\n                                106.63681,\n                                28.623346\n                            ],\n                            [\n                                106.564745,\n                                28.485127\n                            ],\n                            [\n                                106.632499,\n                                28.503531\n                            ],\n                            [\n                                106.7446,\n                                28.465667\n                            ],\n                            [\n                                106.73844,\n                                28.554522\n                            ],\n                            [\n                                106.866556,\n                                28.624397\n                            ],\n                            [\n                                106.883186,\n                                28.69265\n                            ],\n                            [\n                                106.824056,\n                                28.756139\n                            ],\n                            [\n                                106.926302,\n                                28.809104\n                            ],\n                            [\n                                106.986664,\n                                28.793899\n                            ],\n                            [\n                                106.986664,\n                                28.793899\n                            ],\n                            [\n                                106.983584,\n                                28.851561\n                            ],\n                            [\n                                107.057497,\n                                28.895049\n                            ],\n                            [\n                                107.191156,\n                                28.888763\n                            ],\n                            [\n                                107.219489,\n                                28.772923\n                            ],\n                            [\n                                107.383945,\n                                28.848417\n                            ],\n                            [\n                                107.441227,\n                                28.943755\n                            ],\n                            [\n                                107.36485,\n                                29.010753\n                            ],\n                            [\n                                107.412894,\n                                29.095485\n                            ],\n                            [\n                                107.404271,\n                                29.187984\n                            ],\n                            [\n                                107.486806,\n                                29.174402\n                            ],\n                            [\n                                107.570574,\n                                29.218276\n                            ],\n                            [\n                                107.589052,\n                                29.149845\n                            ],\n                            [\n                                107.701769,\n                                29.142006\n                            ],\n                            [\n                                107.751044,\n                                29.199997\n                            ],\n                            [\n                                107.810791,\n                                29.138348\n                            ],\n                            [\n                                107.784921,\n                                29.04842\n                            ],\n                            [\n                                107.867457,\n                                28.960508\n                            ],\n                            [\n                                107.930899,\n                                29.035343\n                            ],\n                            [\n                                108.024521,\n                                29.038482\n                            ],\n                            [\n                                108.068253,\n                                29.086597\n                            ],\n                            [\n                                108.256115,\n                                29.040574\n                            ],\n                            [\n                                108.268433,\n                                29.089734\n                            ],\n                            [\n                                108.350353,\n                                28.933282\n                            ],\n                            [\n                                108.352817,\n                                28.815395\n                            ],\n                            [\n                                108.385462,\n                                28.772398\n                            ],\n                            [\n                                108.332491,\n                                28.679528\n                            ],\n                            [\n                                108.471077,\n                                28.627548\n                            ],\n                            [\n                                108.565316,\n                                28.662204\n                            ],\n                            [\n                                108.636149,\n                                28.621245\n                            ],\n                            [\n                                108.577019,\n                                28.534024\n                            ],\n                            [\n                                108.611512,\n                                28.324607\n                            ],\n                            [\n                                108.668178,\n                                28.334614\n                            ],\n                            [\n                                108.688504,\n                                28.422527\n                            ],\n                            [\n                                108.640461,\n                                28.457251\n                            ],\n                            [\n                                108.710678,\n                                28.500902\n                            ],\n                            [\n                                108.779663,\n                                28.425158\n                            ],\n                            [\n                                108.764881,\n                                28.306698\n                            ],\n                            [\n                                108.726692,\n                                28.282463\n                            ],\n                            [\n                                108.772888,\n                                28.21289\n                            ],\n                            [\n                                108.922561,\n                                28.217635\n                            ],\n                            [\n                                109.006329,\n                                28.163317\n                            ],\n                            [\n                                109.026655,\n                                28.220271\n                            ],\n                            [\n                                109.086401,\n                                28.184942\n                            ],\n                            [\n                                109.081473,\n                                28.249264\n                            ],\n                            [\n                                109.152306,\n                                28.349885\n                            ],\n                            [\n                                109.191726,\n                                28.470927\n                            ],\n                            [\n                                109.274262,\n                                28.494592\n                            ],\n                            [\n                                109.27303,\n                                28.310386\n                            ],\n                            [\n                                109.388211,\n                                28.268236\n                            ],\n                            [\n                                109.340168,\n                                28.190216\n                            ],\n                            [\n                                109.298284,\n                                28.036117\n                            ],\n                            [\n                                109.378972,\n                                28.032948\n                            ],\n                            [\n                                109.30198,\n                                27.956342\n                            ],\n                            [\n                                109.345711,\n                                27.840537\n                            ],\n                            [\n                                109.332777,\n                                27.782853\n                            ],\n                            [\n                                109.470747,\n                                27.68011\n                            ],\n                            [\n                                109.461508,\n                                27.567724\n                            ],\n                            [\n                                109.303211,\n                                27.475396\n                            ],\n                            [\n                                109.300132,\n                                27.423893\n                            ],\n                            [\n                                109.202197,\n                                27.449913\n                            ],\n                            [\n                                109.142451,\n                                27.418051\n                            ],\n                            [\n                                109.040821,\n                                27.276151\n                            ],\n                            [\n                                108.907162,\n                                27.2054\n                            ],\n                            [\n                                108.878829,\n                                27.106378\n                            ],\n                            [\n                                108.791366,\n                                27.084539\n                            ],\n                            [\n                                108.87575,\n                                26.999273\n                            ],\n                            [\n                                109.07901,\n                                27.115965\n                            ],\n                            [\n                                109.164625,\n                                27.065893\n                            ],\n                            [\n                                109.267487,\n                                27.128746\n                            ],\n                            [\n                                109.415928,\n                                27.15377\n                            ],\n                            [\n                                109.472595,\n                                27.135136\n                            ],\n                            [\n                                109.454733,\n                                27.069622\n                            ],\n                            [\n                                109.520022,\n                                27.058433\n                            ],\n                            [\n                                109.555131,\n                                26.947015\n                            ],\n                            [\n                                109.486761,\n                                26.895267\n                            ],\n                            [\n                                109.500928,\n                                26.828546\n                            ],\n                            [\n                                109.481218,\n                                26.838156\n                            ],\n                            [\n                                109.473211,\n                                26.828546\n                            ],\n                            [\n                                109.504624,\n                                26.805051\n                            ],\n                            [\n                                109.52187,\n                                26.748964\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.529261,\n                                26.740414\n                            ],\n                            [\n                                109.528029,\n                                26.744689\n                            ],\n                            [\n                                109.548971,\n                                26.737208\n                            ],\n                            [\n                                109.548971,\n                                26.737208\n                            ],\n                            [\n                                109.529261,\n                                26.740414\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.500928,\n                                26.828546\n                            ],\n                            [\n                                109.504624,\n                                26.805051\n                            ],\n                            [\n                                109.473211,\n                                26.828546\n                            ],\n                            [\n                                109.481218,\n                                26.838156\n                            ],\n                            [\n                                109.500928,\n                                26.828546\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 530000,\n                \"name\": \"云南省\",\n                \"center\": [\n                    102.712251,\n                    25.040609\n                ],\n                \"centroid\": [\n                    101.485108,\n                    25.008649\n                ],\n                \"childrenNum\": 16,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 24,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                105.542902,\n                                23.18449\n                            ],\n                            [\n                                105.445584,\n                                23.292797\n                            ],\n                            [\n                                105.372903,\n                                23.317525\n                            ],\n                            [\n                                105.325475,\n                                23.390034\n                            ],\n                            [\n                                105.238012,\n                                23.264217\n                            ],\n                            [\n                                105.093266,\n                                23.260919\n                            ],\n                            [\n                                104.886311,\n                                23.169088\n                            ],\n                            [\n                                104.804391,\n                                23.110218\n                            ],\n                            [\n                                104.860441,\n                                22.970917\n                            ],\n                            [\n                                104.737869,\n                                22.825957\n                            ],\n                            [\n                                104.579573,\n                                22.84636\n                            ],\n                            [\n                                104.375697,\n                                22.690228\n                            ],\n                            [\n                                104.272219,\n                                22.738245\n                            ],\n                            [\n                                104.274067,\n                                22.828163\n                            ],\n                            [\n                                104.117618,\n                                22.808861\n                            ],\n                            [\n                                104.045553,\n                                22.728312\n                            ],\n                            [\n                                104.009213,\n                                22.51789\n                            ],\n                            [\n                                103.964249,\n                                22.502966\n                            ],\n                            [\n                                103.825047,\n                                22.615685\n                            ],\n                            [\n                                103.642113,\n                                22.795071\n                            ],\n                            [\n                                103.566969,\n                                22.698508\n                            ],\n                            [\n                                103.53494,\n                                22.594143\n                            ],\n                            [\n                                103.436389,\n                                22.697404\n                            ],\n                            [\n                                103.441317,\n                                22.753144\n                            ],\n                            [\n                                103.323057,\n                                22.807758\n                            ],\n                            [\n                                103.283021,\n                                22.678635\n                            ],\n                            [\n                                103.195557,\n                                22.648268\n                            ],\n                            [\n                                103.183854,\n                                22.557679\n                            ],\n                            [\n                                103.081608,\n                                22.506835\n                            ],\n                            [\n                                103.079761,\n                                22.448784\n                            ],\n                            [\n                                102.930703,\n                                22.482512\n                            ],\n                            [\n                                102.880196,\n                                22.586961\n                            ],\n                            [\n                                102.688639,\n                                22.700164\n                            ],\n                            [\n                                102.603024,\n                                22.731623\n                            ],\n                            [\n                                102.570379,\n                                22.700164\n                            ],\n                            [\n                                102.510633,\n                                22.774661\n                            ],\n                            [\n                                102.384365,\n                                22.679739\n                            ],\n                            [\n                                102.420706,\n                                22.636119\n                            ],\n                            [\n                                102.322771,\n                                22.554364\n                            ],\n                            [\n                                102.25625,\n                                22.457631\n                            ],\n                            [\n                                102.270416,\n                                22.419472\n                            ],\n                            [\n                                102.046214,\n                                22.457631\n                            ],\n                            [\n                                101.907628,\n                                22.43717\n                            ],\n                            [\n                                101.862665,\n                                22.389048\n                            ],\n                            [\n                                101.76473,\n                                22.506282\n                            ],\n                            [\n                                101.672339,\n                                22.474772\n                            ],\n                            [\n                                101.625528,\n                                22.282789\n                            ],\n                            [\n                                101.547304,\n                                22.237936\n                            ],\n                            [\n                                101.596579,\n                                22.160933\n                            ],\n                            [\n                                101.573789,\n                                22.114933\n                            ],\n                            [\n                                101.626144,\n                                22.006247\n                            ],\n                            [\n                                101.606434,\n                                21.967965\n                            ],\n                            [\n                                101.701288,\n                                21.938553\n                            ],\n                            [\n                                101.777049,\n                                21.826954\n                            ],\n                            [\n                                101.747484,\n                                21.730276\n                            ],\n                            [\n                                101.780129,\n                                21.640763\n                            ],\n                            [\n                                101.754875,\n                                21.585137\n                            ],\n                            [\n                                101.745636,\n                                21.29721\n                            ],\n                            [\n                                101.833715,\n                                21.252606\n                            ],\n                            [\n                                101.76473,\n                                21.147733\n                            ],\n                            [\n                                101.672339,\n                                21.195158\n                            ],\n                            [\n                                101.605818,\n                                21.172285\n                            ],\n                            [\n                                101.604586,\n                                21.229741\n                            ],\n                            [\n                                101.532521,\n                                21.252606\n                            ],\n                            [\n                                101.387775,\n                                21.225837\n                            ],\n                            [\n                                101.290457,\n                                21.178422\n                            ],\n                            [\n                                101.222088,\n                                21.234203\n                            ],\n                            [\n                                101.244877,\n                                21.302227\n                            ],\n                            [\n                                101.142631,\n                                21.409218\n                            ],\n                            [\n                                101.194986,\n                                21.425372\n                            ],\n                            [\n                                101.209153,\n                                21.557316\n                            ],\n                            [\n                                101.117378,\n                                21.689141\n                            ],\n                            [\n                                101.123537,\n                                21.771956\n                            ],\n                            [\n                                101.015132,\n                                21.70693\n                            ],\n                            [\n                                100.870386,\n                                21.672461\n                            ],\n                            [\n                                100.730568,\n                                21.518914\n                            ],\n                            [\n                                100.558105,\n                                21.450434\n                            ],\n                            [\n                                100.48296,\n                                21.459343\n                            ],\n                            [\n                                100.437381,\n                                21.532829\n                            ],\n                            [\n                                100.351765,\n                                21.52949\n                            ],\n                            [\n                                100.247056,\n                                21.463798\n                            ],\n                            [\n                                100.199628,\n                                21.512791\n                            ],\n                            [\n                                100.126948,\n                                21.508338\n                            ],\n                            [\n                                100.107853,\n                                21.585137\n                            ],\n                            [\n                                100.169447,\n                                21.663564\n                            ],\n                            [\n                                100.095535,\n                                21.704151\n                            ],\n                            [\n                                99.991441,\n                                21.703595\n                            ],\n                            [\n                                99.944014,\n                                21.821955\n                            ],\n                            [\n                                99.999448,\n                                21.970184\n                            ],\n                            [\n                                99.972347,\n                                22.052837\n                            ],\n                            [\n                                99.871333,\n                                22.0667\n                            ],\n                            [\n                                99.870101,\n                                22.029544\n                            ],\n                            [\n                                99.486987,\n                                22.12879\n                            ],\n                            [\n                                99.400139,\n                                22.099966\n                            ],\n                            [\n                                99.220901,\n                                22.111053\n                            ],\n                            [\n                                99.156227,\n                                22.160933\n                            ],\n                            [\n                                99.235683,\n                                22.250673\n                            ],\n                            [\n                                99.282495,\n                                22.401219\n                            ],\n                            [\n                                99.381661,\n                                22.503519\n                            ],\n                            [\n                                99.385973,\n                                22.57094\n                            ],\n                            [\n                                99.31514,\n                                22.737693\n                            ],\n                            [\n                                99.385973,\n                                22.761972\n                            ],\n                            [\n                                99.457421,\n                                22.84636\n                            ],\n                            [\n                                99.456806,\n                                22.932901\n                            ],\n                            [\n                                99.563363,\n                                22.925737\n                            ],\n                            [\n                                99.517168,\n                                23.006719\n                            ],\n                            [\n                                99.528255,\n                                23.065635\n                            ],\n                            [\n                                99.3484,\n                                23.128927\n                            ],\n                            [\n                                99.255393,\n                                23.077746\n                            ],\n                            [\n                                99.106336,\n                                23.086552\n                            ],\n                            [\n                                98.889525,\n                                23.209238\n                            ],\n                            [\n                                98.936953,\n                                23.309833\n                            ],\n                            [\n                                98.872279,\n                                23.484456\n                            ],\n                            [\n                                98.826084,\n                                23.470187\n                            ],\n                            [\n                                98.808221,\n                                23.547549\n                            ],\n                            [\n                                98.877823,\n                                23.59197\n                            ],\n                            [\n                                98.786048,\n                                23.781551\n                            ],\n                            [\n                                98.669019,\n                                23.800713\n                            ],\n                            [\n                                98.701664,\n                                23.834103\n                            ],\n                            [\n                                98.701048,\n                                23.946251\n                            ],\n                            [\n                                98.899996,\n                                24.109102\n                            ],\n                            [\n                                98.875975,\n                                24.150056\n                            ],\n                            [\n                                98.716446,\n                                24.12767\n                            ],\n                            [\n                                98.611737,\n                                24.08507\n                            ],\n                            [\n                                98.550759,\n                                24.125485\n                            ],\n                            [\n                                98.360434,\n                                24.097087\n                            ],\n                            [\n                                98.225543,\n                                24.113471\n                            ],\n                            [\n                                98.110978,\n                                24.092171\n                            ],\n                            [\n                                97.902175,\n                                24.01404\n                            ],\n                            [\n                                97.894168,\n                                23.973589\n                            ],\n                            [\n                                97.769748,\n                                23.933126\n                            ],\n                            [\n                                97.711234,\n                                23.861465\n                            ],\n                            [\n                                97.5283,\n                                23.926563\n                            ],\n                            [\n                                97.634241,\n                                24.046828\n                            ],\n                            [\n                                97.730944,\n                                24.113471\n                            ],\n                            [\n                                97.729712,\n                                24.227013\n                            ],\n                            [\n                                97.767284,\n                                24.258656\n                            ],\n                            [\n                                97.658879,\n                                24.326279\n                            ],\n                            [\n                                97.716161,\n                                24.358987\n                            ],\n                            [\n                                97.669966,\n                                24.452703\n                            ],\n                            [\n                                97.531995,\n                                24.43146\n                            ],\n                            [\n                                97.570799,\n                                24.602396\n                            ],\n                            [\n                                97.570183,\n                                24.766579\n                            ],\n                            [\n                                97.701379,\n                                24.842617\n                            ],\n                            [\n                                97.764204,\n                                24.824155\n                            ],\n                            [\n                                97.785762,\n                                24.875733\n                            ],\n                            [\n                                97.716777,\n                                24.978283\n                            ],\n                            [\n                                97.839349,\n                                25.27081\n                            ],\n                            [\n                                97.914494,\n                                25.211278\n                            ],\n                            [\n                                98.014892,\n                                25.305433\n                            ],\n                            [\n                                98.06971,\n                                25.311924\n                            ],\n                            [\n                                98.15779,\n                                25.457334\n                            ],\n                            [\n                                98.131304,\n                                25.510266\n                            ],\n                            [\n                                98.189818,\n                                25.569111\n                            ],\n                            [\n                                98.170724,\n                                25.620374\n                            ],\n                            [\n                                98.247717,\n                                25.607965\n                            ],\n                            [\n                                98.314854,\n                                25.543201\n                            ],\n                            [\n                                98.402317,\n                                25.593936\n                            ],\n                            [\n                                98.457752,\n                                25.68294\n                            ],\n                            [\n                                98.476846,\n                                25.777265\n                            ],\n                            [\n                                98.553839,\n                                25.845672\n                            ],\n                            [\n                                98.640686,\n                                25.798815\n                            ],\n                            [\n                                98.704744,\n                                25.852133\n                            ],\n                            [\n                                98.686881,\n                                25.925877\n                            ],\n                            [\n                                98.614201,\n                                25.968919\n                            ],\n                            [\n                                98.575396,\n                                26.118364\n                            ],\n                            [\n                                98.634527,\n                                26.145759\n                            ],\n                            [\n                                98.662244,\n                                26.0872\n                            ],\n                            [\n                                98.735541,\n                                26.183351\n                            ],\n                            [\n                                98.672715,\n                                26.240251\n                            ],\n                            [\n                                98.733693,\n                                26.350753\n                            ],\n                            [\n                                98.753403,\n                                26.559129\n                            ],\n                            [\n                                98.781736,\n                                26.62066\n                            ],\n                            [\n                                98.746012,\n                                26.697125\n                            ],\n                            [\n                                98.757098,\n                                26.87819\n                            ],\n                            [\n                                98.732461,\n                                27.002472\n                            ],\n                            [\n                                98.765722,\n                                27.050973\n                            ],\n                            [\n                                98.712135,\n                                27.077081\n                            ],\n                            [\n                                98.696121,\n                                27.211253\n                            ],\n                            [\n                                98.734309,\n                                27.35111\n                            ],\n                            [\n                                98.706591,\n                                27.362269\n                            ],\n                            [\n                                98.674563,\n                                27.582044\n                            ],\n                            [\n                                98.583404,\n                                27.571437\n                            ],\n                            [\n                                98.444201,\n                                27.665274\n                            ],\n                            [\n                                98.429419,\n                                27.548628\n                            ],\n                            [\n                                98.317318,\n                                27.519448\n                            ],\n                            [\n                                98.278514,\n                                27.659974\n                            ],\n                            [\n                                98.234166,\n                                27.690707\n                            ],\n                            [\n                                98.222463,\n                                27.812493\n                            ],\n                            [\n                                98.169492,\n                                27.851118\n                            ],\n                            [\n                                98.205217,\n                                27.88973\n                            ],\n                            [\n                                98.133152,\n                                27.99069\n                            ],\n                            [\n                                98.160253,\n                                28.101056\n                            ],\n                            [\n                                98.139311,\n                                28.142216\n                            ],\n                            [\n                                98.168876,\n                                28.204454\n                            ],\n                            [\n                                98.266195,\n                                28.24083\n                            ],\n                            [\n                                98.208913,\n                                28.35831\n                            ],\n                            [\n                                98.301303,\n                                28.384633\n                            ],\n                            [\n                                98.37768,\n                                28.246101\n                            ],\n                            [\n                                98.389383,\n                                28.114777\n                            ],\n                            [\n                                98.428803,\n                                28.10475\n                            ],\n                            [\n                                98.559382,\n                                28.182833\n                            ],\n                            [\n                                98.626519,\n                                28.165427\n                            ],\n                            [\n                                98.712135,\n                                28.229233\n                            ],\n                            [\n                                98.752787,\n                                28.333561\n                            ],\n                            [\n                                98.677026,\n                                28.463563\n                            ],\n                            [\n                                98.627751,\n                                28.487756\n                            ],\n                            [\n                                98.638222,\n                                28.55242\n                            ],\n                            [\n                                98.594491,\n                                28.667979\n                            ],\n                            [\n                                98.683802,\n                                28.739877\n                            ],\n                            [\n                                98.652389,\n                                28.816968\n                            ],\n                            [\n                                98.657932,\n                                28.93014\n                            ],\n                            [\n                                98.765722,\n                                29.006044\n                            ],\n                            [\n                                98.815613,\n                                28.948991\n                            ],\n                            [\n                                98.828547,\n                                28.820113\n                            ],\n                            [\n                                98.912931,\n                                28.800715\n                            ],\n                            [\n                                98.972677,\n                                28.832693\n                            ],\n                            [\n                                98.917243,\n                                28.888239\n                            ],\n                            [\n                                98.925866,\n                                28.978306\n                            ],\n                            [\n                                99.009018,\n                                29.031158\n                            ],\n                            [\n                                98.967134,\n                                29.128418\n                            ],\n                            [\n                                98.976373,\n                                29.204698\n                            ],\n                            [\n                                99.113727,\n                                29.221409\n                            ],\n                            [\n                                99.132206,\n                                28.948467\n                            ],\n                            [\n                                99.103872,\n                                28.842128\n                            ],\n                            [\n                                99.126662,\n                                28.699473\n                            ],\n                            [\n                                99.183944,\n                                28.588677\n                            ],\n                            [\n                                99.174705,\n                                28.402003\n                            ],\n                            [\n                                99.280647,\n                                28.298269\n                            ],\n                            [\n                                99.306516,\n                                28.227652\n                            ],\n                            [\n                                99.374886,\n                                28.181778\n                            ],\n                            [\n                                99.437095,\n                                28.398318\n                            ],\n                            [\n                                99.403219,\n                                28.546638\n                            ],\n                            [\n                                99.463581,\n                                28.549266\n                            ],\n                            [\n                                99.532566,\n                                28.681628\n                            ],\n                            [\n                                99.615718,\n                                28.741975\n                            ],\n                            [\n                                99.625573,\n                                28.814871\n                            ],\n                            [\n                                99.717964,\n                                28.846321\n                            ],\n                            [\n                                99.733362,\n                                28.719415\n                            ],\n                            [\n                                99.793724,\n                                28.699473\n                            ],\n                            [\n                                99.987129,\n                                28.524561\n                            ],\n                            [\n                                99.990209,\n                                28.476712\n                            ],\n                            [\n                                100.073977,\n                                28.42621\n                            ],\n                            [\n                                100.054267,\n                                28.376737\n                            ],\n                            [\n                                100.176223,\n                                28.324607\n                            ],\n                            [\n                                100.157129,\n                                28.210254\n                            ],\n                            [\n                                100.033941,\n                                28.184942\n                            ],\n                            [\n                                100.086296,\n                                28.030836\n                            ],\n                            [\n                                100.196549,\n                                27.936257\n                            ],\n                            [\n                                100.210715,\n                                27.877037\n                            ],\n                            [\n                                100.295099,\n                                27.869633\n                            ],\n                            [\n                                100.327744,\n                                27.720372\n                            ],\n                            [\n                                100.442924,\n                                27.866459\n                            ],\n                            [\n                                100.54517,\n                                27.809318\n                            ],\n                            [\n                                100.633866,\n                                27.915111\n                            ],\n                            [\n                                100.681293,\n                                27.923041\n                            ],\n                            [\n                                100.707162,\n                                27.80085\n                            ],\n                            [\n                                100.782307,\n                                27.691767\n                            ],\n                            [\n                                100.848212,\n                                27.670573\n                            ],\n                            [\n                                100.936908,\n                                27.469026\n                            ],\n                            [\n                                101.021907,\n                                27.332508\n                            ],\n                            [\n                                101.057016,\n                                27.20061\n                            ],\n                            [\n                                101.170349,\n                                27.195821\n                            ],\n                            [\n                                101.136472,\n                                27.023794\n                            ],\n                            [\n                                101.264587,\n                                26.955549\n                            ],\n                            [\n                                101.267667,\n                                26.902737\n                            ],\n                            [\n                                101.399478,\n                                26.841893\n                            ],\n                            [\n                                101.357594,\n                                26.770868\n                            ],\n                            [\n                                101.389623,\n                                26.723314\n                            ],\n                            [\n                                101.512195,\n                                26.756443\n                            ],\n                            [\n                                101.453065,\n                                26.692848\n                            ],\n                            [\n                                101.451833,\n                                26.600867\n                            ],\n                            [\n                                101.400094,\n                                26.605146\n                            ],\n                            [\n                                101.458608,\n                                26.495424\n                            ],\n                            [\n                                101.506652,\n                                26.499708\n                            ],\n                            [\n                                101.636615,\n                                26.395245\n                            ],\n                            [\n                                101.660636,\n                                26.346999\n                            ],\n                            [\n                                101.586724,\n                                26.279422\n                            ],\n                            [\n                                101.630455,\n                                26.224687\n                            ],\n                            [\n                                101.690202,\n                                26.241861\n                            ],\n                            [\n                                101.807846,\n                                26.156501\n                            ],\n                            [\n                                101.799223,\n                                26.109231\n                            ],\n                            [\n                                101.86328,\n                                26.052266\n                            ],\n                            [\n                                101.917483,\n                                26.108156\n                            ],\n                            [\n                                102.005562,\n                                26.091499\n                            ],\n                            [\n                                102.005562,\n                                26.091499\n                            ],\n                            [\n                                102.107808,\n                                26.068391\n                            ],\n                            [\n                                102.245163,\n                                26.212341\n                            ],\n                            [\n                                102.349257,\n                                26.244545\n                            ],\n                            [\n                                102.392372,\n                                26.296588\n                            ],\n                            [\n                                102.567915,\n                                26.36362\n                            ],\n                            [\n                                102.638748,\n                                26.307852\n                            ],\n                            [\n                                102.60056,\n                                26.250448\n                            ],\n                            [\n                                102.674473,\n                                26.205363\n                            ],\n                            [\n                                102.739762,\n                                26.268691\n                            ],\n                            [\n                                102.998457,\n                                26.371661\n                            ],\n                            [\n                                102.989833,\n                                26.483108\n                            ],\n                            [\n                                103.056971,\n                                26.525943\n                            ],\n                            [\n                                103.018783,\n                                26.593911\n                            ],\n                            [\n                                102.991681,\n                                26.775675\n                            ],\n                            [\n                                102.898674,\n                                26.908073\n                            ],\n                            [\n                                102.870957,\n                                27.026992\n                            ],\n                            [\n                                102.913457,\n                                27.133538\n                            ],\n                            [\n                                102.882044,\n                                27.293168\n                            ],\n                            [\n                                102.941174,\n                                27.405303\n                            ],\n                            [\n                                102.989833,\n                                27.368114\n                            ],\n                            [\n                                103.111789,\n                                27.401054\n                            ],\n                            [\n                                103.222043,\n                                27.566133\n                            ],\n                            [\n                                103.295955,\n                                27.568785\n                            ],\n                            [\n                                103.29226,\n                                27.632943\n                            ],\n                            [\n                                103.487512,\n                                27.795028\n                            ],\n                            [\n                                103.515846,\n                                27.965326\n                            ],\n                            [\n                                103.488128,\n                                28.03242\n                            ],\n                            [\n                                103.430846,\n                                28.044039\n                            ],\n                            [\n                                103.471498,\n                                28.123221\n                            ],\n                            [\n                                103.573128,\n                                28.230815\n                            ],\n                            [\n                                103.639649,\n                                28.261912\n                            ],\n                            [\n                                103.721569,\n                                28.201817\n                            ],\n                            [\n                                103.877402,\n                                28.311966\n                            ],\n                            [\n                                103.781931,\n                                28.525613\n                            ],\n                            [\n                                103.838598,\n                                28.587101\n                            ],\n                            [\n                                103.844757,\n                                28.660104\n                            ],\n                            [\n                                103.940844,\n                                28.606013\n                            ],\n                            [\n                                104.12501,\n                                28.637526\n                            ],\n                            [\n                                104.314719,\n                                28.615468\n                            ],\n                            [\n                                104.425588,\n                                28.626497\n                            ],\n                            [\n                                104.318415,\n                                28.538229\n                            ],\n                            [\n                                104.261748,\n                                28.537177\n                            ],\n                            [\n                                104.254357,\n                                28.408844\n                            ],\n                            [\n                                104.314103,\n                                28.306698\n                            ],\n                            [\n                                104.384936,\n                                28.329874\n                            ],\n                            [\n                                104.44961,\n                                28.269817\n                            ],\n                            [\n                                104.44653,\n                                28.112666\n                            ],\n                            [\n                                104.354139,\n                                28.019744\n                            ],\n                            [\n                                104.40095,\n                                27.952114\n                            ],\n                            [\n                                104.573413,\n                                27.840537\n                            ],\n                            [\n                                104.743413,\n                                27.901892\n                            ],\n                            [\n                                104.872144,\n                                27.905594\n                            ],\n                            [\n                                105.05939,\n                                28.097889\n                            ],\n                            [\n                                105.186889,\n                                28.0546\n                            ],\n                            [\n                                105.186273,\n                                27.995445\n                            ],\n                            [\n                                105.270657,\n                                27.99703\n                            ],\n                            [\n                                105.284823,\n                                27.935729\n                            ],\n                            [\n                                105.233084,\n                                27.895547\n                            ],\n                            [\n                                105.244171,\n                                27.823077\n                            ],\n                            [\n                                105.308229,\n                                27.810376\n                            ],\n                            [\n                                105.308229,\n                                27.810376\n                            ],\n                            [\n                                105.273736,\n                                27.795028\n                            ],\n                            [\n                                105.308229,\n                                27.705011\n                            ],\n                            [\n                                105.305149,\n                                27.612799\n                            ],\n                            [\n                                105.232469,\n                                27.546506\n                            ],\n                            [\n                                105.260186,\n                                27.514672\n                            ],\n                            [\n                                105.184425,\n                                27.393085\n                            ],\n                            [\n                                105.067397,\n                                27.418051\n                            ],\n                            [\n                                104.871528,\n                                27.291041\n                            ],\n                            [\n                                104.808702,\n                                27.35483\n                            ],\n                            [\n                                104.609754,\n                                27.306991\n                            ],\n                            [\n                                104.546312,\n                                27.330382\n                            ],\n                            [\n                                104.497653,\n                                27.411677\n                            ],\n                            [\n                                104.363378,\n                                27.467964\n                            ],\n                            [\n                                104.174285,\n                                27.262856\n                            ],\n                            [\n                                104.113307,\n                                27.338354\n                            ],\n                            [\n                                104.01722,\n                                27.383523\n                            ],\n                            [\n                                104.015372,\n                                27.429204\n                            ],\n                            [\n                                103.932221,\n                                27.444072\n                            ],\n                            [\n                                103.903271,\n                                27.347921\n                            ],\n                            [\n                                103.711714,\n                                27.14259\n                            ],\n                            [\n                                103.624251,\n                                27.112237\n                            ],\n                            [\n                                103.638418,\n                                27.013133\n                            ],\n                            [\n                                103.675374,\n                                27.051506\n                            ],\n                            [\n                                103.77454,\n                                26.951815\n                            ],\n                            [\n                                103.779468,\n                                26.874454\n                            ],\n                            [\n                                103.705555,\n                                26.794904\n                            ],\n                            [\n                                103.773308,\n                                26.716901\n                            ],\n                            [\n                                103.764685,\n                                26.584816\n                            ],\n                            [\n                                103.865699,\n                                26.512023\n                            ],\n                            [\n                                104.052329,\n                                26.507204\n                            ],\n                            [\n                                104.120082,\n                                26.636705\n                            ],\n                            [\n                                104.354139,\n                                26.621194\n                            ],\n                            [\n                                104.421276,\n                                26.712091\n                            ],\n                            [\n                                104.487798,\n                                26.579465\n                            ],\n                            [\n                                104.554935,\n                                26.590701\n                            ],\n                            [\n                                104.683667,\n                                26.377557\n                            ],\n                            [\n                                104.592508,\n                                26.317506\n                            ],\n                            [\n                                104.499501,\n                                26.070541\n                            ],\n                            [\n                                104.414501,\n                                25.909733\n                            ],\n                            [\n                                104.441602,\n                                25.869362\n                            ],\n                            [\n                                104.373233,\n                                25.731459\n                            ],\n                            [\n                                104.328886,\n                                25.760561\n                            ],\n                            [\n                                104.309791,\n                                25.648964\n                            ],\n                            [\n                                104.332581,\n                                25.598792\n                            ],\n                            [\n                                104.420661,\n                                25.585301\n                            ],\n                            [\n                                104.434827,\n                                25.47246\n                            ],\n                            [\n                                104.556783,\n                                25.524845\n                            ],\n                            [\n                                104.543232,\n                                25.400597\n                            ],\n                            [\n                                104.646094,\n                                25.356809\n                            ],\n                            [\n                                104.639935,\n                                25.298942\n                            ],\n                            [\n                                104.816094,\n                                25.262152\n                            ],\n                            [\n                                104.822869,\n                                25.17013\n                            ],\n                            [\n                                104.750804,\n                                25.215067\n                            ],\n                            [\n                                104.667652,\n                                25.05961\n                            ],\n                            [\n                                104.713232,\n                                24.996179\n                            ],\n                            [\n                                104.539537,\n                                24.813836\n                            ],\n                            [\n                                104.529682,\n                                24.73126\n                            ],\n                            [\n                                104.492109,\n                                24.656241\n                            ],\n                            [\n                                104.610986,\n                                24.376973\n                            ],\n                            [\n                                104.70892,\n                                24.321372\n                            ],\n                            [\n                                104.72863,\n                                24.446167\n                            ],\n                            [\n                                104.83642,\n                                24.446712\n                            ],\n                            [\n                                104.979933,\n                                24.412937\n                            ],\n                            [\n                                105.063085,\n                                24.429281\n                            ],\n                            [\n                                105.063085,\n                                24.429281\n                            ],\n                            [\n                                105.188121,\n                                24.346995\n                            ],\n                            [\n                                105.164715,\n                                24.288109\n                            ],\n                            [\n                                105.229389,\n                                24.165888\n                            ],\n                            [\n                                105.20044,\n                                24.105279\n                            ],\n                            [\n                                105.260186,\n                                24.061033\n                            ],\n                            [\n                                105.320548,\n                                24.116202\n                            ],\n                            [\n                                105.481924,\n                                24.018958\n                            ],\n                            [\n                                105.529967,\n                                24.129308\n                            ],\n                            [\n                                105.628518,\n                                24.126577\n                            ],\n                            [\n                                105.649459,\n                                24.033167\n                            ],\n                            [\n                                105.704278,\n                                24.066497\n                            ],\n                            [\n                                105.89214,\n                                24.040271\n                            ],\n                            [\n                                105.933407,\n                                24.123847\n                            ],\n                            [\n                                106.04982,\n                                24.089986\n                            ],\n                            [\n                                106.192102,\n                                23.824798\n                            ],\n                            [\n                                106.136667,\n                                23.795238\n                            ],\n                            [\n                                106.157609,\n                                23.724048\n                            ],\n                            [\n                                106.120653,\n                                23.605129\n                            ],\n                            [\n                                106.141595,\n                                23.569487\n                            ],\n                            [\n                                105.999929,\n                                23.447683\n                            ],\n                            [\n                                105.89214,\n                                23.525058\n                            ],\n                            [\n                                105.815763,\n                                23.506953\n                            ],\n                            [\n                                105.699966,\n                                23.401566\n                            ],\n                            [\n                                105.694423,\n                                23.363122\n                            ],\n                            [\n                                105.531815,\n                                23.248275\n                            ],\n                            [\n                                105.542902,\n                                23.18449\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 540000,\n                \"name\": \"西藏自治区\",\n                \"center\": [\n                    91.132212,\n                    29.660361\n                ],\n                \"centroid\": [\n                    88.388277,\n                    31.56375\n                ],\n                \"childrenNum\": 7,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 25,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                79.039649,\n                                34.33427\n                            ],\n                            [\n                                79.0107,\n                                34.399956\n                            ],\n                            [\n                                79.161605,\n                                34.441416\n                            ],\n                            [\n                                79.229358,\n                                34.413778\n                            ],\n                            [\n                                79.504683,\n                                34.454737\n                            ],\n                            [\n                                79.675914,\n                                34.451284\n                            ],\n                            [\n                                79.801566,\n                                34.478909\n                            ],\n                            [\n                                79.906892,\n                                34.683837\n                            ],\n                            [\n                                79.947544,\n                                34.820993\n                            ],\n                            [\n                                80.034391,\n                                34.902\n                            ],\n                            [\n                                80.031311,\n                                35.034384\n                            ],\n                            [\n                                80.118159,\n                                35.066222\n                            ],\n                            [\n                                80.23026,\n                                35.147476\n                            ],\n                            [\n                                80.257977,\n                                35.20323\n                            ],\n                            [\n                                80.362687,\n                                35.209096\n                            ],\n                            [\n                                80.268448,\n                                35.294114\n                            ],\n                            [\n                                80.321419,\n                                35.386848\n                            ],\n                            [\n                                80.412578,\n                                35.433663\n                            ],\n                            [\n                                80.516672,\n                                35.392214\n                            ],\n                            [\n                                80.65649,\n                                35.394165\n                            ],\n                            [\n                                80.689135,\n                                35.33903\n                            ],\n                            [\n                                80.844351,\n                                35.345375\n                            ],\n                            [\n                                81.026053,\n                                35.312181\n                            ],\n                            [\n                                81.031597,\n                                35.380506\n                            ],\n                            [\n                                81.09935,\n                                35.407333\n                            ],\n                            [\n                                81.219458,\n                                35.319016\n                            ],\n                            [\n                                81.362356,\n                                35.354647\n                            ],\n                            [\n                                81.494167,\n                                35.292161\n                            ],\n                            [\n                                81.513261,\n                                35.235002\n                            ],\n                            [\n                                81.675253,\n                                35.233536\n                            ],\n                            [\n                                81.736847,\n                                35.262365\n                            ],\n                            [\n                                81.927789,\n                                35.271158\n                            ],\n                            [\n                                82.05344,\n                                35.350255\n                            ],\n                            [\n                                82.033114,\n                                35.450236\n                            ],\n                            [\n                                82.328149,\n                                35.559342\n                            ],\n                            [\n                                82.336156,\n                                35.651284\n                            ],\n                            [\n                                82.424852,\n                                35.713006\n                            ],\n                            [\n                                82.628727,\n                                35.692114\n                            ],\n                            [\n                                82.731589,\n                                35.63767\n                            ],\n                            [\n                                82.788872,\n                                35.684824\n                            ],\n                            [\n                                82.960719,\n                                35.671702\n                            ],\n                            [\n                                82.998907,\n                                35.484348\n                            ],\n                            [\n                                83.067892,\n                                35.462908\n                            ],\n                            [\n                                83.127022,\n                                35.398554\n                            ],\n                            [\n                                83.242203,\n                                35.420011\n                            ],\n                            [\n                                83.451006,\n                                35.38197\n                            ],\n                            [\n                                83.622238,\n                                35.335614\n                            ],\n                            [\n                                83.677672,\n                                35.360991\n                            ],\n                            [\n                                83.885244,\n                                35.367334\n                            ],\n                            [\n                                84.005968,\n                                35.422449\n                            ],\n                            [\n                                84.095895,\n                                35.362943\n                            ],\n                            [\n                                84.1618,\n                                35.359039\n                            ],\n                            [\n                                84.335495,\n                                35.414647\n                            ],\n                            [\n                                84.45314,\n                                35.473141\n                            ],\n                            [\n                                84.448828,\n                                35.55058\n                            ],\n                            [\n                                84.729081,\n                                35.613353\n                            ],\n                            [\n                                85.053065,\n                                35.751862\n                            ],\n                            [\n                                85.159006,\n                                35.745549\n                            ],\n                            [\n                                85.271107,\n                                35.788757\n                            ],\n                            [\n                                85.372121,\n                                35.701346\n                            ],\n                            [\n                                85.613569,\n                                35.652257\n                            ],\n                            [\n                                85.65299,\n                                35.731465\n                            ],\n                            [\n                                85.811286,\n                                35.779049\n                            ],\n                            [\n                                85.949256,\n                                35.779049\n                            ],\n                            [\n                                86.060125,\n                                35.846008\n                            ],\n                            [\n                                86.132806,\n                                35.979271\n                            ],\n                            [\n                                86.199944,\n                                36.032513\n                            ],\n                            [\n                                86.187625,\n                                36.131158\n                            ],\n                            [\n                                86.392733,\n                                36.206992\n                            ],\n                            [\n                                86.515305,\n                                36.205543\n                            ],\n                            [\n                                86.701318,\n                                36.245122\n                            ],\n                            [\n                                86.746282,\n                                36.291916\n                            ],\n                            [\n                                86.862078,\n                                36.300114\n                            ],\n                            [\n                                86.887332,\n                                36.262492\n                            ],\n                            [\n                                86.996353,\n                                36.308793\n                            ],\n                            [\n                                87.149106,\n                                36.29722\n                            ],\n                            [\n                                87.193454,\n                                36.349283\n                            ],\n                            [\n                                87.306787,\n                                36.363739\n                            ],\n                            [\n                                87.361605,\n                                36.419128\n                            ],\n                            [\n                                87.460155,\n                                36.409498\n                            ],\n                            [\n                                87.470626,\n                                36.354102\n                            ],\n                            [\n                                87.570409,\n                                36.342536\n                            ],\n                            [\n                                87.731785,\n                                36.384936\n                            ],\n                            [\n                                87.949211,\n                                36.401312\n                            ],\n                            [\n                                87.983088,\n                                36.437903\n                            ],\n                            [\n                                88.134609,\n                                36.427313\n                            ],\n                            [\n                                88.241782,\n                                36.468704\n                            ],\n                            [\n                                88.365586,\n                                36.457636\n                            ],\n                            [\n                                88.470912,\n                                36.482175\n                            ],\n                            [\n                                88.573158,\n                                36.461005\n                            ],\n                            [\n                                88.623665,\n                                36.389271\n                            ],\n                            [\n                                88.783809,\n                                36.291916\n                            ],\n                            [\n                                88.802903,\n                                36.337717\n                            ],\n                            [\n                                88.926091,\n                                36.364221\n                            ],\n                            [\n                                88.964279,\n                                36.318917\n                            ],\n                            [\n                                89.10225,\n                                36.281305\n                            ],\n                            [\n                                89.127503,\n                                36.249465\n                            ],\n                            [\n                                89.232213,\n                                36.295774\n                            ],\n                            [\n                                89.287647,\n                                36.235954\n                            ],\n                            [\n                                89.375727,\n                                36.228231\n                            ],\n                            [\n                                89.490291,\n                                36.150969\n                            ],\n                            [\n                                89.711414,\n                                36.092972\n                            ],\n                            [\n                                89.638117,\n                                36.04993\n                            ],\n                            [\n                                89.476125,\n                                36.021868\n                            ],\n                            [\n                                89.418843,\n                                36.04606\n                            ],\n                            [\n                                89.429929,\n                                35.916302\n                            ],\n                            [\n                                89.549422,\n                                35.858132\n                            ],\n                            [\n                                89.801957,\n                                35.847948\n                            ],\n                            [\n                                89.747138,\n                                35.751862\n                            ],\n                            [\n                                89.765616,\n                                35.599732\n                            ],\n                            [\n                                89.700327,\n                                35.537435\n                            ],\n                            [\n                                89.744058,\n                                35.479963\n                            ],\n                            [\n                                89.68616,\n                                35.414647\n                            ],\n                            [\n                                89.497067,\n                                35.361479\n                            ],\n                            [\n                                89.532175,\n                                35.285323\n                            ],\n                            [\n                                89.449639,\n                                35.226693\n                            ],\n                            [\n                                89.513081,\n                                35.139158\n                            ],\n                            [\n                                89.593153,\n                                35.104412\n                            ],\n                            [\n                                89.560509,\n                                34.938794\n                            ],\n                            [\n                                89.654747,\n                                34.883351\n                            ],\n                            [\n                                89.707102,\n                                34.919663\n                            ],\n                            [\n                                89.821667,\n                                34.902981\n                            ],\n                            [\n                                89.867862,\n                                34.810677\n                            ],\n                            [\n                                89.799493,\n                                34.74384\n                            ],\n                            [\n                                89.732356,\n                                34.732039\n                            ],\n                            [\n                                89.72558,\n                                34.660709\n                            ],\n                            [\n                                89.798877,\n                                34.628714\n                            ],\n                            [\n                                89.823515,\n                                34.455231\n                            ],\n                            [\n                                89.801957,\n                                34.390575\n                            ],\n                            [\n                                89.872174,\n                                34.335752\n                            ],\n                            [\n                                89.825362,\n                                34.293746\n                            ],\n                            [\n                                89.818587,\n                                34.174037\n                            ],\n                            [\n                                89.655979,\n                                34.096778\n                            ],\n                            [\n                                89.635037,\n                                34.0492\n                            ],\n                            [\n                                89.691704,\n                                33.957933\n                            ],\n                            [\n                                89.795181,\n                                33.865575\n                            ],\n                            [\n                                89.837065,\n                                33.869052\n                            ],\n                            [\n                                89.933768,\n                                33.796986\n                            ],\n                            [\n                                89.907282,\n                                33.74128\n                            ],\n                            [\n                                90.008296,\n                                33.688026\n                            ],\n                            [\n                                89.984275,\n                                33.61232\n                            ],\n                            [\n                                90.01076,\n                                33.553501\n                            ],\n                            [\n                                90.080977,\n                                33.530561\n                            ],\n                            [\n                                90.092064,\n                                33.469691\n                            ],\n                            [\n                                90.246665,\n                                33.42426\n                            ],\n                            [\n                                90.332896,\n                                33.310829\n                            ],\n                            [\n                                90.405577,\n                                33.260311\n                            ],\n                            [\n                                90.486881,\n                                33.266815\n                            ],\n                            [\n                                90.70554,\n                                33.135645\n                            ],\n                            [\n                                90.805938,\n                                33.114599\n                            ],\n                            [\n                                91.001807,\n                                33.116102\n                            ],\n                            [\n                                91.001807,\n                                33.116102\n                            ],\n                            [\n                                91.134849,\n                                33.073495\n                            ],\n                            [\n                                91.262349,\n                                33.141156\n                            ],\n                            [\n                                91.436044,\n                                33.065974\n                            ],\n                            [\n                                91.49887,\n                                33.109086\n                            ],\n                            [\n                                91.58079,\n                                33.039395\n                            ],\n                            [\n                                91.785281,\n                                32.944044\n                            ],\n                            [\n                                91.896766,\n                                32.907884\n                            ],\n                            [\n                                91.955897,\n                                32.820437\n                            ],\n                            [\n                                92.145606,\n                                32.885779\n                            ],\n                            [\n                                92.227526,\n                                32.820939\n                            ],\n                            [\n                                92.198577,\n                                32.755046\n                            ],\n                            [\n                                92.255243,\n                                32.720823\n                            ],\n                            [\n                                92.355641,\n                                32.764606\n                            ],\n                            [\n                                92.63651,\n                                32.720319\n                            ],\n                            [\n                                92.686401,\n                                32.765109\n                            ],\n                            [\n                                92.877342,\n                                32.697161\n                            ],\n                            [\n                                93.019624,\n                                32.737433\n                            ],\n                            [\n                                93.069515,\n                                32.626137\n                            ],\n                            [\n                                93.239514,\n                                32.662411\n                            ],\n                            [\n                                93.385492,\n                                32.525297\n                            ],\n                            [\n                                93.4631,\n                                32.556065\n                            ],\n                            [\n                                93.516687,\n                                32.475844\n                            ],\n                            [\n                                93.618933,\n                                32.522775\n                            ],\n                            [\n                                93.654657,\n                                32.57321\n                            ],\n                            [\n                                93.820345,\n                                32.549509\n                            ],\n                            [\n                                93.861613,\n                                32.466253\n                            ],\n                            [\n                                93.958931,\n                                32.484929\n                            ],\n                            [\n                                94.136322,\n                                32.433939\n                            ],\n                            [\n                                94.196684,\n                                32.516216\n                            ],\n                            [\n                                94.371611,\n                                32.524793\n                            ],\n                            [\n                                94.395016,\n                                32.594385\n                            ],\n                            [\n                                94.53853,\n                                32.599425\n                            ],\n                            [\n                                94.614291,\n                                32.673492\n                            ],\n                            [\n                                94.772587,\n                                32.555057\n                            ],\n                            [\n                                94.80708,\n                                32.486444\n                            ],\n                            [\n                                94.889616,\n                                32.472311\n                            ],\n                            [\n                                94.912405,\n                                32.415758\n                            ],\n                            [\n                                94.985086,\n                                32.421819\n                            ],\n                            [\n                                95.081789,\n                                32.384942\n                            ],\n                            [\n                                95.218527,\n                                32.397067\n                            ],\n                            [\n                                95.261643,\n                                32.348049\n                            ],\n                            [\n                                95.096571,\n                                32.322267\n                            ],\n                            [\n                                95.10581,\n                                32.259042\n                            ],\n                            [\n                                95.241317,\n                                32.32075\n                            ],\n                            [\n                                95.26965,\n                                32.194761\n                            ],\n                            [\n                                95.312766,\n                                32.148673\n                            ],\n                            [\n                                95.406389,\n                                32.182102\n                            ],\n                            [\n                                95.454432,\n                                32.062006\n                            ],\n                            [\n                                95.360809,\n                                31.959013\n                            ],\n                            [\n                                95.439649,\n                                31.831508\n                            ],\n                            [\n                                95.546823,\n                                31.739961\n                            ],\n                            [\n                                95.618272,\n                                31.783712\n                            ],\n                            [\n                                95.779648,\n                                31.74912\n                            ],\n                            [\n                                95.825227,\n                                31.681935\n                            ],\n                            [\n                                95.89914,\n                                31.817273\n                            ],\n                            [\n                                95.982908,\n                                31.816765\n                            ],\n                            [\n                                96.041422,\n                                31.734364\n                            ],\n                            [\n                                96.135661,\n                                31.702299\n                            ],\n                            [\n                                96.160298,\n                                31.600943\n                            ],\n                            [\n                                96.204646,\n                                31.598904\n                            ],\n                            [\n                                96.252689,\n                                31.69619\n                            ],\n                            [\n                                96.176313,\n                                31.777608\n                            ],\n                            [\n                                96.253921,\n                                31.929566\n                            ],\n                            [\n                                96.389428,\n                                31.919917\n                            ],\n                            [\n                                96.468268,\n                                31.769978\n                            ],\n                            [\n                                96.576057,\n                                31.712989\n                            ],\n                            [\n                                96.616093,\n                                31.736908\n                            ],\n                            [\n                                96.775006,\n                                31.673788\n                            ],\n                            [\n                                96.840295,\n                                31.720623\n                            ],\n                            [\n                                96.760223,\n                                31.856922\n                            ],\n                            [\n                                96.81073,\n                                31.894521\n                            ],\n                            [\n                                96.722651,\n                                32.013314\n                            ],\n                            [\n                                96.894498,\n                                32.013822\n                            ],\n                            [\n                                97.008447,\n                                32.067076\n                            ],\n                            [\n                                97.130403,\n                                32.04375\n                            ],\n                            [\n                                97.308409,\n                                32.074682\n                            ],\n                            [\n                                97.264062,\n                                32.183621\n                            ],\n                            [\n                                97.299786,\n                                32.294959\n                            ],\n                            [\n                                97.371235,\n                                32.273208\n                            ],\n                            [\n                                97.424822,\n                                32.323278\n                            ],\n                            [\n                                97.387865,\n                                32.427374\n                            ],\n                            [\n                                97.341054,\n                                32.441009\n                            ],\n                            [\n                                97.388481,\n                                32.501583\n                            ],\n                            [\n                                97.334895,\n                                32.514198\n                            ],\n                            [\n                                97.448843,\n                                32.586823\n                            ],\n                            [\n                                97.472249,\n                                32.54497\n                            ],\n                            [\n                                97.670582,\n                                32.517225\n                            ],\n                            [\n                                97.730944,\n                                32.527315\n                            ],\n                            [\n                                97.937283,\n                                32.484425\n                            ],\n                            [\n                                98.218768,\n                                32.342489\n                            ],\n                            [\n                                98.218768,\n                                32.234752\n                            ],\n                            [\n                                98.301919,\n                                32.12334\n                            ],\n                            [\n                                98.434962,\n                                32.007734\n                            ],\n                            [\n                                98.414636,\n                                31.832525\n                            ],\n                            [\n                                98.543983,\n                                31.718588\n                            ],\n                            [\n                                98.553839,\n                                31.656473\n                            ],\n                            [\n                                98.713367,\n                                31.510189\n                            ],\n                            [\n                                98.837787,\n                                31.436705\n                            ],\n                            [\n                                98.88583,\n                                31.376446\n                            ],\n                            [\n                                98.773113,\n                                31.249163\n                            ],\n                            [\n                                98.691809,\n                                31.333016\n                            ],\n                            [\n                                98.64007,\n                                31.337615\n                            ],\n                            [\n                                98.602498,\n                                31.192367\n                            ],\n                            [\n                                98.709671,\n                                31.118635\n                            ],\n                            [\n                                98.736772,\n                                31.049459\n                            ],\n                            [\n                                98.806374,\n                                30.995621\n                            ],\n                            [\n                                98.774345,\n                                30.907877\n                            ],\n                            [\n                                98.901844,\n                                30.785105\n                            ],\n                            [\n                                98.957895,\n                                30.765056\n                            ],\n                            [\n                                98.907388,\n                                30.698196\n                            ],\n                            [\n                                98.989308,\n                                30.151826\n                            ],\n                            [\n                                99.044742,\n                                30.079885\n                            ],\n                            [\n                                99.068148,\n                                29.93118\n                            ],\n                            [\n                                99.0238,\n                                29.846105\n                            ],\n                            [\n                                98.993003,\n                                29.656502\n                            ],\n                            [\n                                99.052133,\n                                29.563908\n                            ],\n                            [\n                                99.075539,\n                                29.314316\n                            ],\n                            [\n                                99.113727,\n                                29.221409\n                            ],\n                            [\n                                98.976373,\n                                29.204698\n                            ],\n                            [\n                                98.967134,\n                                29.128418\n                            ],\n                            [\n                                99.009018,\n                                29.031158\n                            ],\n                            [\n                                98.925866,\n                                28.978306\n                            ],\n                            [\n                                98.917243,\n                                28.888239\n                            ],\n                            [\n                                98.972677,\n                                28.832693\n                            ],\n                            [\n                                98.912931,\n                                28.800715\n                            ],\n                            [\n                                98.828547,\n                                28.820113\n                            ],\n                            [\n                                98.815613,\n                                28.948991\n                            ],\n                            [\n                                98.765722,\n                                29.006044\n                            ],\n                            [\n                                98.657932,\n                                28.93014\n                            ],\n                            [\n                                98.652389,\n                                28.816968\n                            ],\n                            [\n                                98.683802,\n                                28.739877\n                            ],\n                            [\n                                98.594491,\n                                28.667979\n                            ],\n                            [\n                                98.638222,\n                                28.55242\n                            ],\n                            [\n                                98.627751,\n                                28.487756\n                            ],\n                            [\n                                98.677026,\n                                28.463563\n                            ],\n                            [\n                                98.752787,\n                                28.333561\n                            ],\n                            [\n                                98.712135,\n                                28.229233\n                            ],\n                            [\n                                98.626519,\n                                28.165427\n                            ],\n                            [\n                                98.559382,\n                                28.182833\n                            ],\n                            [\n                                98.428803,\n                                28.10475\n                            ],\n                            [\n                                98.389383,\n                                28.114777\n                            ],\n                            [\n                                98.37768,\n                                28.246101\n                            ],\n                            [\n                                98.301303,\n                                28.384633\n                            ],\n                            [\n                                98.208913,\n                                28.35831\n                            ],\n                            [\n                                98.266195,\n                                28.24083\n                            ],\n                            [\n                                98.168876,\n                                28.204454\n                            ],\n                            [\n                                98.139311,\n                                28.142216\n                            ],\n                            [\n                                98.090036,\n                                28.195489\n                            ],\n                            [\n                                98.03337,\n                                28.187052\n                            ],\n                            [\n                                98.020435,\n                                28.25348\n                            ],\n                            [\n                                97.907718,\n                                28.363575\n                            ],\n                            [\n                                97.801161,\n                                28.326714\n                            ],\n                            [\n                                97.738335,\n                                28.396213\n                            ],\n                            [\n                                97.737103,\n                                28.465667\n                            ],\n                            [\n                                97.68598,\n                                28.51983\n                            ],\n                            [\n                                97.569567,\n                                28.541382\n                            ],\n                            [\n                                97.506126,\n                                28.471453\n                            ],\n                            [\n                                97.485184,\n                                28.386212\n                            ],\n                            [\n                                97.518445,\n                                28.327767\n                            ],\n                            [\n                                97.460546,\n                                28.268236\n                            ],\n                            [\n                                97.42359,\n                                28.297742\n                            ],\n                            [\n                                97.350909,\n                                28.23714\n                            ],\n                            [\n                                97.321344,\n                                28.054071\n                            ],\n                            [\n                                97.413119,\n                                28.013406\n                            ],\n                            [\n                                97.386634,\n                                27.882855\n                            ],\n                            [\n                                97.303482,\n                                27.913525\n                            ],\n                            [\n                                97.062649,\n                                27.742615\n                            ],\n                            [\n                                97.049099,\n                                27.814081\n                            ],\n                            [\n                                96.972722,\n                                27.861169\n                            ],\n                            [\n                                96.849534,\n                                27.874393\n                            ],\n                            [\n                                96.784245,\n                                27.9315\n                            ],\n                            [\n                                96.690622,\n                                27.948943\n                            ],\n                            [\n                                96.572978,\n                                28.058296\n                            ],\n                            [\n                                96.499681,\n                                28.067271\n                            ],\n                            [\n                                96.46334,\n                                28.143271\n                            ],\n                            [\n                                96.398667,\n                                28.118471\n                            ],\n                            [\n                                96.297037,\n                                28.141161\n                            ],\n                            [\n                                96.275479,\n                                28.228179\n                            ],\n                            [\n                                95.989067,\n                                28.198126\n                            ],\n                            [\n                                95.874502,\n                                28.297742\n                            ],\n                            [\n                                95.674322,\n                                28.254007\n                            ],\n                            [\n                                95.371896,\n                                28.110028\n                            ],\n                            [\n                                95.28628,\n                                27.939957\n                            ],\n                            [\n                                95.015267,\n                                27.828897\n                            ],\n                            [\n                                94.88592,\n                                27.743145\n                            ],\n                            [\n                                94.524979,\n                                27.596362\n                            ],\n                            [\n                                94.277372,\n                                27.580983\n                            ],\n                            [\n                                93.970634,\n                                27.305396\n                            ],\n                            [\n                                93.849294,\n                                27.168676\n                            ],\n                            [\n                                93.841903,\n                                27.045645\n                            ],\n                            [\n                                93.56781,\n                                26.937948\n                            ],\n                            [\n                                93.232739,\n                                26.907006\n                            ],\n                            [\n                                93.111399,\n                                26.880325\n                            ],\n                            [\n                                92.909371,\n                                26.914475\n                            ],\n                            [\n                                92.802813,\n                                26.895267\n                            ],\n                            [\n                                92.682089,\n                                26.948082\n                            ],\n                            [\n                                92.57122,\n                                26.946482\n                            ],\n                            [\n                                92.404916,\n                                26.902737\n                            ],\n                            [\n                                92.109265,\n                                26.854705\n                            ],\n                            [\n                                92.124664,\n                                26.959815\n                            ],\n                            [\n                                92.043976,\n                                27.052572\n                            ],\n                            [\n                                92.032273,\n                                27.168144\n                            ],\n                            [\n                                92.125896,\n                                27.27296\n                            ],\n                            [\n                                92.010715,\n                                27.474866\n                            ],\n                            [\n                                91.839484,\n                                27.489728\n                            ],\n                            [\n                                91.753868,\n                                27.462656\n                            ],\n                            [\n                                91.585101,\n                                27.54014\n                            ],\n                            [\n                                91.570934,\n                                27.650965\n                            ],\n                            [\n                                91.642383,\n                                27.766442\n                            ],\n                            [\n                                91.611586,\n                                27.891316\n                            ],\n                            [\n                                91.486551,\n                                27.937314\n                            ],\n                            [\n                                91.464993,\n                                28.002841\n                            ],\n                            [\n                                91.309776,\n                                28.057768\n                            ],\n                            [\n                                91.251878,\n                                27.970611\n                            ],\n                            [\n                                91.162567,\n                                27.968497\n                            ],\n                            [\n                                91.113292,\n                                27.846357\n                            ],\n                            [\n                                90.96485,\n                                27.900306\n                            ],\n                            [\n                                90.96177,\n                                27.9537\n                            ],\n                            [\n                                90.896481,\n                                27.9463\n                            ],\n                            [\n                                90.802242,\n                                28.040342\n                            ],\n                            [\n                                90.701844,\n                                28.076246\n                            ],\n                            [\n                                90.591591,\n                                28.021329\n                            ],\n                            [\n                                90.513983,\n                                28.061992\n                            ],\n                            [\n                                90.384019,\n                                28.060936\n                            ],\n                            [\n                                90.296556,\n                                28.15435\n                            ],\n                            [\n                                90.231882,\n                                28.144854\n                            ],\n                            [\n                                90.124709,\n                                28.190743\n                            ],\n                            [\n                                90.03355,\n                                28.13694\n                            ],\n                            [\n                                89.976268,\n                                28.189161\n                            ],\n                            [\n                                89.906051,\n                                28.180723\n                            ],\n                            [\n                                89.789638,\n                                28.24083\n                            ],\n                            [\n                                89.720037,\n                                28.170175\n                            ],\n                            [\n                                89.605472,\n                                28.161735\n                            ],\n                            [\n                                89.461958,\n                                28.031892\n                            ],\n                            [\n                                89.375727,\n                                27.875979\n                            ],\n                            [\n                                89.238988,\n                                27.796616\n                            ],\n                            [\n                                89.184786,\n                                27.673752\n                            ],\n                            [\n                                89.131815,\n                                27.633474\n                            ],\n                            [\n                                89.163228,\n                                27.574619\n                            ],\n                            [\n                                89.095474,\n                                27.471681\n                            ],\n                            [\n                                89.182938,\n                                27.373959\n                            ],\n                            [\n                                89.077612,\n                                27.287319\n                            ],\n                            [\n                                89.057286,\n                                27.234663\n                            ],\n                            [\n                                88.975982,\n                                27.217106\n                            ],\n                            [\n                                88.911924,\n                                27.274024\n                            ],\n                            [\n                                88.920548,\n                                27.325598\n                            ],\n                            [\n                                88.809063,\n                                27.405834\n                            ],\n                            [\n                                88.770874,\n                                27.567724\n                            ],\n                            [\n                                88.852178,\n                                27.671103\n                            ],\n                            [\n                                88.888519,\n                                27.846886\n                            ],\n                            [\n                                88.842939,\n                                28.006539\n                            ],\n                            [\n                                88.764099,\n                                28.068327\n                            ],\n                            [\n                                88.67602,\n                                28.068327\n                            ],\n                            [\n                                88.645223,\n                                28.111083\n                            ],\n                            [\n                                88.565151,\n                                28.083109\n                            ],\n                            [\n                                88.554064,\n                                28.027667\n                            ],\n                            [\n                                88.478919,\n                                28.034005\n                            ],\n                            [\n                                88.401311,\n                                27.976952\n                            ],\n                            [\n                                88.254101,\n                                27.939429\n                            ],\n                            [\n                                88.156783,\n                                27.957928\n                            ],\n                            [\n                                88.111819,\n                                27.864872\n                            ],\n                            [\n                                87.826639,\n                                27.927799\n                            ],\n                            [\n                                87.727473,\n                                27.802967\n                            ],\n                            [\n                                87.590119,\n                                27.848473\n                            ],\n                            [\n                                87.45954,\n                                27.82096\n                            ],\n                            [\n                                87.420735,\n                                27.859053\n                            ],\n                            [\n                                87.364069,\n                                27.824135\n                            ],\n                            [\n                                87.280917,\n                                27.845299\n                            ],\n                            [\n                                87.227946,\n                                27.813022\n                            ],\n                            [\n                                87.118309,\n                                27.840537\n                            ],\n                            [\n                                87.035157,\n                                27.9463\n                            ],\n                            [\n                                86.935375,\n                                27.955285\n                            ],\n                            [\n                                86.864542,\n                                28.022385\n                            ],\n                            [\n                                86.756753,\n                                28.032948\n                            ],\n                            [\n                                86.700086,\n                                28.101583\n                            ],\n                            [\n                                86.647732,\n                                28.069383\n                            ],\n                            [\n                                86.568891,\n                                28.103167\n                            ],\n                            [\n                                86.514689,\n                                27.954757\n                            ],\n                            [\n                                86.450015,\n                                27.908766\n                            ],\n                            [\n                                86.231972,\n                                27.97431\n                            ],\n                            [\n                                86.19132,\n                                28.16701\n                            ],\n                            [\n                                86.082915,\n                                28.01816\n                            ],\n                            [\n                                86.125415,\n                                27.923041\n                            ],\n                            [\n                                86.053966,\n                                27.900306\n                            ],\n                            [\n                                85.949256,\n                                27.937314\n                            ],\n                            [\n                                85.980053,\n                                27.984349\n                            ],\n                            [\n                                85.901213,\n                                28.053543\n                            ],\n                            [\n                                85.854402,\n                                28.172284\n                            ],\n                            [\n                                85.753388,\n                                28.227652\n                            ],\n                            [\n                                85.720743,\n                                28.371999\n                            ],\n                            [\n                                85.682555,\n                                28.375684\n                            ],\n                            [\n                                85.650526,\n                                28.283517\n                            ],\n                            [\n                                85.526106,\n                                28.324607\n                            ],\n                            [\n                                85.415853,\n                                28.321447\n                            ],\n                            [\n                                85.272339,\n                                28.282463\n                            ],\n                            [\n                                85.209513,\n                                28.338827\n                            ],\n                            [\n                                85.113427,\n                                28.34462\n                            ],\n                            [\n                                85.108499,\n                                28.461459\n                            ],\n                            [\n                                85.189803,\n                                28.545062\n                            ],\n                            [\n                                85.195963,\n                                28.623871\n                            ],\n                            [\n                                85.126361,\n                                28.675854\n                            ],\n                            [\n                                85.05676,\n                                28.674279\n                            ],\n                            [\n                                84.981616,\n                                28.586576\n                            ],\n                            [\n                                84.857196,\n                                28.56766\n                            ],\n                            [\n                                84.698284,\n                                28.633325\n                            ],\n                            [\n                                84.650856,\n                                28.714692\n                            ],\n                            [\n                                84.483321,\n                                28.735155\n                            ],\n                            [\n                                84.408176,\n                                28.854182\n                            ],\n                            [\n                                84.234481,\n                                28.889287\n                            ],\n                            [\n                                84.248648,\n                                29.030635\n                            ],\n                            [\n                                84.194445,\n                                29.044759\n                            ],\n                            [\n                                84.20738,\n                                29.118487\n                            ],\n                            [\n                                84.116837,\n                                29.286661\n                            ],\n                            [\n                                84.002272,\n                                29.291358\n                            ],\n                            [\n                                83.917273,\n                                29.324749\n                            ],\n                            [\n                                83.727563,\n                                29.244383\n                            ],\n                            [\n                                83.656114,\n                                29.167088\n                            ],\n                            [\n                                83.548941,\n                                29.201042\n                            ],\n                            [\n                                83.266841,\n                                29.571194\n                            ],\n                            [\n                                83.12887,\n                                29.62374\n                            ],\n                            [\n                                83.088834,\n                                29.605014\n                            ],\n                            [\n                                82.9484,\n                                29.704846\n                            ],\n                            [\n                                82.830756,\n                                29.687694\n                            ],\n                            [\n                                82.703872,\n                                29.847662\n                            ],\n                            [\n                                82.6238,\n                                29.834687\n                            ],\n                            [\n                                82.560974,\n                                29.955547\n                            ],\n                            [\n                                82.498148,\n                                29.947771\n                            ],\n                            [\n                                82.412533,\n                                30.012037\n                            ],\n                            [\n                                82.246845,\n                                30.071601\n                            ],\n                            [\n                                82.17786,\n                                30.067976\n                            ],\n                            [\n                                82.207425,\n                                30.143548\n                            ],\n                            [\n                                82.114418,\n                                30.226816\n                            ],\n                            [\n                                82.104563,\n                                30.346682\n                            ],\n                            [\n                                81.99123,\n                                30.322927\n                            ],\n                            [\n                                81.872354,\n                                30.373012\n                            ],\n                            [\n                                81.759021,\n                                30.385401\n                            ],\n                            [\n                                81.63029,\n                                30.446802\n                            ],\n                            [\n                                81.566232,\n                                30.428747\n                            ],\n                            [\n                                81.555761,\n                                30.369399\n                            ],\n                            [\n                                81.406704,\n                                30.40398\n                            ],\n                            [\n                                81.427646,\n                                30.305366\n                            ],\n                            [\n                                81.393769,\n                                30.199413\n                            ],\n                            [\n                                81.335871,\n                                30.150791\n                            ],\n                            [\n                                81.269349,\n                                30.153378\n                            ],\n                            [\n                                81.293371,\n                                30.094899\n                            ],\n                            [\n                                81.225618,\n                                30.005301\n                            ],\n                            [\n                                81.131995,\n                                30.016181\n                            ],\n                            [\n                                81.034677,\n                                30.246977\n                            ],\n                            [\n                                80.81725,\n                                30.321378\n                            ],\n                            [\n                                80.719316,\n                                30.414816\n                            ],\n                            [\n                                80.633084,\n                                30.458665\n                            ],\n                            [\n                                80.549316,\n                                30.448866\n                            ],\n                            [\n                                80.322035,\n                                30.564338\n                            ],\n                            [\n                                80.214245,\n                                30.585974\n                            ],\n                            [\n                                80.124934,\n                                30.558671\n                            ],\n                            [\n                                80.04363,\n                                30.603485\n                            ],\n                            [\n                                79.970333,\n                                30.685848\n                            ],\n                            [\n                                79.961094,\n                                30.771225\n                            ],\n                            [\n                                79.890877,\n                                30.854986\n                            ],\n                            [\n                                79.835443,\n                                30.850876\n                            ],\n                            [\n                                79.75845,\n                                30.93662\n                            ],\n                            [\n                                79.668523,\n                                30.980233\n                            ],\n                            [\n                                79.59769,\n                                30.925843\n                            ],\n                            [\n                                79.505915,\n                                31.027415\n                            ],\n                            [\n                                79.427075,\n                                31.018186\n                            ],\n                            [\n                                79.421531,\n                                31.067399\n                            ],\n                            [\n                                79.316206,\n                                31.017673\n                            ],\n                            [\n                                79.33222,\n                                30.96946\n                            ],\n                            [\n                                79.227511,\n                                30.94945\n                            ],\n                            [\n                                79.181931,\n                                31.015622\n                            ],\n                            [\n                                79.0957,\n                                30.993057\n                            ],\n                            [\n                                79.010084,\n                                31.044333\n                            ],\n                            [\n                                78.997765,\n                                31.159093\n                            ],\n                            [\n                                78.865338,\n                                31.313082\n                            ],\n                            [\n                                78.841933,\n                                31.288542\n                            ],\n                            [\n                                78.755085,\n                                31.3555\n                            ],\n                            [\n                                78.792041,\n                                31.436195\n                            ],\n                            [\n                                78.729832,\n                                31.478047\n                            ],\n                            [\n                                78.740303,\n                                31.532631\n                            ],\n                            [\n                                78.845628,\n                                31.610115\n                            ],\n                            [\n                                78.763092,\n                                31.668696\n                            ],\n                            [\n                                78.706426,\n                                31.778626\n                            ],\n                            [\n                                78.654071,\n                                31.821849\n                            ],\n                            [\n                                78.739687,\n                                31.885376\n                            ],\n                            [\n                                78.762476,\n                                31.946829\n                            ],\n                            [\n                                78.599868,\n                                32.024982\n                            ],\n                            [\n                                78.519796,\n                                32.123847\n                            ],\n                            [\n                                78.469905,\n                                32.127901\n                            ],\n                            [\n                                78.430485,\n                                32.211975\n                            ],\n                            [\n                                78.511173,\n                                32.308108\n                            ],\n                            [\n                                78.458818,\n                                32.379889\n                            ],\n                            [\n                                78.472985,\n                                32.435454\n                            ],\n                            [\n                                78.395377,\n                                32.530342\n                            ],\n                            [\n                                78.518564,\n                                32.605978\n                            ],\n                            [\n                                78.628202,\n                                32.630168\n                            ],\n                            [\n                                78.741534,\n                                32.703706\n                            ],\n                            [\n                                78.781571,\n                                32.607994\n                            ],\n                            [\n                                78.760629,\n                                32.56363\n                            ],\n                            [\n                                78.81052,\n                                32.436464\n                            ],\n                            [\n                                78.970664,\n                                32.331873\n                            ],\n                            [\n                                79.005772,\n                                32.375341\n                            ],\n                            [\n                                79.103091,\n                                32.369782\n                            ],\n                            [\n                                79.135736,\n                                32.472311\n                            ],\n                            [\n                                79.252148,\n                                32.51672\n                            ],\n                            [\n                                79.308199,\n                                32.596905\n                            ],\n                            [\n                                79.27309,\n                                32.678025\n                            ],\n                            [\n                                79.301423,\n                                32.728877\n                            ],\n                            [\n                                79.224431,\n                                32.784729\n                            ],\n                            [\n                                79.255844,\n                                32.942537\n                            ],\n                            [\n                                79.162837,\n                                33.011804\n                            ],\n                            [\n                                79.139431,\n                                33.117606\n                            ],\n                            [\n                                79.162221,\n                                33.166202\n                            ],\n                            [\n                                79.072294,\n                                33.228286\n                            ],\n                            [\n                                79.022403,\n                                33.323328\n                            ],\n                            [\n                                78.84686,\n                                33.421264\n                            ],\n                            [\n                                78.74215,\n                                33.553501\n                            ],\n                            [\n                                78.755085,\n                                33.623281\n                            ],\n                            [\n                                78.692259,\n                                33.676575\n                            ],\n                            [\n                                78.779723,\n                                33.732323\n                            ],\n                            [\n                                78.758165,\n                                33.791019\n                            ],\n                            [\n                                78.744614,\n                                33.980759\n                            ],\n                            [\n                                78.656535,\n                                34.030359\n                            ],\n                            [\n                                78.661462,\n                                34.086868\n                            ],\n                            [\n                                78.750158,\n                                34.092815\n                            ],\n                            [\n                                78.793273,\n                                34.132445\n                            ],\n                            [\n                                78.9257,\n                                34.155719\n                            ],\n                            [\n                                78.981751,\n                                34.318458\n                            ],\n                            [\n                                79.039649,\n                                34.33427\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 610000,\n                \"name\": \"陕西省\",\n                \"center\": [\n                    108.948024,\n                    34.263161\n                ],\n                \"centroid\": [\n                    108.887567,\n                    35.263665\n                ],\n                \"childrenNum\": 10,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 26,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                107.288474,\n                                37.00812\n                            ],\n                            [\n                                107.288474,\n                                37.00812\n                            ],\n                            [\n                                107.268764,\n                                37.099324\n                            ],\n                            [\n                                107.336517,\n                                37.165628\n                            ],\n                            [\n                                107.257677,\n                                37.337082\n                            ],\n                            [\n                                107.284162,\n                                37.482036\n                            ],\n                            [\n                                107.342061,\n                                37.515265\n                            ],\n                            [\n                                107.348836,\n                                37.608226\n                            ],\n                            [\n                                107.484959,\n                                37.706279\n                            ],\n                            [\n                                107.499125,\n                                37.7659\n                            ],\n                            [\n                                107.620465,\n                                37.775832\n                            ],\n                            [\n                                107.65003,\n                                37.864688\n                            ],\n                            [\n                                107.982022,\n                                37.787181\n                            ],\n                            [\n                                108.025137,\n                                37.649926\n                            ],\n                            [\n                                108.134159,\n                                37.621971\n                            ],\n                            [\n                                108.219158,\n                                37.661295\n                            ],\n                            [\n                                108.304158,\n                                37.638556\n                            ],\n                            [\n                                108.440896,\n                                37.654663\n                            ],\n                            [\n                                108.532671,\n                                37.690656\n                            ],\n                            [\n                                108.611512,\n                                37.65419\n                            ],\n                            [\n                                108.777815,\n                                37.683554\n                            ],\n                            [\n                                108.799989,\n                                37.783871\n                            ],\n                            [\n                                108.798141,\n                                37.93362\n                            ],\n                            [\n                                108.82709,\n                                37.989285\n                            ],\n                            [\n                                108.797525,\n                                38.047735\n                            ],\n                            [\n                                108.871438,\n                                38.027471\n                            ],\n                            [\n                                108.938575,\n                                37.920877\n                            ],\n                            [\n                                109.017416,\n                                37.969949\n                            ],\n                            [\n                                109.069155,\n                                38.091071\n                            ],\n                            [\n                                108.963829,\n                                38.155085\n                            ],\n                            [\n                                108.938575,\n                                38.207291\n                            ],\n                            [\n                                109.051908,\n                                38.432146\n                            ],\n                            [\n                                109.178792,\n                                38.520675\n                            ],\n                            [\n                                109.276726,\n                                38.623121\n                            ],\n                            [\n                                109.367269,\n                                38.627328\n                            ],\n                            [\n                                109.338936,\n                                38.70161\n                            ],\n                            [\n                                109.404226,\n                                38.720752\n                            ],\n                            [\n                                109.511399,\n                                38.833633\n                            ],\n                            [\n                                109.549587,\n                                38.805662\n                            ],\n                            [\n                                109.624116,\n                                38.854603\n                            ],\n                            [\n                                109.683862,\n                                38.935631\n                            ],\n                            [\n                                109.665384,\n                                38.981691\n                            ],\n                            [\n                                109.961035,\n                                39.191608\n                            ],\n                            [\n                                110.217881,\n                                39.28105\n                            ],\n                            [\n                                110.146432,\n                                39.455434\n                            ],\n                            [\n                                110.243751,\n                                39.42355\n                            ],\n                            [\n                                110.39096,\n                                39.31161\n                            ],\n                            [\n                                110.434692,\n                                39.381016\n                            ],\n                            [\n                                110.528315,\n                                39.380091\n                            ],\n                            [\n                                110.604075,\n                                39.277345\n                            ],\n                            [\n                                110.702626,\n                                39.27364\n                            ],\n                            [\n                                110.740198,\n                                39.351874\n                            ],\n                            [\n                                110.892335,\n                                39.509927\n                            ],\n                            [\n                                111.134399,\n                                39.586513\n                            ],\n                            [\n                                111.148566,\n                                39.531619\n                            ],\n                            [\n                                111.064182,\n                                39.400899\n                            ],\n                            [\n                                111.125776,\n                                39.366678\n                            ],\n                            [\n                                111.247732,\n                                39.302351\n                            ],\n                            [\n                                111.163348,\n                                39.152644\n                            ],\n                            [\n                                111.138711,\n                                39.064897\n                            ],\n                            [\n                                110.980414,\n                                38.970063\n                            ],\n                            [\n                                111.009363,\n                                38.847614\n                            ],\n                            [\n                                110.880016,\n                                38.618446\n                            ],\n                            [\n                                110.920052,\n                                38.581973\n                            ],\n                            [\n                                110.874473,\n                                38.453702\n                            ],\n                            [\n                                110.77777,\n                                38.44105\n                            ],\n                            [\n                                110.746973,\n                                38.366029\n                            ],\n                            [\n                                110.661358,\n                                38.308773\n                            ],\n                            [\n                                110.57759,\n                                38.297035\n                            ],\n                            [\n                                110.565887,\n                                38.215283\n                            ],\n                            [\n                                110.509221,\n                                38.192245\n                            ],\n                            [\n                                110.501213,\n                                38.031713\n                            ],\n                            [\n                                110.522771,\n                                37.954853\n                            ],\n                            [\n                                110.59422,\n                                37.921821\n                            ],\n                            [\n                                110.663821,\n                                37.803256\n                            ],\n                            [\n                                110.758676,\n                                37.744139\n                            ],\n                            [\n                                110.706321,\n                                37.705332\n                            ],\n                            [\n                                110.796248,\n                                37.66319\n                            ],\n                            [\n                                110.795017,\n                                37.566029\n                            ],\n                            [\n                                110.745125,\n                                37.450693\n                            ],\n                            [\n                                110.644111,\n                                37.435017\n                            ],\n                            [\n                                110.630561,\n                                37.373228\n                            ],\n                            [\n                                110.695234,\n                                37.34945\n                            ],\n                            [\n                                110.690307,\n                                37.287115\n                            ],\n                            [\n                                110.53509,\n                                37.137969\n                            ],\n                            [\n                                110.444547,\n                                37.007164\n                            ],\n                            [\n                                110.382953,\n                                37.021975\n                            ],\n                            [\n                                110.425453,\n                                36.960325\n                            ],\n                            [\n                                110.416214,\n                                36.790892\n                            ],\n                            [\n                                110.447011,\n                                36.737687\n                            ],\n                            [\n                                110.394656,\n                                36.676768\n                            ],\n                            [\n                                110.496902,\n                                36.582175\n                            ],\n                            [\n                                110.503677,\n                                36.487948\n                            ],\n                            [\n                                110.45933,\n                                36.330969\n                            ],\n                            [\n                                110.474112,\n                                36.248018\n                            ],\n                            [\n                                110.447011,\n                                36.164495\n                            ],\n                            [\n                                110.511684,\n                                35.879951\n                            ],\n                            [\n                                110.549257,\n                                35.877527\n                            ],\n                            [\n                                110.57759,\n                                35.701346\n                            ],\n                            [\n                                110.609619,\n                                35.632321\n                            ],\n                            [\n                                110.525851,\n                                35.44195\n                            ],\n                            [\n                                110.477808,\n                                35.413672\n                            ],\n                            [\n                                110.45009,\n                                35.327803\n                            ],\n                            [\n                                110.39404,\n                                35.271647\n                            ],\n                            [\n                                110.325671,\n                                35.014785\n                            ],\n                            [\n                                110.257301,\n                                34.93487\n                            ],\n                            [\n                                110.232664,\n                                34.803308\n                            ],\n                            [\n                                110.241287,\n                                34.682361\n                            ],\n                            [\n                                110.310272,\n                                34.608033\n                            ],\n                            [\n                                110.379257,\n                                34.600646\n                            ],\n                            [\n                                110.360779,\n                                34.516878\n                            ],\n                            [\n                                110.403279,\n                                34.43352\n                            ],\n                            [\n                                110.403279,\n                                34.43352\n                            ],\n                            [\n                                110.503677,\n                                34.337234\n                            ],\n                            [\n                                110.426685,\n                                34.275454\n                            ],\n                            [\n                                110.43962,\n                                34.24331\n                            ],\n                            [\n                                110.642264,\n                                34.16067\n                            ],\n                            [\n                                110.590525,\n                                34.096778\n                            ],\n                            [\n                                110.669365,\n                                33.939072\n                            ],\n                            [\n                                110.587445,\n                                33.887929\n                            ],\n                            [\n                                110.782698,\n                                33.795494\n                            ],\n                            [\n                                110.877552,\n                                33.635238\n                            ],\n                            [\n                                111.00382,\n                                33.578429\n                            ],\n                            [\n                                111.02661,\n                                33.478675\n                            ],\n                            [\n                                111.022914,\n                                33.475181\n                            ],\n                            [\n                                111.022914,\n                                33.474682\n                            ],\n                            [\n                                111.02661,\n                                33.474183\n                            ],\n                            [\n                                110.996429,\n                                33.435745\n                            ],\n                            [\n                                111.025994,\n                                33.330327\n                            ],\n                            [\n                                110.984726,\n                                33.255308\n                            ],\n                            [\n                                110.824582,\n                                33.158188\n                            ],\n                            [\n                                110.745741,\n                                33.147167\n                            ],\n                            [\n                                110.702626,\n                                33.097057\n                            ],\n                            [\n                                110.59422,\n                                33.168706\n                            ],\n                            [\n                                110.54125,\n                                33.255809\n                            ],\n                            [\n                                110.468569,\n                                33.181226\n                            ],\n                            [\n                                110.218497,\n                                33.163197\n                            ],\n                            [\n                                110.164911,\n                                33.209265\n                            ],\n                            [\n                                110.031252,\n                                33.191742\n                            ],\n                            [\n                                109.852013,\n                                33.247803\n                            ],\n                            [\n                                109.732521,\n                                33.231288\n                            ],\n                            [\n                                109.619804,\n                                33.27532\n                            ],\n                            [\n                                109.537268,\n                                33.2438\n                            ],\n                            [\n                                109.438718,\n                                33.152177\n                            ],\n                            [\n                                109.576073,\n                                33.110088\n                            ],\n                            [\n                                109.688174,\n                                33.116603\n                            ],\n                            [\n                                109.794731,\n                                33.066977\n                            ],\n                            [\n                                109.76455,\n                                32.909391\n                            ],\n                            [\n                                109.988752,\n                                32.886281\n                            ],\n                            [\n                                110.10886,\n                                32.82999\n                            ],\n                            [\n                                110.159367,\n                                32.767122\n                            ],\n                            [\n                                110.156903,\n                                32.683061\n                            ],\n                            [\n                                110.206179,\n                                32.633191\n                            ],\n                            [\n                                110.153824,\n                                32.593376\n                            ],\n                            [\n                                110.085454,\n                                32.613034\n                            ],\n                            [\n                                110.017701,\n                                32.546987\n                            ],\n                            [\n                                109.910528,\n                                32.592872\n                            ],\n                            [\n                                109.816905,\n                                32.577244\n                            ],\n                            [\n                                109.726978,\n                                32.608498\n                            ],\n                            [\n                                109.631507,\n                                32.599929\n                            ],\n                            [\n                                109.637051,\n                                32.540935\n                            ],\n                            [\n                                109.575457,\n                                32.506629\n                            ],\n                            [\n                                109.502776,\n                                32.389489\n                            ],\n                            [\n                                109.495385,\n                                32.300522\n                            ],\n                            [\n                                109.592703,\n                                32.219568\n                            ],\n                            [\n                                109.621652,\n                                32.106617\n                            ],\n                            [\n                                109.590855,\n                                32.012807\n                            ],\n                            [\n                                109.631507,\n                                31.962059\n                            ],\n                            [\n                                109.584696,\n                                31.900617\n                            ],\n                            [\n                                109.638282,\n                                31.811172\n                            ],\n                            [\n                                109.585928,\n                                31.726731\n                            ],\n                            [\n                                109.281654,\n                                31.717061\n                            ],\n                            [\n                                109.273646,\n                                31.801003\n                            ],\n                            [\n                                109.195422,\n                                31.817782\n                            ],\n                            [\n                                109.164009,\n                                31.877247\n                            ],\n                            [\n                                108.988466,\n                                31.979317\n                            ],\n                            [\n                                108.902235,\n                                31.984899\n                            ],\n                            [\n                                108.734084,\n                                32.106617\n                            ],\n                            [\n                                108.67249,\n                                32.104083\n                            ],\n                            [\n                                108.509882,\n                                32.201343\n                            ],\n                            [\n                                108.46923,\n                                32.270173\n                            ],\n                            [\n                                108.312781,\n                                32.232222\n                            ],\n                            [\n                                108.251187,\n                                32.273208\n                            ],\n                            [\n                                108.179122,\n                                32.222099\n                            ],\n                            [\n                                108.070717,\n                                32.233234\n                            ],\n                            [\n                                107.979558,\n                                32.14614\n                            ],\n                            [\n                                107.812022,\n                                32.24791\n                            ],\n                            [\n                                107.75474,\n                                32.338445\n                            ],\n                            [\n                                107.707929,\n                                32.331873\n                            ],\n                            [\n                                107.680211,\n                                32.398078\n                            ],\n                            [\n                                107.533002,\n                                32.383426\n                            ],\n                            [\n                                107.456625,\n                                32.417778\n                            ],\n                            [\n                                107.436299,\n                                32.529837\n                            ],\n                            [\n                                107.382097,\n                                32.54043\n                            ],\n                            [\n                                107.313727,\n                                32.489976\n                            ],\n                            [\n                                107.263836,\n                                32.403129\n                            ],\n                            [\n                                107.127098,\n                                32.482406\n                            ],\n                            [\n                                107.080286,\n                                32.542448\n                            ],\n                            [\n                                107.108004,\n                                32.600938\n                            ],\n                            [\n                                107.066736,\n                                32.708741\n                            ],\n                            [\n                                106.82344,\n                                32.705217\n                            ],\n                            [\n                                106.733513,\n                                32.739446\n                            ],\n                            [\n                                106.663296,\n                                32.690615\n                            ],\n                            [\n                                106.585687,\n                                32.688097\n                            ],\n                            [\n                                106.421231,\n                                32.616562\n                            ],\n                            [\n                                106.347935,\n                                32.670974\n                            ],\n                            [\n                                106.17424,\n                                32.697664\n                            ],\n                            [\n                                106.076305,\n                                32.753537\n                            ],\n                            [\n                                106.076305,\n                                32.758065\n                            ],\n                            [\n                                106.076921,\n                                32.764103\n                            ],\n                            [\n                                106.07261,\n                                32.764103\n                            ],\n                            [\n                                106.093552,\n                                32.823956\n                            ],\n                            [\n                                106.025798,\n                                32.85814\n                            ],\n                            [\n                                105.825002,\n                                32.824962\n                            ],\n                            [\n                                105.822538,\n                                32.770141\n                            ],\n                            [\n                                105.719061,\n                                32.759575\n                            ],\n                            [\n                                105.596489,\n                                32.699175\n                            ],\n                            [\n                                105.563844,\n                                32.72485\n                            ],\n                            [\n                                105.49917,\n                                32.911902\n                            ],\n                            [\n                                105.590329,\n                                32.876734\n                            ],\n                            [\n                                105.735691,\n                                32.905372\n                            ],\n                            [\n                                105.917393,\n                                32.993739\n                            ],\n                            [\n                                105.930944,\n                                33.177721\n                            ],\n                            [\n                                105.965436,\n                                33.204759\n                            ],\n                            [\n                                105.862574,\n                                33.234291\n                            ],\n                            [\n                                105.74801,\n                                33.298827\n                            ],\n                            [\n                                105.723372,\n                                33.390796\n                            ],\n                            [\n                                105.82993,\n                                33.382802\n                            ],\n                            [\n                                105.842248,\n                                33.490152\n                            ],\n                            [\n                                105.956197,\n                                33.612818\n                            ],\n                            [\n                                106.129276,\n                                33.604347\n                            ],\n                            [\n                                106.187174,\n                                33.54652\n                            ],\n                            [\n                                106.303587,\n                                33.604347\n                            ],\n                            [\n                                106.447101,\n                                33.613316\n                            ],\n                            [\n                                106.456956,\n                                33.533055\n                            ],\n                            [\n                                106.54134,\n                                33.513103\n                            ],\n                            [\n                                106.58076,\n                                33.575937\n                            ],\n                            [\n                                106.539492,\n                                33.691013\n                            ],\n                            [\n                                106.480362,\n                                33.715403\n                            ],\n                            [\n                                106.461883,\n                                33.789528\n                            ],\n                            [\n                                106.493296,\n                                33.846197\n                            ],\n                            [\n                                106.41076,\n                                33.906304\n                            ],\n                            [\n                                106.474202,\n                                33.970836\n                            ],\n                            [\n                                106.501919,\n                                34.104706\n                            ],\n                            [\n                                106.585071,\n                                34.149282\n                            ],\n                            [\n                                106.526557,\n                                34.291768\n                            ],\n                            [\n                                106.663912,\n                                34.24331\n                            ],\n                            [\n                                106.717498,\n                                34.369342\n                            ],\n                            [\n                                106.624491,\n                                34.410323\n                            ],\n                            [\n                                106.610325,\n                                34.454244\n                            ],\n                            [\n                                106.455108,\n                                34.531667\n                            ],\n                            [\n                                106.334384,\n                                34.517864\n                            ],\n                            [\n                                106.314058,\n                                34.578973\n                            ],\n                            [\n                                106.419384,\n                                34.643482\n                            ],\n                            [\n                                106.505615,\n                                34.74679\n                            ],\n                            [\n                                106.575216,\n                                34.769893\n                            ],\n                            [\n                                106.493296,\n                                34.941247\n                            ],\n                            [\n                                106.494528,\n                                35.005964\n                            ],\n                            [\n                                106.494528,\n                                35.005964\n                            ],\n                            [\n                                106.5746,\n                                35.089236\n                            ],\n                            [\n                                106.710723,\n                                35.100495\n                            ],\n                            [\n                                106.838222,\n                                35.079933\n                            ],\n                            [\n                                106.901664,\n                                35.094621\n                            ],\n                            [\n                                107.08275,\n                                35.024095\n                            ],\n                            [\n                                107.089526,\n                                34.976553\n                            ],\n                            [\n                                107.189308,\n                                34.893166\n                            ],\n                            [\n                                107.252134,\n                                34.880896\n                            ],\n                            [\n                                107.286626,\n                                34.931927\n                            ],\n                            [\n                                107.523763,\n                                34.909851\n                            ],\n                            [\n                                107.561951,\n                                34.966747\n                            ],\n                            [\n                                107.634016,\n                                34.950565\n                            ],\n                            [\n                                107.804631,\n                                34.95694\n                            ],\n                            [\n                                107.863761,\n                                34.996161\n                            ],\n                            [\n                                107.757204,\n                                35.076016\n                            ],\n                            [\n                                107.686371,\n                                35.217895\n                            ],\n                            [\n                                107.651878,\n                                35.239889\n                            ],\n                            [\n                                107.745501,\n                                35.311693\n                            ],\n                            [\n                                107.867457,\n                                35.256014\n                            ],\n                            [\n                                108.049159,\n                                35.254059\n                            ],\n                            [\n                                108.174811,\n                                35.305345\n                            ],\n                            [\n                                108.2401,\n                                35.256014\n                            ],\n                            [\n                                108.352817,\n                                35.285812\n                            ],\n                            [\n                                108.48894,\n                                35.275066\n                            ],\n                            [\n                                108.614591,\n                                35.32878\n                            ],\n                            [\n                                108.631222,\n                                35.418548\n                            ],\n                            [\n                                108.618287,\n                                35.556908\n                            ],\n                            [\n                                108.539447,\n                                35.605569\n                            ],\n                            [\n                                108.517273,\n                                35.715921\n                            ],\n                            [\n                                108.524664,\n                                35.839703\n                            ],\n                            [\n                                108.498179,\n                                35.876072\n                            ],\n                            [\n                                108.588722,\n                                35.950214\n                            ],\n                            [\n                                108.656475,\n                                35.952636\n                            ],\n                            [\n                                108.712526,\n                                36.13889\n                            ],\n                            [\n                                108.646004,\n                                36.25429\n                            ],\n                            [\n                                108.651548,\n                                36.384936\n                            ],\n                            [\n                                108.618903,\n                                36.434052\n                            ],\n                            [\n                                108.510498,\n                                36.474478\n                            ],\n                            [\n                                108.495099,\n                                36.422498\n                            ],\n                            [\n                                108.407636,\n                                36.458117\n                            ],\n                            [\n                                108.340498,\n                                36.55911\n                            ],\n                            [\n                                108.262274,\n                                36.549497\n                            ],\n                            [\n                                108.194521,\n                                36.625405\n                            ],\n                            [\n                                108.163724,\n                                36.563916\n                            ],\n                            [\n                                108.007891,\n                                36.61628\n                            ],\n                            [\n                                108.004811,\n                                36.683006\n                            ],\n                            [\n                                107.939522,\n                                36.655651\n                            ],\n                            [\n                                107.907493,\n                                36.751591\n                            ],\n                            [\n                                107.720863,\n                                36.802391\n                            ],\n                            [\n                                107.540393,\n                                36.828736\n                            ],\n                            [\n                                107.478183,\n                                36.908674\n                            ],\n                            [\n                                107.310032,\n                                36.912501\n                            ],\n                            [\n                                107.288474,\n                                37.00812\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.076305,\n                                32.753537\n                            ],\n                            [\n                                106.07261,\n                                32.764103\n                            ],\n                            [\n                                106.076921,\n                                32.764103\n                            ],\n                            [\n                                106.076305,\n                                32.758065\n                            ],\n                            [\n                                106.076305,\n                                32.753537\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                111.022914,\n                                33.474682\n                            ],\n                            [\n                                111.022914,\n                                33.475181\n                            ],\n                            [\n                                111.02661,\n                                33.478675\n                            ],\n                            [\n                                111.02661,\n                                33.474183\n                            ],\n                            [\n                                111.022914,\n                                33.474682\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 620000,\n                \"name\": \"甘肃省\",\n                \"center\": [\n                    103.823557,\n                    36.058039\n                ],\n                \"childrenNum\": 14,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 27,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                106.494528,\n                                35.005964\n                            ],\n                            [\n                                106.494528,\n                                35.005964\n                            ],\n                            [\n                                106.493296,\n                                34.941247\n                            ],\n                            [\n                                106.575216,\n                                34.769893\n                            ],\n                            [\n                                106.505615,\n                                34.74679\n                            ],\n                            [\n                                106.419384,\n                                34.643482\n                            ],\n                            [\n                                106.314058,\n                                34.578973\n                            ],\n                            [\n                                106.334384,\n                                34.517864\n                            ],\n                            [\n                                106.455108,\n                                34.531667\n                            ],\n                            [\n                                106.610325,\n                                34.454244\n                            ],\n                            [\n                                106.624491,\n                                34.410323\n                            ],\n                            [\n                                106.717498,\n                                34.369342\n                            ],\n                            [\n                                106.663912,\n                                34.24331\n                            ],\n                            [\n                                106.526557,\n                                34.291768\n                            ],\n                            [\n                                106.585071,\n                                34.149282\n                            ],\n                            [\n                                106.501919,\n                                34.104706\n                            ],\n                            [\n                                106.474202,\n                                33.970836\n                            ],\n                            [\n                                106.41076,\n                                33.906304\n                            ],\n                            [\n                                106.493296,\n                                33.846197\n                            ],\n                            [\n                                106.461883,\n                                33.789528\n                            ],\n                            [\n                                106.480362,\n                                33.715403\n                            ],\n                            [\n                                106.539492,\n                                33.691013\n                            ],\n                            [\n                                106.58076,\n                                33.575937\n                            ],\n                            [\n                                106.54134,\n                                33.513103\n                            ],\n                            [\n                                106.456956,\n                                33.533055\n                            ],\n                            [\n                                106.447101,\n                                33.613316\n                            ],\n                            [\n                                106.303587,\n                                33.604347\n                            ],\n                            [\n                                106.187174,\n                                33.54652\n                            ],\n                            [\n                                106.129276,\n                                33.604347\n                            ],\n                            [\n                                105.956197,\n                                33.612818\n                            ],\n                            [\n                                105.842248,\n                                33.490152\n                            ],\n                            [\n                                105.82993,\n                                33.382802\n                            ],\n                            [\n                                105.723372,\n                                33.390796\n                            ],\n                            [\n                                105.74801,\n                                33.298827\n                            ],\n                            [\n                                105.862574,\n                                33.234291\n                            ],\n                            [\n                                105.965436,\n                                33.204759\n                            ],\n                            [\n                                105.930944,\n                                33.177721\n                            ],\n                            [\n                                105.917393,\n                                32.993739\n                            ],\n                            [\n                                105.735691,\n                                32.905372\n                            ],\n                            [\n                                105.590329,\n                                32.876734\n                            ],\n                            [\n                                105.49917,\n                                32.911902\n                            ],\n                            [\n                                105.414171,\n                                32.921948\n                            ],\n                            [\n                                105.391381,\n                                32.835017\n                            ],\n                            [\n                                105.455439,\n                                32.737433\n                            ],\n                            [\n                                105.347033,\n                                32.682558\n                            ],\n                            [\n                                105.111128,\n                                32.59388\n                            ],\n                            [\n                                105.026745,\n                                32.650322\n                            ],\n                            [\n                                104.881999,\n                                32.600938\n                            ],\n                            [\n                                104.845659,\n                                32.653848\n                            ],\n                            [\n                                104.739717,\n                                32.635711\n                            ],\n                            [\n                                104.643015,\n                                32.661908\n                            ],\n                            [\n                                104.582653,\n                                32.722333\n                            ],\n                            [\n                                104.458849,\n                                32.748504\n                            ],\n                            [\n                                104.363994,\n                                32.822448\n                            ],\n                            [\n                                104.294393,\n                                32.83552\n                            ],\n                            [\n                                104.288234,\n                                32.94304\n                            ],\n                            [\n                                104.378161,\n                                32.953081\n                            ],\n                            [\n                                104.426204,\n                                33.0108\n                            ],\n                            [\n                                104.337509,\n                                33.038392\n                            ],\n                            [\n                                104.378161,\n                                33.109086\n                            ],\n                            [\n                                104.303632,\n                                33.304328\n                            ],\n                            [\n                                104.432979,\n                                33.325828\n                            ],\n                            [\n                                104.292545,\n                                33.336326\n                            ],\n                            [\n                                104.22048,\n                                33.404782\n                            ],\n                            [\n                                104.155191,\n                                33.542531\n                            ],\n                            [\n                                104.168741,\n                                33.611821\n                            ],\n                            [\n                                104.046169,\n                                33.686533\n                            ],\n                            [\n                                103.871243,\n                                33.68255\n                            ],\n                            [\n                                103.778236,\n                                33.658648\n                            ],\n                            [\n                                103.626099,\n                                33.727347\n                            ],\n                            [\n                                103.520157,\n                                33.678566\n                            ],\n                            [\n                                103.525085,\n                                33.798975\n                            ],\n                            [\n                                103.349542,\n                                33.74327\n                            ],\n                            [\n                                103.279325,\n                                33.806433\n                            ],\n                            [\n                                103.153057,\n                                33.814884\n                            ],\n                            [\n                                103.181391,\n                                33.900842\n                            ],\n                            [\n                                103.124108,\n                                33.968354\n                            ],\n                            [\n                                103.119797,\n                                34.034822\n                            ],\n                            [\n                                103.178927,\n                                34.079931\n                            ],\n                            [\n                                103.124108,\n                                34.16166\n                            ],\n                            [\n                                102.973203,\n                                34.205217\n                            ],\n                            [\n                                102.978747,\n                                34.249246\n                            ],\n                            [\n                                102.911609,\n                                34.313022\n                            ],\n                            [\n                                102.798276,\n                                34.272982\n                            ],\n                            [\n                                102.599328,\n                                34.145321\n                            ],\n                            [\n                                102.655994,\n                                34.113623\n                            ],\n                            [\n                                102.471213,\n                                34.072993\n                            ],\n                            [\n                                102.437336,\n                                34.087364\n                            ],\n                            [\n                                102.391756,\n                                33.970836\n                            ],\n                            [\n                                102.315996,\n                                33.994154\n                            ],\n                            [\n                                102.237772,\n                                33.963392\n                            ],\n                            [\n                                102.136142,\n                                33.965377\n                            ],\n                            [\n                                102.234076,\n                                33.870046\n                            ],\n                            [\n                                102.239619,\n                                33.788036\n                            ],\n                            [\n                                102.299981,\n                                33.782566\n                            ],\n                            [\n                                102.342481,\n                                33.725357\n                            ],\n                            [\n                                102.33817,\n                                33.614313\n                            ],\n                            [\n                                102.440416,\n                                33.57494\n                            ],\n                            [\n                                102.462589,\n                                33.449724\n                            ],\n                            [\n                                102.396684,\n                                33.40678\n                            ],\n                            [\n                                102.264873,\n                                33.417269\n                            ],\n                            [\n                                102.186649,\n                                33.332327\n                            ],\n                            [\n                                102.217446,\n                                33.248303\n                            ],\n                            [\n                                102.112736,\n                                33.287324\n                            ],\n                            [\n                                102.08933,\n                                33.204759\n                            ],\n                            [\n                                101.935345,\n                                33.186734\n                            ],\n                            [\n                                101.865744,\n                                33.103072\n                            ],\n                            [\n                                101.841723,\n                                33.184731\n                            ],\n                            [\n                                101.769658,\n                                33.268816\n                            ],\n                            [\n                                101.878063,\n                                33.315829\n                            ],\n                            [\n                                101.885454,\n                                33.380804\n                            ],\n                            [\n                                101.9452,\n                                33.437742\n                            ],\n                            [\n                                101.907012,\n                                33.542032\n                            ],\n                            [\n                                101.844186,\n                                33.602353\n                            ],\n                            [\n                                101.769042,\n                                33.538541\n                            ],\n                            [\n                                101.735781,\n                                33.49614\n                            ],\n                            [\n                                101.622448,\n                                33.502127\n                            ],\n                            [\n                                101.582412,\n                                33.675081\n                            ],\n                            [\n                                101.501724,\n                                33.70296\n                            ],\n                            [\n                                101.385312,\n                                33.644702\n                            ],\n                            [\n                                101.238718,\n                                33.685039\n                            ],\n                            [\n                                101.166653,\n                                33.660142\n                            ],\n                            [\n                                101.191907,\n                                33.786047\n                            ],\n                            [\n                                101.153718,\n                                33.844706\n                            ],\n                            [\n                                100.999118,\n                                33.889419\n                            ],\n                            [\n                                100.806329,\n                                34.155224\n                            ],\n                            [\n                                100.764445,\n                                34.178987\n                            ],\n                            [\n                                100.821727,\n                                34.317469\n                            ],\n                            [\n                                100.895024,\n                                34.375268\n                            ],\n                            [\n                                100.986799,\n                                34.374774\n                            ],\n                            [\n                                101.054552,\n                                34.322905\n                            ],\n                            [\n                                101.235022,\n                                34.325376\n                            ],\n                            [\n                                101.331109,\n                                34.245289\n                            ],\n                            [\n                                101.530057,\n                                34.21066\n                            ],\n                            [\n                                101.622448,\n                                34.178492\n                            ],\n                            [\n                                101.736397,\n                                34.079931\n                            ],\n                            [\n                                101.84665,\n                                34.150272\n                            ],\n                            [\n                                101.955055,\n                                34.10966\n                            ],\n                            [\n                                101.965526,\n                                34.167601\n                            ],\n                            [\n                                102.062229,\n                                34.227976\n                            ],\n                            [\n                                102.067772,\n                                34.293746\n                            ],\n                            [\n                                102.149692,\n                                34.271993\n                            ],\n                            [\n                                102.189728,\n                                34.355018\n                            ],\n                            [\n                                102.237156,\n                                34.343163\n                            ],\n                            [\n                                102.237772,\n                                34.343163\n                            ],\n                            [\n                                102.237156,\n                                34.343163\n                            ],\n                            [\n                                102.237772,\n                                34.343163\n                            ],\n                            [\n                                102.210054,\n                                34.399462\n                            ],\n                            [\n                                102.210054,\n                                34.399462\n                            ],\n                            [\n                                102.155852,\n                                34.507511\n                            ],\n                            [\n                                102.003715,\n                                34.538074\n                            ],\n                            [\n                                101.919947,\n                                34.621821\n                            ],\n                            [\n                                101.917483,\n                                34.875497\n                            ],\n                            [\n                                102.048062,\n                                34.910832\n                            ],\n                            [\n                                102.094874,\n                                34.986848\n                            ],\n                            [\n                                102.218677,\n                                35.058386\n                            ],\n                            [\n                                102.29567,\n                                35.071609\n                            ],\n                            [\n                                102.310452,\n                                35.128883\n                            ],\n                            [\n                                102.402227,\n                                35.191006\n                            ],\n                            [\n                                102.370814,\n                                35.262854\n                            ],\n                            [\n                                102.279655,\n                                35.304857\n                            ],\n                            [\n                                102.317228,\n                                35.433663\n                            ],\n                            [\n                                102.407155,\n                                35.408308\n                            ],\n                            [\n                                102.447807,\n                                35.437563\n                            ],\n                            [\n                                102.504473,\n                                35.583189\n                            ],\n                            [\n                                102.742226,\n                                35.495065\n                            ],\n                            [\n                                102.808747,\n                                35.560315\n                            ],\n                            [\n                                102.686175,\n                                35.772253\n                            ],\n                            [\n                                102.78411,\n                                35.862496\n                            ],\n                            [\n                                102.955957,\n                                35.861041\n                            ],\n                            [\n                                102.971971,\n                                35.995247\n                            ],\n                            [\n                                102.882044,\n                                36.082335\n                            ],\n                            [\n                                102.941174,\n                                36.105058\n                            ],\n                            [\n                                102.98737,\n                                36.193956\n                            ],\n                            [\n                                103.068058,\n                                36.203612\n                            ],\n                            [\n                                103.024326,\n                                36.257185\n                            ],\n                            [\n                                102.830305,\n                                36.358439\n                            ],\n                            [\n                                102.832153,\n                                36.357957\n                            ],\n                            [\n                                102.831537,\n                                36.360848\n                            ],\n                            [\n                                102.830305,\n                                36.362294\n                            ],\n                            [\n                                102.769943,\n                                36.472072\n                            ],\n                            [\n                                102.761936,\n                                36.568721\n                            ],\n                            [\n                                102.606719,\n                                36.682526\n                            ],\n                            [\n                                102.704654,\n                                36.792329\n                            ],\n                            [\n                                102.587009,\n                                36.869912\n                            ],\n                            [\n                                102.56114,\n                                36.919676\n                            ],\n                            [\n                                102.450271,\n                                36.968453\n                            ],\n                            [\n                                102.506321,\n                                37.019108\n                            ],\n                            [\n                                102.488459,\n                                37.079278\n                            ],\n                            [\n                                102.642444,\n                                37.099801\n                            ],\n                            [\n                                102.599944,\n                                37.174687\n                            ],\n                            [\n                                102.457662,\n                                37.24807\n                            ],\n                            [\n                                102.428097,\n                                37.308534\n                            ],\n                            [\n                                102.19712,\n                                37.420287\n                            ],\n                            [\n                                102.102881,\n                                37.48441\n                            ],\n                            [\n                                102.130598,\n                                37.544684\n                            ],\n                            [\n                                102.035743,\n                                37.627184\n                            ],\n                            [\n                                102.036359,\n                                37.684974\n                            ],\n                            [\n                                101.946432,\n                                37.728051\n                            ],\n                            [\n                                101.815853,\n                                37.65419\n                            ],\n                            [\n                                101.791832,\n                                37.695864\n                            ],\n                            [\n                                101.659405,\n                                37.733256\n                            ],\n                            [\n                                101.597195,\n                                37.828308\n                            ],\n                            [\n                                101.459224,\n                                37.866105\n                            ],\n                            [\n                                101.362522,\n                                37.791437\n                            ],\n                            [\n                                101.150639,\n                                37.876969\n                            ],\n                            [\n                                100.887633,\n                                38.050562\n                            ],\n                            [\n                                100.93814,\n                                38.160261\n                            ],\n                            [\n                                100.825423,\n                                38.158849\n                            ],\n                            [\n                                100.74843,\n                                38.239724\n                            ],\n                            [\n                                100.619083,\n                                38.265567\n                            ],\n                            [\n                                100.546402,\n                                38.246773\n                            ],\n                            [\n                                100.474953,\n                                38.289052\n                            ],\n                            [\n                                100.318505,\n                                38.329428\n                            ],\n                            [\n                                100.261222,\n                                38.366498\n                            ],\n                            [\n                                100.24028,\n                                38.441519\n                            ],\n                            [\n                                100.064122,\n                                38.518802\n                            ],\n                            [\n                                100.001296,\n                                38.466821\n                            ],\n                            [\n                                100.093071,\n                                38.4073\n                            ],\n                            [\n                                100.157744,\n                                38.309712\n                            ],\n                            [\n                                100.182998,\n                                38.221864\n                            ],\n                            [\n                                100.126332,\n                                38.231735\n                            ],\n                            [\n                                99.937238,\n                                38.34163\n                            ],\n                            [\n                                99.826985,\n                                38.370251\n                            ],\n                            [\n                                99.65945,\n                                38.449017\n                            ],\n                            [\n                                99.555972,\n                                38.520207\n                            ],\n                            [\n                                99.50916,\n                                38.608628\n                            ],\n                            [\n                                99.450646,\n                                38.60442\n                            ],\n                            [\n                                99.361951,\n                                38.718418\n                            ],\n                            [\n                                99.222133,\n                                38.788875\n                            ],\n                            [\n                                99.068764,\n                                38.896991\n                            ],\n                            [\n                                99.1088,\n                                38.946334\n                            ],\n                            [\n                                98.951735,\n                                38.987737\n                            ],\n                            [\n                                98.816845,\n                                39.085799\n                            ],\n                            [\n                                98.743548,\n                                39.086728\n                            ],\n                            [\n                                98.584635,\n                                38.930046\n                            ],\n                            [\n                                98.457752,\n                                38.952849\n                            ],\n                            [\n                                98.383839,\n                                39.029581\n                            ],\n                            [\n                                98.280977,\n                                39.027257\n                            ],\n                            [\n                                98.251412,\n                                38.891403\n                            ],\n                            [\n                                98.094964,\n                                38.786077\n                            ],\n                            [\n                                98.009348,\n                                38.859262\n                            ],\n                            [\n                                97.828878,\n                                38.930046\n                            ],\n                            [\n                                97.701379,\n                                38.963085\n                            ],\n                            [\n                                97.679205,\n                                39.010522\n                            ],\n                            [\n                                97.371235,\n                                39.14058\n                            ],\n                            [\n                                97.220946,\n                                39.192999\n                            ],\n                            [\n                                96.962867,\n                                39.198564\n                            ],\n                            [\n                                97.012142,\n                                39.141972\n                            ],\n                            [\n                                96.969643,\n                                39.097873\n                            ],\n                            [\n                                96.940693,\n                                38.907701\n                            ],\n                            [\n                                96.983809,\n                                38.869046\n                            ],\n                            [\n                                97.009063,\n                                38.702544\n                            ],\n                            [\n                                97.057722,\n                                38.672654\n                            ],\n                            [\n                                97.055874,\n                                38.5946\n                            ],\n                            [\n                                96.975802,\n                                38.559519\n                            ],\n                            [\n                                96.7941,\n                                38.60816\n                            ],\n                            [\n                                96.780549,\n                                38.504289\n                            ],\n                            [\n                                96.6666,\n                                38.483684\n                            ],\n                            [\n                                96.698013,\n                                38.422302\n                            ],\n                            [\n                                96.626564,\n                                38.356177\n                            ],\n                            [\n                                96.665369,\n                                38.230325\n                            ],\n                            [\n                                96.46334,\n                                38.27778\n                            ],\n                            [\n                                96.335841,\n                                38.246303\n                            ],\n                            [\n                                96.313051,\n                                38.162142\n                            ],\n                            [\n                                96.221892,\n                                38.148969\n                            ],\n                            [\n                                96.109175,\n                                38.187072\n                            ],\n                            [\n                                96.063596,\n                                38.172962\n                            ],\n                            [\n                                95.856024,\n                                38.284355\n                            ],\n                            [\n                                95.83693,\n                                38.343977\n                            ],\n                            [\n                                95.702039,\n                                38.400736\n                            ],\n                            [\n                                95.51849,\n                                38.295156\n                            ],\n                            [\n                                95.320157,\n                                38.32051\n                            ],\n                            [\n                                95.261027,\n                                38.301261\n                            ],\n                            [\n                                95.121825,\n                                38.417615\n                            ],\n                            [\n                                94.973999,\n                                38.430271\n                            ],\n                            [\n                                94.810775,\n                                38.385261\n                            ],\n                            [\n                                94.67958,\n                                38.387137\n                            ],\n                            [\n                                94.527443,\n                                38.36556\n                            ],\n                            [\n                                94.511429,\n                                38.445268\n                            ],\n                            [\n                                94.370379,\n                                38.762753\n                            ],\n                            [\n                                93.885018,\n                                38.720752\n                            ],\n                            [\n                                93.800019,\n                                38.750622\n                            ],\n                            [\n                                93.769838,\n                                38.821047\n                            ],\n                            [\n                                93.884403,\n                                38.826175\n                            ],\n                            [\n                                93.729186,\n                                38.92446\n                            ],\n                            [\n                                93.453245,\n                                38.915615\n                            ],\n                            [\n                                93.274007,\n                                38.89606\n                            ],\n                            [\n                                93.179152,\n                                38.923994\n                            ],\n                            [\n                                93.198246,\n                                39.045847\n                            ],\n                            [\n                                93.131725,\n                                39.108088\n                            ],\n                            [\n                                93.142196,\n                                39.160531\n                            ],\n                            [\n                                92.978356,\n                                39.143364\n                            ],\n                            [\n                                92.938936,\n                                39.169809\n                            ],\n                            [\n                                92.866871,\n                                39.138723\n                            ],\n                            [\n                                92.489916,\n                                39.09973\n                            ],\n                            [\n                                92.41046,\n                                39.038412\n                            ],\n                            [\n                                92.366728,\n                                39.059322\n                            ],\n                            [\n                                92.339011,\n                                39.236575\n                            ],\n                            [\n                                92.52564,\n                                39.368528\n                            ],\n                            [\n                                92.639589,\n                                39.514543\n                            ],\n                            [\n                                92.745531,\n                                39.868137\n                            ],\n                            [\n                                92.796654,\n                                40.15364\n                            ],\n                            [\n                                92.906907,\n                                40.310773\n                            ],\n                            [\n                                92.928465,\n                                40.572609\n                            ],\n                            [\n                                93.506216,\n                                40.648464\n                            ],\n                            [\n                                93.760599,\n                                40.664804\n                            ],\n                            [\n                                93.820961,\n                                40.793574\n                            ],\n                            [\n                                93.809874,\n                                40.879583\n                            ],\n                            [\n                                94.01067,\n                                41.114857\n                            ],\n                            [\n                                94.184365,\n                                41.268392\n                            ],\n                            [\n                                94.534219,\n                                41.50586\n                            ],\n                            [\n                                94.750413,\n                                41.538114\n                            ],\n                            [\n                                94.861898,\n                                41.668309\n                            ],\n                            [\n                                95.135991,\n                                41.772811\n                            ],\n                            [\n                                95.29552,\n                                41.569456\n                            ],\n                            [\n                                95.39407,\n                                41.693333\n                            ],\n                            [\n                                95.57146,\n                                41.796011\n                            ],\n                            [\n                                95.677402,\n                                41.830795\n                            ],\n                            [\n                                95.855408,\n                                41.849516\n                            ],\n                            [\n                                96.038342,\n                                41.924794\n                            ],\n                            [\n                                96.117183,\n                                41.985753\n                            ],\n                            [\n                                96.13874,\n                                42.054207\n                            ],\n                            [\n                                96.077147,\n                                42.149652\n                            ],\n                            [\n                                96.178161,\n                                42.217929\n                            ],\n                            [\n                                96.040806,\n                                42.3264\n                            ],\n                            [\n                                96.06606,\n                                42.414367\n                            ],\n                            [\n                                95.978596,\n                                42.436892\n                            ],\n                            [\n                                96.02356,\n                                42.54234\n                            ],\n                            [\n                                96.103632,\n                                42.604026\n                            ],\n                            [\n                                96.386348,\n                                42.727655\n                            ],\n                            [\n                                96.742361,\n                                42.757096\n                            ],\n                            [\n                                96.968411,\n                                42.756218\n                            ],\n                            [\n                                97.172903,\n                                42.795305\n                            ],\n                            [\n                                97.307177,\n                                42.565259\n                            ],\n                            [\n                                97.84674,\n                                41.656687\n                            ],\n                            [\n                                97.613915,\n                                41.477176\n                            ],\n                            [\n                                97.629314,\n                                41.440407\n                            ],\n                            [\n                                97.971776,\n                                41.097726\n                            ],\n                            [\n                                98.25018,\n                                40.939271\n                            ],\n                            [\n                                98.333332,\n                                40.918929\n                            ],\n                            [\n                                98.344419,\n                                40.568518\n                            ],\n                            [\n                                98.627751,\n                                40.677965\n                            ],\n                            [\n                                98.569853,\n                                40.746901\n                            ],\n                            [\n                                98.668403,\n                                40.772734\n                            ],\n                            [\n                                98.689345,\n                                40.691576\n                            ],\n                            [\n                                98.801446,\n                                40.609411\n                            ],\n                            [\n                                98.790975,\n                                40.705185\n                            ],\n                            [\n                                98.984996,\n                                40.782701\n                            ],\n                            [\n                                99.041662,\n                                40.693844\n                            ],\n                            [\n                                99.102025,\n                                40.676603\n                            ],\n                            [\n                                99.172858,\n                                40.747354\n                            ],\n                            [\n                                99.174705,\n                                40.858317\n                            ],\n                            [\n                                99.565827,\n                                40.846551\n                            ],\n                            [\n                                99.673,\n                                40.932943\n                            ],\n                            [\n                                100.057346,\n                                40.908077\n                            ],\n                            [\n                                100.107853,\n                                40.875511\n                            ],\n                            [\n                                100.237201,\n                                40.716977\n                            ],\n                            [\n                                100.242744,\n                                40.618495\n                            ],\n                            [\n                                100.169447,\n                                40.541242\n                            ],\n                            [\n                                100.169447,\n                                40.277458\n                            ],\n                            [\n                                100.002528,\n                                40.197528\n                            ],\n                            [\n                                99.927383,\n                                40.063947\n                            ],\n                            [\n                                99.488218,\n                                39.875943\n                            ],\n                            [\n                                99.672384,\n                                39.887881\n                            ],\n                            [\n                                99.822058,\n                                39.85987\n                            ],\n                            [\n                                99.904593,\n                                39.785886\n                            ],\n                            [\n                                100.040716,\n                                39.756913\n                            ],\n                            [\n                                100.128179,\n                                39.702155\n                            ],\n                            [\n                                100.250135,\n                                39.68512\n                            ],\n                            [\n                                100.314193,\n                                39.606799\n                            ],\n                            [\n                                100.326512,\n                                39.509003\n                            ],\n                            [\n                                100.500823,\n                                39.4813\n                            ],\n                            [\n                                100.498975,\n                                39.400437\n                            ],\n                            [\n                                100.619699,\n                                39.38749\n                            ],\n                            [\n                                100.842053,\n                                39.405523\n                            ],\n                            [\n                                100.842669,\n                                39.199955\n                            ],\n                            [\n                                100.864227,\n                                39.106695\n                            ],\n                            [\n                                100.835278,\n                                39.025863\n                            ],\n                            [\n                                100.961545,\n                                39.005873\n                            ],\n                            [\n                                100.969553,\n                                38.9468\n                            ],\n                            [\n                                101.117378,\n                                38.97518\n                            ],\n                            [\n                                101.228863,\n                                39.02075\n                            ],\n                            [\n                                101.198682,\n                                38.943077\n                            ],\n                            [\n                                101.24303,\n                                38.86066\n                            ],\n                            [\n                                101.334189,\n                                38.848545\n                            ],\n                            [\n                                101.307087,\n                                38.802865\n                            ],\n                            [\n                                101.562702,\n                                38.712816\n                            ],\n                            [\n                                101.601506,\n                                38.6549\n                            ],\n                            [\n                                101.679115,\n                                38.690869\n                            ],\n                            [\n                                101.777049,\n                                38.660507\n                            ],\n                            [\n                                101.941505,\n                                38.808926\n                            ],\n                            [\n                                102.075164,\n                                38.891403\n                            ],\n                            [\n                                101.926106,\n                                39.000758\n                            ],\n                            [\n                                101.830636,\n                                39.093229\n                            ],\n                            [\n                                102.280887,\n                                39.190217\n                            ],\n                            [\n                                102.45335,\n                                39.25511\n                            ],\n                            [\n                                102.601792,\n                                39.172129\n                            ],\n                            [\n                                103.007696,\n                                39.09973\n                            ],\n                            [\n                                103.344615,\n                                39.331514\n                            ],\n                            [\n                                103.595302,\n                                39.386565\n                            ],\n                            [\n                                103.839214,\n                                39.460516\n                            ],\n                            [\n                                103.964865,\n                                39.455434\n                            ],\n                            [\n                                104.091133,\n                                39.418466\n                            ],\n                            [\n                                104.047401,\n                                39.297721\n                            ],\n                            [\n                                104.177364,\n                                39.15218\n                            ],\n                            [\n                                104.207546,\n                                39.083941\n                            ],\n                            [\n                                104.168125,\n                                38.940285\n                            ],\n                            [\n                                104.044322,\n                                38.895128\n                            ],\n                            [\n                                103.85954,\n                                38.64462\n                            ],\n                            [\n                                103.416063,\n                                38.404956\n                            ],\n                            [\n                                103.507838,\n                                38.281068\n                            ],\n                            [\n                                103.53494,\n                                38.156497\n                            ],\n                            [\n                                103.369868,\n                                38.089658\n                            ],\n                            [\n                                103.362477,\n                                38.037368\n                            ],\n                            [\n                                103.401897,\n                                37.861854\n                            ],\n                            [\n                                103.676606,\n                                37.783871\n                            ],\n                            [\n                                103.948235,\n                                37.564606\n                            ],\n                            [\n                                104.183524,\n                                37.406981\n                            ],\n                            [\n                                104.287002,\n                                37.42789\n                            ],\n                            [\n                                104.437907,\n                                37.445943\n                            ],\n                            [\n                                104.679971,\n                                37.407931\n                            ],\n                            [\n                                104.713848,\n                                37.32947\n                            ],\n                            [\n                                104.632544,\n                                37.299015\n                            ],\n                            [\n                                104.600515,\n                                37.242831\n                            ],\n                            [\n                                104.638087,\n                                37.201857\n                            ],\n                            [\n                                104.775442,\n                                37.246641\n                            ],\n                            [\n                                104.85613,\n                                37.211864\n                            ],\n                            [\n                                104.95468,\n                                37.040125\n                            ],\n                            [\n                                105.165331,\n                                36.995218\n                            ],\n                            [\n                                105.190585,\n                                36.886185\n                            ],\n                            [\n                                105.244787,\n                                36.894798\n                            ],\n                            [\n                                105.334714,\n                                36.800953\n                            ],\n                            [\n                                105.319932,\n                                36.742961\n                            ],\n                            [\n                                105.218302,\n                                36.730494\n                            ],\n                            [\n                                105.22015,\n                                36.631167\n                            ],\n                            [\n                                105.281744,\n                                36.522575\n                            ],\n                            [\n                                105.319932,\n                                36.536038\n                            ],\n                            [\n                                105.398156,\n                                36.430683\n                            ],\n                            [\n                                105.401236,\n                                36.370002\n                            ],\n                            [\n                                105.473301,\n                                36.298185\n                            ],\n                            [\n                                105.460366,\n                                36.223887\n                            ],\n                            [\n                                105.513337,\n                                36.150003\n                            ],\n                            [\n                                105.343954,\n                                36.033965\n                            ],\n                            [\n                                105.333483,\n                                35.887707\n                            ],\n                            [\n                                105.392613,\n                                35.865405\n                            ],\n                            [\n                                105.481924,\n                                35.727094\n                            ],\n                            [\n                                105.570003,\n                                35.716407\n                            ],\n                            [\n                                105.671017,\n                                35.749434\n                            ],\n                            [\n                                105.754785,\n                                35.730494\n                            ],\n                            [\n                                105.690727,\n                                35.698431\n                            ],\n                            [\n                                105.847176,\n                                35.490681\n                            ],\n                            [\n                                105.868734,\n                                35.53987\n                            ],\n                            [\n                                106.015943,\n                                35.52234\n                            ],\n                            [\n                                106.070762,\n                                35.491655\n                            ],\n                            [\n                                106.057827,\n                                35.488245\n                            ],\n                            [\n                                105.897683,\n                                35.451698\n                            ],\n                            [\n                                105.894603,\n                                35.413672\n                            ],\n                            [\n                                106.054132,\n                                35.449261\n                            ],\n                            [\n                                106.061523,\n                                35.457547\n                            ],\n                            [\n                                106.064603,\n                                35.431225\n                            ],\n                            [\n                                106.073226,\n                                35.421474\n                            ],\n                            [\n                                106.079385,\n                                35.427325\n                            ],\n                            [\n                                106.107102,\n                                35.364894\n                            ],\n                            [\n                                106.174856,\n                                35.438538\n                            ],\n                            [\n                                106.319601,\n                                35.265296\n                            ],\n                            [\n                                106.472354,\n                                35.310716\n                            ],\n                            [\n                                106.503767,\n                                35.415135\n                            ],\n                            [\n                                106.440941,\n                                35.526723\n                            ],\n                            [\n                                106.476666,\n                                35.580756\n                            ],\n                            [\n                                106.434782,\n                                35.688712\n                            ],\n                            [\n                                106.501304,\n                                35.737779\n                            ],\n                            [\n                                106.501304,\n                                35.735836\n                            ],\n                            [\n                                106.503767,\n                                35.736322\n                            ],\n                            [\n                                106.504383,\n                                35.738265\n                            ],\n                            [\n                                106.737208,\n                                35.689198\n                            ],\n                            [\n                                106.86594,\n                                35.737779\n                            ],\n                            [\n                                106.92199,\n                                35.803316\n                            ],\n                            [\n                                106.849925,\n                                35.887707\n                            ],\n                            [\n                                106.950939,\n                                36.004444\n                            ],\n                            [\n                                106.957715,\n                                36.091522\n                            ],\n                            [\n                                106.858548,\n                                36.206992\n                            ],\n                            [\n                                106.858548,\n                                36.206992\n                            ],\n                            [\n                                106.599238,\n                                36.274552\n                            ],\n                            [\n                                106.599238,\n                                36.274552\n                            ],\n                            [\n                                106.505615,\n                                36.265869\n                            ],\n                            [\n                                106.488369,\n                                36.400348\n                            ],\n                            [\n                                106.521014,\n                                36.479289\n                            ],\n                            [\n                                106.401521,\n                                36.546133\n                            ],\n                            [\n                                106.471738,\n                                36.581214\n                            ],\n                            [\n                                106.519782,\n                                36.708912\n                            ],\n                            [\n                                106.519782,\n                                36.708912\n                            ],\n                            [\n                                106.589383,\n                                36.750153\n                            ],\n                            [\n                                106.631883,\n                                36.723301\n                            ],\n                            [\n                                106.658368,\n                                36.811972\n                            ],\n                            [\n                                106.595542,\n                                36.940243\n                            ],\n                            [\n                                106.666991,\n                                37.01672\n                            ],\n                            [\n                                106.605397,\n                                37.127475\n                            ],\n                            [\n                                106.750143,\n                                37.098847\n                            ],\n                            [\n                                106.777244,\n                                37.156569\n                            ],\n                            [\n                                106.777244,\n                                37.156569\n                            ],\n                            [\n                                106.891193,\n                                37.098369\n                            ],\n                            [\n                                107.030395,\n                                37.140831\n                            ],\n                            [\n                                107.095685,\n                                37.115548\n                            ],\n                            [\n                                107.180685,\n                                37.143692\n                            ],\n                            [\n                                107.268764,\n                                37.099324\n                            ],\n                            [\n                                107.288474,\n                                37.00812\n                            ],\n                            [\n                                107.288474,\n                                37.00812\n                            ],\n                            [\n                                107.310032,\n                                36.912501\n                            ],\n                            [\n                                107.478183,\n                                36.908674\n                            ],\n                            [\n                                107.540393,\n                                36.828736\n                            ],\n                            [\n                                107.720863,\n                                36.802391\n                            ],\n                            [\n                                107.907493,\n                                36.751591\n                            ],\n                            [\n                                107.939522,\n                                36.655651\n                            ],\n                            [\n                                108.004811,\n                                36.683006\n                            ],\n                            [\n                                108.007891,\n                                36.61628\n                            ],\n                            [\n                                108.163724,\n                                36.563916\n                            ],\n                            [\n                                108.194521,\n                                36.625405\n                            ],\n                            [\n                                108.262274,\n                                36.549497\n                            ],\n                            [\n                                108.340498,\n                                36.55911\n                            ],\n                            [\n                                108.407636,\n                                36.458117\n                            ],\n                            [\n                                108.495099,\n                                36.422498\n                            ],\n                            [\n                                108.510498,\n                                36.474478\n                            ],\n                            [\n                                108.618903,\n                                36.434052\n                            ],\n                            [\n                                108.651548,\n                                36.384936\n                            ],\n                            [\n                                108.646004,\n                                36.25429\n                            ],\n                            [\n                                108.712526,\n                                36.13889\n                            ],\n                            [\n                                108.656475,\n                                35.952636\n                            ],\n                            [\n                                108.588722,\n                                35.950214\n                            ],\n                            [\n                                108.498179,\n                                35.876072\n                            ],\n                            [\n                                108.524664,\n                                35.839703\n                            ],\n                            [\n                                108.517273,\n                                35.715921\n                            ],\n                            [\n                                108.539447,\n                                35.605569\n                            ],\n                            [\n                                108.618287,\n                                35.556908\n                            ],\n                            [\n                                108.631222,\n                                35.418548\n                            ],\n                            [\n                                108.614591,\n                                35.32878\n                            ],\n                            [\n                                108.48894,\n                                35.275066\n                            ],\n                            [\n                                108.352817,\n                                35.285812\n                            ],\n                            [\n                                108.2401,\n                                35.256014\n                            ],\n                            [\n                                108.174811,\n                                35.305345\n                            ],\n                            [\n                                108.049159,\n                                35.254059\n                            ],\n                            [\n                                107.867457,\n                                35.256014\n                            ],\n                            [\n                                107.745501,\n                                35.311693\n                            ],\n                            [\n                                107.651878,\n                                35.239889\n                            ],\n                            [\n                                107.686371,\n                                35.217895\n                            ],\n                            [\n                                107.757204,\n                                35.076016\n                            ],\n                            [\n                                107.863761,\n                                34.996161\n                            ],\n                            [\n                                107.804631,\n                                34.95694\n                            ],\n                            [\n                                107.634016,\n                                34.950565\n                            ],\n                            [\n                                107.561951,\n                                34.966747\n                            ],\n                            [\n                                107.523763,\n                                34.909851\n                            ],\n                            [\n                                107.286626,\n                                34.931927\n                            ],\n                            [\n                                107.252134,\n                                34.880896\n                            ],\n                            [\n                                107.189308,\n                                34.893166\n                            ],\n                            [\n                                107.089526,\n                                34.976553\n                            ],\n                            [\n                                107.08275,\n                                35.024095\n                            ],\n                            [\n                                106.901664,\n                                35.094621\n                            ],\n                            [\n                                106.838222,\n                                35.079933\n                            ],\n                            [\n                                106.710723,\n                                35.100495\n                            ],\n                            [\n                                106.5746,\n                                35.089236\n                            ],\n                            [\n                                106.494528,\n                                35.005964\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.070762,\n                                35.491655\n                            ],\n                            [\n                                106.078153,\n                                35.489707\n                            ],\n                            [\n                                106.078153,\n                                35.489707\n                            ],\n                            [\n                                106.071994,\n                                35.463395\n                            ],\n                            [\n                                106.061523,\n                                35.457547\n                            ],\n                            [\n                                106.054132,\n                                35.449261\n                            ],\n                            [\n                                106.057827,\n                                35.488245\n                            ],\n                            [\n                                106.070762,\n                                35.491655\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.073226,\n                                35.421474\n                            ],\n                            [\n                                106.064603,\n                                35.431225\n                            ],\n                            [\n                                106.061523,\n                                35.457547\n                            ],\n                            [\n                                106.071994,\n                                35.463395\n                            ],\n                            [\n                                106.06953,\n                                35.458034\n                            ],\n                            [\n                                106.071378,\n                                35.449261\n                            ],\n                            [\n                                106.079385,\n                                35.427325\n                            ],\n                            [\n                                106.073226,\n                                35.421474\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                102.831537,\n                                36.360848\n                            ],\n                            [\n                                102.832153,\n                                36.357957\n                            ],\n                            [\n                                102.830305,\n                                36.358439\n                            ],\n                            [\n                                102.830305,\n                                36.362294\n                            ],\n                            [\n                                102.831537,\n                                36.360848\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.503767,\n                                35.736322\n                            ],\n                            [\n                                106.501304,\n                                35.735836\n                            ],\n                            [\n                                106.501304,\n                                35.737779\n                            ],\n                            [\n                                106.504383,\n                                35.738265\n                            ],\n                            [\n                                106.503767,\n                                35.736322\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 630000,\n                \"name\": \"青海省\",\n                \"center\": [\n                    101.778916,\n                    36.623178\n                ],\n                \"centroid\": [\n                    96.043531,\n                    35.726402\n                ],\n                \"childrenNum\": 8,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 28,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                91.001807,\n                                33.116102\n                            ],\n                            [\n                                91.001807,\n                                33.116102\n                            ],\n                            [\n                                90.805938,\n                                33.114599\n                            ],\n                            [\n                                90.70554,\n                                33.135645\n                            ],\n                            [\n                                90.486881,\n                                33.266815\n                            ],\n                            [\n                                90.405577,\n                                33.260311\n                            ],\n                            [\n                                90.332896,\n                                33.310829\n                            ],\n                            [\n                                90.246665,\n                                33.42426\n                            ],\n                            [\n                                90.092064,\n                                33.469691\n                            ],\n                            [\n                                90.080977,\n                                33.530561\n                            ],\n                            [\n                                90.01076,\n                                33.553501\n                            ],\n                            [\n                                89.984275,\n                                33.61232\n                            ],\n                            [\n                                90.008296,\n                                33.688026\n                            ],\n                            [\n                                89.907282,\n                                33.74128\n                            ],\n                            [\n                                89.933768,\n                                33.796986\n                            ],\n                            [\n                                89.837065,\n                                33.869052\n                            ],\n                            [\n                                89.795181,\n                                33.865575\n                            ],\n                            [\n                                89.691704,\n                                33.957933\n                            ],\n                            [\n                                89.635037,\n                                34.0492\n                            ],\n                            [\n                                89.655979,\n                                34.096778\n                            ],\n                            [\n                                89.818587,\n                                34.174037\n                            ],\n                            [\n                                89.825362,\n                                34.293746\n                            ],\n                            [\n                                89.872174,\n                                34.335752\n                            ],\n                            [\n                                89.801957,\n                                34.390575\n                            ],\n                            [\n                                89.823515,\n                                34.455231\n                            ],\n                            [\n                                89.798877,\n                                34.628714\n                            ],\n                            [\n                                89.72558,\n                                34.660709\n                            ],\n                            [\n                                89.732356,\n                                34.732039\n                            ],\n                            [\n                                89.799493,\n                                34.74384\n                            ],\n                            [\n                                89.867862,\n                                34.810677\n                            ],\n                            [\n                                89.821667,\n                                34.902981\n                            ],\n                            [\n                                89.707102,\n                                34.919663\n                            ],\n                            [\n                                89.654747,\n                                34.883351\n                            ],\n                            [\n                                89.560509,\n                                34.938794\n                            ],\n                            [\n                                89.593153,\n                                35.104412\n                            ],\n                            [\n                                89.513081,\n                                35.139158\n                            ],\n                            [\n                                89.449639,\n                                35.226693\n                            ],\n                            [\n                                89.532175,\n                                35.285323\n                            ],\n                            [\n                                89.497067,\n                                35.361479\n                            ],\n                            [\n                                89.68616,\n                                35.414647\n                            ],\n                            [\n                                89.744058,\n                                35.479963\n                            ],\n                            [\n                                89.700327,\n                                35.537435\n                            ],\n                            [\n                                89.765616,\n                                35.599732\n                            ],\n                            [\n                                89.747138,\n                                35.751862\n                            ],\n                            [\n                                89.801957,\n                                35.847948\n                            ],\n                            [\n                                89.549422,\n                                35.858132\n                            ],\n                            [\n                                89.429929,\n                                35.916302\n                            ],\n                            [\n                                89.418843,\n                                36.04606\n                            ],\n                            [\n                                89.476125,\n                                36.021868\n                            ],\n                            [\n                                89.638117,\n                                36.04993\n                            ],\n                            [\n                                89.711414,\n                                36.092972\n                            ],\n                            [\n                                89.941159,\n                                36.067343\n                            ],\n                            [\n                                89.937463,\n                                36.130675\n                            ],\n                            [\n                                89.999057,\n                                36.169809\n                            ],\n                            [\n                                90.028006,\n                                36.25815\n                            ],\n                            [\n                                90.145651,\n                                36.238849\n                            ],\n                            [\n                                90.128405,\n                                36.208923\n                            ],\n                            [\n                                90.234962,\n                                36.161597\n                            ],\n                            [\n                                90.430215,\n                                36.133091\n                            ],\n                            [\n                                90.526917,\n                                36.148553\n                            ],\n                            [\n                                90.66304,\n                                36.134058\n                            ],\n                            [\n                                90.776373,\n                                36.086203\n                            ],\n                            [\n                                90.841046,\n                                36.01848\n                            ],\n                            [\n                                90.922966,\n                                36.029126\n                            ],\n                            [\n                                90.979017,\n                                36.106992\n                            ],\n                            [\n                                91.09235,\n                                36.088621\n                            ],\n                            [\n                                91.124994,\n                                36.115693\n                            ],\n                            [\n                                91.07264,\n                                36.299149\n                            ],\n                            [\n                                91.026444,\n                                36.323738\n                            ],\n                            [\n                                91.05293,\n                                36.432608\n                            ],\n                            [\n                                91.035683,\n                                36.529788\n                            ],\n                            [\n                                90.7388,\n                                36.58746\n                            ],\n                            [\n                                90.720938,\n                                36.708912\n                            ],\n                            [\n                                90.735105,\n                                36.827778\n                            ],\n                            [\n                                90.853981,\n                                36.915371\n                            ],\n                            [\n                                90.983944,\n                                36.913458\n                            ],\n                            [\n                                91.181045,\n                                37.025318\n                            ],\n                            [\n                                91.303617,\n                                37.01242\n                            ],\n                            [\n                                91.280211,\n                                37.163721\n                            ],\n                            [\n                                91.1909,\n                                37.205669\n                            ],\n                            [\n                                91.192132,\n                                37.27807\n                            ],\n                            [\n                                91.134849,\n                                37.32614\n                            ],\n                            [\n                                91.099741,\n                                37.447843\n                            ],\n                            [\n                                91.057241,\n                                37.483936\n                            ],\n                            [\n                                90.958075,\n                                37.477763\n                            ],\n                            [\n                                90.863836,\n                                37.534246\n                            ],\n                            [\n                                90.882314,\n                                37.575513\n                            ],\n                            [\n                                90.776373,\n                                37.6504\n                            ],\n                            [\n                                90.519526,\n                                37.73089\n                            ],\n                            [\n                                90.516446,\n                                38.207291\n                            ],\n                            [\n                                90.530613,\n                                38.32004\n                            ],\n                            [\n                                90.361846,\n                                38.300322\n                            ],\n                            [\n                                90.352607,\n                                38.233615\n                            ],\n                            [\n                                90.280542,\n                                38.238315\n                            ],\n                            [\n                                90.137644,\n                                38.340692\n                            ],\n                            [\n                                90.111774,\n                                38.477595\n                            ],\n                            [\n                                90.315034,\n                                38.501948\n                            ],\n                            [\n                                90.424671,\n                                38.492114\n                            ],\n                            [\n                                90.463476,\n                                38.556711\n                            ],\n                            [\n                                90.610685,\n                                38.596003\n                            ],\n                            [\n                                90.619308,\n                                38.664245\n                            ],\n                            [\n                                90.831191,\n                                38.667982\n                            ],\n                            [\n                                91.307928,\n                                38.751089\n                            ],\n                            [\n                                91.446515,\n                                38.813588\n                            ],\n                            [\n                                91.87952,\n                                38.884417\n                            ],\n                            [\n                                91.966368,\n                                38.930976\n                            ],\n                            [\n                                92.173323,\n                                38.960758\n                            ],\n                            [\n                                92.263866,\n                                39.002153\n                            ],\n                            [\n                                92.38459,\n                                39.000758\n                            ],\n                            [\n                                92.41046,\n                                39.038412\n                            ],\n                            [\n                                92.489916,\n                                39.09973\n                            ],\n                            [\n                                92.866871,\n                                39.138723\n                            ],\n                            [\n                                92.938936,\n                                39.169809\n                            ],\n                            [\n                                92.978356,\n                                39.143364\n                            ],\n                            [\n                                93.142196,\n                                39.160531\n                            ],\n                            [\n                                93.131725,\n                                39.108088\n                            ],\n                            [\n                                93.198246,\n                                39.045847\n                            ],\n                            [\n                                93.179152,\n                                38.923994\n                            ],\n                            [\n                                93.274007,\n                                38.89606\n                            ],\n                            [\n                                93.453245,\n                                38.915615\n                            ],\n                            [\n                                93.729186,\n                                38.92446\n                            ],\n                            [\n                                93.884403,\n                                38.826175\n                            ],\n                            [\n                                93.769838,\n                                38.821047\n                            ],\n                            [\n                                93.800019,\n                                38.750622\n                            ],\n                            [\n                                93.885018,\n                                38.720752\n                            ],\n                            [\n                                94.370379,\n                                38.762753\n                            ],\n                            [\n                                94.511429,\n                                38.445268\n                            ],\n                            [\n                                94.527443,\n                                38.36556\n                            ],\n                            [\n                                94.67958,\n                                38.387137\n                            ],\n                            [\n                                94.810775,\n                                38.385261\n                            ],\n                            [\n                                94.973999,\n                                38.430271\n                            ],\n                            [\n                                95.121825,\n                                38.417615\n                            ],\n                            [\n                                95.261027,\n                                38.301261\n                            ],\n                            [\n                                95.320157,\n                                38.32051\n                            ],\n                            [\n                                95.51849,\n                                38.295156\n                            ],\n                            [\n                                95.702039,\n                                38.400736\n                            ],\n                            [\n                                95.83693,\n                                38.343977\n                            ],\n                            [\n                                95.856024,\n                                38.284355\n                            ],\n                            [\n                                96.063596,\n                                38.172962\n                            ],\n                            [\n                                96.109175,\n                                38.187072\n                            ],\n                            [\n                                96.221892,\n                                38.148969\n                            ],\n                            [\n                                96.313051,\n                                38.162142\n                            ],\n                            [\n                                96.335841,\n                                38.246303\n                            ],\n                            [\n                                96.46334,\n                                38.27778\n                            ],\n                            [\n                                96.665369,\n                                38.230325\n                            ],\n                            [\n                                96.626564,\n                                38.356177\n                            ],\n                            [\n                                96.698013,\n                                38.422302\n                            ],\n                            [\n                                96.6666,\n                                38.483684\n                            ],\n                            [\n                                96.780549,\n                                38.504289\n                            ],\n                            [\n                                96.7941,\n                                38.60816\n                            ],\n                            [\n                                96.975802,\n                                38.559519\n                            ],\n                            [\n                                97.055874,\n                                38.5946\n                            ],\n                            [\n                                97.057722,\n                                38.672654\n                            ],\n                            [\n                                97.009063,\n                                38.702544\n                            ],\n                            [\n                                96.983809,\n                                38.869046\n                            ],\n                            [\n                                96.940693,\n                                38.907701\n                            ],\n                            [\n                                96.969643,\n                                39.097873\n                            ],\n                            [\n                                97.012142,\n                                39.141972\n                            ],\n                            [\n                                96.962867,\n                                39.198564\n                            ],\n                            [\n                                97.220946,\n                                39.192999\n                            ],\n                            [\n                                97.371235,\n                                39.14058\n                            ],\n                            [\n                                97.679205,\n                                39.010522\n                            ],\n                            [\n                                97.701379,\n                                38.963085\n                            ],\n                            [\n                                97.828878,\n                                38.930046\n                            ],\n                            [\n                                98.009348,\n                                38.859262\n                            ],\n                            [\n                                98.094964,\n                                38.786077\n                            ],\n                            [\n                                98.251412,\n                                38.891403\n                            ],\n                            [\n                                98.280977,\n                                39.027257\n                            ],\n                            [\n                                98.383839,\n                                39.029581\n                            ],\n                            [\n                                98.457752,\n                                38.952849\n                            ],\n                            [\n                                98.584635,\n                                38.930046\n                            ],\n                            [\n                                98.743548,\n                                39.086728\n                            ],\n                            [\n                                98.816845,\n                                39.085799\n                            ],\n                            [\n                                98.951735,\n                                38.987737\n                            ],\n                            [\n                                99.1088,\n                                38.946334\n                            ],\n                            [\n                                99.068764,\n                                38.896991\n                            ],\n                            [\n                                99.222133,\n                                38.788875\n                            ],\n                            [\n                                99.361951,\n                                38.718418\n                            ],\n                            [\n                                99.450646,\n                                38.60442\n                            ],\n                            [\n                                99.50916,\n                                38.608628\n                            ],\n                            [\n                                99.555972,\n                                38.520207\n                            ],\n                            [\n                                99.65945,\n                                38.449017\n                            ],\n                            [\n                                99.826985,\n                                38.370251\n                            ],\n                            [\n                                99.937238,\n                                38.34163\n                            ],\n                            [\n                                100.126332,\n                                38.231735\n                            ],\n                            [\n                                100.182998,\n                                38.221864\n                            ],\n                            [\n                                100.157744,\n                                38.309712\n                            ],\n                            [\n                                100.093071,\n                                38.4073\n                            ],\n                            [\n                                100.001296,\n                                38.466821\n                            ],\n                            [\n                                100.064122,\n                                38.518802\n                            ],\n                            [\n                                100.24028,\n                                38.441519\n                            ],\n                            [\n                                100.261222,\n                                38.366498\n                            ],\n                            [\n                                100.318505,\n                                38.329428\n                            ],\n                            [\n                                100.474953,\n                                38.289052\n                            ],\n                            [\n                                100.546402,\n                                38.246773\n                            ],\n                            [\n                                100.619083,\n                                38.265567\n                            ],\n                            [\n                                100.74843,\n                                38.239724\n                            ],\n                            [\n                                100.825423,\n                                38.158849\n                            ],\n                            [\n                                100.93814,\n                                38.160261\n                            ],\n                            [\n                                100.887633,\n                                38.050562\n                            ],\n                            [\n                                101.150639,\n                                37.876969\n                            ],\n                            [\n                                101.362522,\n                                37.791437\n                            ],\n                            [\n                                101.459224,\n                                37.866105\n                            ],\n                            [\n                                101.597195,\n                                37.828308\n                            ],\n                            [\n                                101.659405,\n                                37.733256\n                            ],\n                            [\n                                101.791832,\n                                37.695864\n                            ],\n                            [\n                                101.815853,\n                                37.65419\n                            ],\n                            [\n                                101.946432,\n                                37.728051\n                            ],\n                            [\n                                102.036359,\n                                37.684974\n                            ],\n                            [\n                                102.035743,\n                                37.627184\n                            ],\n                            [\n                                102.130598,\n                                37.544684\n                            ],\n                            [\n                                102.102881,\n                                37.48441\n                            ],\n                            [\n                                102.19712,\n                                37.420287\n                            ],\n                            [\n                                102.428097,\n                                37.308534\n                            ],\n                            [\n                                102.457662,\n                                37.24807\n                            ],\n                            [\n                                102.599944,\n                                37.174687\n                            ],\n                            [\n                                102.642444,\n                                37.099801\n                            ],\n                            [\n                                102.488459,\n                                37.079278\n                            ],\n                            [\n                                102.506321,\n                                37.019108\n                            ],\n                            [\n                                102.450271,\n                                36.968453\n                            ],\n                            [\n                                102.56114,\n                                36.919676\n                            ],\n                            [\n                                102.587009,\n                                36.869912\n                            ],\n                            [\n                                102.704654,\n                                36.792329\n                            ],\n                            [\n                                102.606719,\n                                36.682526\n                            ],\n                            [\n                                102.761936,\n                                36.568721\n                            ],\n                            [\n                                102.769943,\n                                36.472072\n                            ],\n                            [\n                                102.830305,\n                                36.362294\n                            ],\n                            [\n                                102.830305,\n                                36.358439\n                            ],\n                            [\n                                103.024326,\n                                36.257185\n                            ],\n                            [\n                                103.068058,\n                                36.203612\n                            ],\n                            [\n                                102.98737,\n                                36.193956\n                            ],\n                            [\n                                102.941174,\n                                36.105058\n                            ],\n                            [\n                                102.882044,\n                                36.082335\n                            ],\n                            [\n                                102.971971,\n                                35.995247\n                            ],\n                            [\n                                102.955957,\n                                35.861041\n                            ],\n                            [\n                                102.78411,\n                                35.862496\n                            ],\n                            [\n                                102.686175,\n                                35.772253\n                            ],\n                            [\n                                102.808747,\n                                35.560315\n                            ],\n                            [\n                                102.742226,\n                                35.495065\n                            ],\n                            [\n                                102.504473,\n                                35.583189\n                            ],\n                            [\n                                102.447807,\n                                35.437563\n                            ],\n                            [\n                                102.407155,\n                                35.408308\n                            ],\n                            [\n                                102.317228,\n                                35.433663\n                            ],\n                            [\n                                102.279655,\n                                35.304857\n                            ],\n                            [\n                                102.370814,\n                                35.262854\n                            ],\n                            [\n                                102.402227,\n                                35.191006\n                            ],\n                            [\n                                102.310452,\n                                35.128883\n                            ],\n                            [\n                                102.29567,\n                                35.071609\n                            ],\n                            [\n                                102.218677,\n                                35.058386\n                            ],\n                            [\n                                102.094874,\n                                34.986848\n                            ],\n                            [\n                                102.048062,\n                                34.910832\n                            ],\n                            [\n                                101.917483,\n                                34.875497\n                            ],\n                            [\n                                101.919947,\n                                34.621821\n                            ],\n                            [\n                                102.003715,\n                                34.538074\n                            ],\n                            [\n                                102.155852,\n                                34.507511\n                            ],\n                            [\n                                102.210054,\n                                34.399462\n                            ],\n                            [\n                                102.210054,\n                                34.399462\n                            ],\n                            [\n                                102.237772,\n                                34.343163\n                            ],\n                            [\n                                102.237156,\n                                34.343163\n                            ],\n                            [\n                                102.237772,\n                                34.343163\n                            ],\n                            [\n                                102.237156,\n                                34.343163\n                            ],\n                            [\n                                102.189728,\n                                34.355018\n                            ],\n                            [\n                                102.149692,\n                                34.271993\n                            ],\n                            [\n                                102.067772,\n                                34.293746\n                            ],\n                            [\n                                102.062229,\n                                34.227976\n                            ],\n                            [\n                                101.965526,\n                                34.167601\n                            ],\n                            [\n                                101.955055,\n                                34.10966\n                            ],\n                            [\n                                101.84665,\n                                34.150272\n                            ],\n                            [\n                                101.736397,\n                                34.079931\n                            ],\n                            [\n                                101.622448,\n                                34.178492\n                            ],\n                            [\n                                101.530057,\n                                34.21066\n                            ],\n                            [\n                                101.331109,\n                                34.245289\n                            ],\n                            [\n                                101.235022,\n                                34.325376\n                            ],\n                            [\n                                101.054552,\n                                34.322905\n                            ],\n                            [\n                                100.986799,\n                                34.374774\n                            ],\n                            [\n                                100.895024,\n                                34.375268\n                            ],\n                            [\n                                100.821727,\n                                34.317469\n                            ],\n                            [\n                                100.764445,\n                                34.178987\n                            ],\n                            [\n                                100.806329,\n                                34.155224\n                            ],\n                            [\n                                100.999118,\n                                33.889419\n                            ],\n                            [\n                                101.153718,\n                                33.844706\n                            ],\n                            [\n                                101.191907,\n                                33.786047\n                            ],\n                            [\n                                101.166653,\n                                33.660142\n                            ],\n                            [\n                                101.238718,\n                                33.685039\n                            ],\n                            [\n                                101.385312,\n                                33.644702\n                            ],\n                            [\n                                101.501724,\n                                33.70296\n                            ],\n                            [\n                                101.582412,\n                                33.675081\n                            ],\n                            [\n                                101.622448,\n                                33.502127\n                            ],\n                            [\n                                101.735781,\n                                33.49614\n                            ],\n                            [\n                                101.769042,\n                                33.538541\n                            ],\n                            [\n                                101.769658,\n                                33.447728\n                            ],\n                            [\n                                101.695745,\n                                33.433748\n                            ],\n                            [\n                                101.64955,\n                                33.323328\n                            ],\n                            [\n                                101.739477,\n                                33.265815\n                            ],\n                            [\n                                101.625528,\n                                33.100566\n                            ],\n                            [\n                                101.486326,\n                                33.227285\n                            ],\n                            [\n                                101.405022,\n                                33.225783\n                            ],\n                            [\n                                101.393935,\n                                33.157687\n                            ],\n                            [\n                                101.297232,\n                                33.262313\n                            ],\n                            [\n                                101.183283,\n                                33.270317\n                            ],\n                            [\n                                101.11553,\n                                33.194746\n                            ],\n                            [\n                                101.169733,\n                                33.100566\n                            ],\n                            [\n                                101.183899,\n                                32.984204\n                            ],\n                            [\n                                101.129081,\n                                32.989725\n                            ],\n                            [\n                                101.124153,\n                                32.909893\n                            ],\n                            [\n                                101.237486,\n                                32.824962\n                            ],\n                            [\n                                101.22332,\n                                32.725856\n                            ],\n                            [\n                                101.157414,\n                                32.661404\n                            ],\n                            [\n                                101.075494,\n                                32.683061\n                            ],\n                            [\n                                100.93198,\n                                32.600433\n                            ],\n                            [\n                                100.690532,\n                                32.678025\n                            ],\n                            [\n                                100.645568,\n                                32.526306\n                            ],\n                            [\n                                100.54517,\n                                32.569681\n                            ],\n                            [\n                                100.516837,\n                                32.630168\n                            ],\n                            [\n                                100.399809,\n                                32.756556\n                            ],\n                            [\n                                100.339447,\n                                32.719313\n                            ],\n                            [\n                                100.258759,\n                                32.742466\n                            ],\n                            [\n                                100.208252,\n                                32.606482\n                            ],\n                            [\n                                100.088143,\n                                32.668959\n                            ],\n                            [\n                                100.139266,\n                                32.724346\n                            ],\n                            [\n                                100.123252,\n                                32.837028\n                            ],\n                            [\n                                100.038252,\n                                32.928979\n                            ],\n                            [\n                                99.956332,\n                                32.948061\n                            ],\n                            [\n                                99.877492,\n                                33.045915\n                            ],\n                            [\n                                99.854086,\n                                32.945048\n                            ],\n                            [\n                                99.788181,\n                                32.956596\n                            ],\n                            [\n                                99.763543,\n                                32.778693\n                            ],\n                            [\n                                99.607711,\n                                32.780705\n                            ],\n                            [\n                                99.558436,\n                                32.839039\n                            ],\n                            [\n                                99.385973,\n                                32.900349\n                            ],\n                            [\n                                99.268328,\n                                32.878744\n                            ],\n                            [\n                                99.235067,\n                                32.982197\n                            ],\n                            [\n                                99.179633,\n                                33.044912\n                            ],\n                            [\n                                99.002242,\n                                33.08252\n                            ],\n                            [\n                                98.858728,\n                                33.150674\n                            ],\n                            [\n                                98.759562,\n                                33.277321\n                            ],\n                            [\n                                98.779272,\n                                33.37181\n                            ],\n                            [\n                                98.734309,\n                                33.409278\n                            ],\n                            [\n                                98.742316,\n                                33.477677\n                            ],\n                            [\n                                98.648077,\n                                33.549014\n                            ],\n                            [\n                                98.61728,\n                                33.63723\n                            ],\n                            [\n                                98.6567,\n                                33.647193\n                            ],\n                            [\n                                98.539056,\n                                33.746752\n                            ],\n                            [\n                                98.462064,\n                                33.849178\n                            ],\n                            [\n                                98.406629,\n                                33.867065\n                            ],\n                            [\n                                98.440506,\n                                33.981255\n                            ],\n                            [\n                                98.401702,\n                                34.08786\n                            ],\n                            [\n                                98.21076,\n                                34.078444\n                            ],\n                            [\n                                98.051848,\n                                34.115604\n                            ],\n                            [\n                                97.937283,\n                                34.196804\n                            ],\n                            [\n                                97.937283,\n                                34.196804\n                            ],\n                            [\n                                97.834421,\n                                34.208186\n                            ],\n                            [\n                                97.665654,\n                                34.126997\n                            ],\n                            [\n                                97.70261,\n                                34.036805\n                            ],\n                            [\n                                97.660111,\n                                33.956444\n                            ],\n                            [\n                                97.458698,\n                                33.886935\n                            ],\n                            [\n                                97.388481,\n                                33.884452\n                            ],\n                            [\n                                97.435293,\n                                33.680558\n                            ],\n                            [\n                                97.415583,\n                                33.605343\n                            ],\n                            [\n                                97.52522,\n                                33.575937\n                            ],\n                            [\n                                97.552321,\n                                33.465698\n                            ],\n                            [\n                                97.625618,\n                                33.461705\n                            ],\n                            [\n                                97.753733,\n                                33.410277\n                            ],\n                            [\n                                97.676125,\n                                33.340825\n                            ],\n                            [\n                                97.621306,\n                                33.334327\n                            ],\n                            [\n                                97.576343,\n                                33.221779\n                            ],\n                            [\n                                97.487648,\n                                33.168205\n                            ],\n                            [\n                                97.487648,\n                                33.10658\n                            ],\n                            [\n                                97.542466,\n                                33.036385\n                            ],\n                            [\n                                97.523988,\n                                32.988721\n                            ],\n                            [\n                                97.373699,\n                                32.956094\n                            ],\n                            [\n                                97.386018,\n                                32.779196\n                            ],\n                            [\n                                97.42359,\n                                32.704713\n                            ],\n                            [\n                                97.543698,\n                                32.621602\n                            ],\n                            [\n                                97.730944,\n                                32.527315\n                            ],\n                            [\n                                97.670582,\n                                32.517225\n                            ],\n                            [\n                                97.472249,\n                                32.54497\n                            ],\n                            [\n                                97.448843,\n                                32.586823\n                            ],\n                            [\n                                97.334895,\n                                32.514198\n                            ],\n                            [\n                                97.388481,\n                                32.501583\n                            ],\n                            [\n                                97.341054,\n                                32.441009\n                            ],\n                            [\n                                97.387865,\n                                32.427374\n                            ],\n                            [\n                                97.424822,\n                                32.323278\n                            ],\n                            [\n                                97.371235,\n                                32.273208\n                            ],\n                            [\n                                97.299786,\n                                32.294959\n                            ],\n                            [\n                                97.264062,\n                                32.183621\n                            ],\n                            [\n                                97.308409,\n                                32.074682\n                            ],\n                            [\n                                97.130403,\n                                32.04375\n                            ],\n                            [\n                                97.008447,\n                                32.067076\n                            ],\n                            [\n                                96.894498,\n                                32.013822\n                            ],\n                            [\n                                96.722651,\n                                32.013314\n                            ],\n                            [\n                                96.81073,\n                                31.894521\n                            ],\n                            [\n                                96.760223,\n                                31.856922\n                            ],\n                            [\n                                96.840295,\n                                31.720623\n                            ],\n                            [\n                                96.775006,\n                                31.673788\n                            ],\n                            [\n                                96.616093,\n                                31.736908\n                            ],\n                            [\n                                96.576057,\n                                31.712989\n                            ],\n                            [\n                                96.468268,\n                                31.769978\n                            ],\n                            [\n                                96.389428,\n                                31.919917\n                            ],\n                            [\n                                96.253921,\n                                31.929566\n                            ],\n                            [\n                                96.176313,\n                                31.777608\n                            ],\n                            [\n                                96.252689,\n                                31.69619\n                            ],\n                            [\n                                96.204646,\n                                31.598904\n                            ],\n                            [\n                                96.160298,\n                                31.600943\n                            ],\n                            [\n                                96.135661,\n                                31.702299\n                            ],\n                            [\n                                96.041422,\n                                31.734364\n                            ],\n                            [\n                                95.982908,\n                                31.816765\n                            ],\n                            [\n                                95.89914,\n                                31.817273\n                            ],\n                            [\n                                95.825227,\n                                31.681935\n                            ],\n                            [\n                                95.779648,\n                                31.74912\n                            ],\n                            [\n                                95.618272,\n                                31.783712\n                            ],\n                            [\n                                95.546823,\n                                31.739961\n                            ],\n                            [\n                                95.439649,\n                                31.831508\n                            ],\n                            [\n                                95.360809,\n                                31.959013\n                            ],\n                            [\n                                95.454432,\n                                32.062006\n                            ],\n                            [\n                                95.406389,\n                                32.182102\n                            ],\n                            [\n                                95.312766,\n                                32.148673\n                            ],\n                            [\n                                95.26965,\n                                32.194761\n                            ],\n                            [\n                                95.241317,\n                                32.32075\n                            ],\n                            [\n                                95.10581,\n                                32.259042\n                            ],\n                            [\n                                95.096571,\n                                32.322267\n                            ],\n                            [\n                                95.261643,\n                                32.348049\n                            ],\n                            [\n                                95.218527,\n                                32.397067\n                            ],\n                            [\n                                95.081789,\n                                32.384942\n                            ],\n                            [\n                                94.985086,\n                                32.421819\n                            ],\n                            [\n                                94.912405,\n                                32.415758\n                            ],\n                            [\n                                94.889616,\n                                32.472311\n                            ],\n                            [\n                                94.80708,\n                                32.486444\n                            ],\n                            [\n                                94.772587,\n                                32.555057\n                            ],\n                            [\n                                94.614291,\n                                32.673492\n                            ],\n                            [\n                                94.53853,\n                                32.599425\n                            ],\n                            [\n                                94.395016,\n                                32.594385\n                            ],\n                            [\n                                94.371611,\n                                32.524793\n                            ],\n                            [\n                                94.196684,\n                                32.516216\n                            ],\n                            [\n                                94.136322,\n                                32.433939\n                            ],\n                            [\n                                93.958931,\n                                32.484929\n                            ],\n                            [\n                                93.861613,\n                                32.466253\n                            ],\n                            [\n                                93.820345,\n                                32.549509\n                            ],\n                            [\n                                93.654657,\n                                32.57321\n                            ],\n                            [\n                                93.618933,\n                                32.522775\n                            ],\n                            [\n                                93.516687,\n                                32.475844\n                            ],\n                            [\n                                93.4631,\n                                32.556065\n                            ],\n                            [\n                                93.385492,\n                                32.525297\n                            ],\n                            [\n                                93.239514,\n                                32.662411\n                            ],\n                            [\n                                93.069515,\n                                32.626137\n                            ],\n                            [\n                                93.019624,\n                                32.737433\n                            ],\n                            [\n                                92.877342,\n                                32.697161\n                            ],\n                            [\n                                92.686401,\n                                32.765109\n                            ],\n                            [\n                                92.63651,\n                                32.720319\n                            ],\n                            [\n                                92.355641,\n                                32.764606\n                            ],\n                            [\n                                92.255243,\n                                32.720823\n                            ],\n                            [\n                                92.198577,\n                                32.755046\n                            ],\n                            [\n                                92.227526,\n                                32.820939\n                            ],\n                            [\n                                92.145606,\n                                32.885779\n                            ],\n                            [\n                                91.955897,\n                                32.820437\n                            ],\n                            [\n                                91.896766,\n                                32.907884\n                            ],\n                            [\n                                91.785281,\n                                32.944044\n                            ],\n                            [\n                                91.58079,\n                                33.039395\n                            ],\n                            [\n                                91.49887,\n                                33.109086\n                            ],\n                            [\n                                91.436044,\n                                33.065974\n                            ],\n                            [\n                                91.262349,\n                                33.141156\n                            ],\n                            [\n                                91.134849,\n                                33.073495\n                            ],\n                            [\n                                91.001807,\n                                33.116102\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 640000,\n                \"name\": \"宁夏回族自治区\",\n                \"center\": [\n                    106.278179,\n                    38.46637\n                ],\n                \"centroid\": [\n                    106.169867,\n                    37.291331\n                ],\n                \"childrenNum\": 5,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 29,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                106.06953,\n                                35.458034\n                            ],\n                            [\n                                106.071994,\n                                35.463395\n                            ],\n                            [\n                                106.078153,\n                                35.489707\n                            ],\n                            [\n                                106.078153,\n                                35.489707\n                            ],\n                            [\n                                106.070762,\n                                35.491655\n                            ],\n                            [\n                                106.015943,\n                                35.52234\n                            ],\n                            [\n                                105.868734,\n                                35.53987\n                            ],\n                            [\n                                105.847176,\n                                35.490681\n                            ],\n                            [\n                                105.690727,\n                                35.698431\n                            ],\n                            [\n                                105.754785,\n                                35.730494\n                            ],\n                            [\n                                105.671017,\n                                35.749434\n                            ],\n                            [\n                                105.570003,\n                                35.716407\n                            ],\n                            [\n                                105.481924,\n                                35.727094\n                            ],\n                            [\n                                105.392613,\n                                35.865405\n                            ],\n                            [\n                                105.333483,\n                                35.887707\n                            ],\n                            [\n                                105.343954,\n                                36.033965\n                            ],\n                            [\n                                105.513337,\n                                36.150003\n                            ],\n                            [\n                                105.460366,\n                                36.223887\n                            ],\n                            [\n                                105.473301,\n                                36.298185\n                            ],\n                            [\n                                105.401236,\n                                36.370002\n                            ],\n                            [\n                                105.398156,\n                                36.430683\n                            ],\n                            [\n                                105.319932,\n                                36.536038\n                            ],\n                            [\n                                105.281744,\n                                36.522575\n                            ],\n                            [\n                                105.22015,\n                                36.631167\n                            ],\n                            [\n                                105.218302,\n                                36.730494\n                            ],\n                            [\n                                105.319932,\n                                36.742961\n                            ],\n                            [\n                                105.334714,\n                                36.800953\n                            ],\n                            [\n                                105.244787,\n                                36.894798\n                            ],\n                            [\n                                105.190585,\n                                36.886185\n                            ],\n                            [\n                                105.165331,\n                                36.995218\n                            ],\n                            [\n                                104.95468,\n                                37.040125\n                            ],\n                            [\n                                104.85613,\n                                37.211864\n                            ],\n                            [\n                                104.775442,\n                                37.246641\n                            ],\n                            [\n                                104.638087,\n                                37.201857\n                            ],\n                            [\n                                104.600515,\n                                37.242831\n                            ],\n                            [\n                                104.632544,\n                                37.299015\n                            ],\n                            [\n                                104.713848,\n                                37.32947\n                            ],\n                            [\n                                104.679971,\n                                37.407931\n                            ],\n                            [\n                                104.437907,\n                                37.445943\n                            ],\n                            [\n                                104.287002,\n                                37.42789\n                            ],\n                            [\n                                104.407726,\n                                37.464467\n                            ],\n                            [\n                                104.419429,\n                                37.511943\n                            ],\n                            [\n                                104.801311,\n                                37.538516\n                            ],\n                            [\n                                104.866601,\n                                37.566503\n                            ],\n                            [\n                                105.024281,\n                                37.579781\n                            ],\n                            [\n                                105.111128,\n                                37.633818\n                            ],\n                            [\n                                105.315004,\n                                37.702018\n                            ],\n                            [\n                                105.598952,\n                                37.699178\n                            ],\n                            [\n                                105.622974,\n                                37.778669\n                            ],\n                            [\n                                105.760944,\n                                37.799947\n                            ],\n                            [\n                                105.80406,\n                                37.861854\n                            ],\n                            [\n                                105.799749,\n                                37.940227\n                            ],\n                            [\n                                105.840401,\n                                38.003902\n                            ],\n                            [\n                                105.780655,\n                                38.084949\n                            ],\n                            [\n                                105.775111,\n                                38.186601\n                            ],\n                            [\n                                105.86627,\n                                38.296565\n                            ],\n                            [\n                                105.821307,\n                                38.366967\n                            ],\n                            [\n                                105.874277,\n                                38.593197\n                            ],\n                            [\n                                105.852719,\n                                38.641349\n                            ],\n                            [\n                                105.90569,\n                                38.731488\n                            ],\n                            [\n                                105.897683,\n                                38.788875\n                            ],\n                            [\n                                106.003625,\n                                38.874636\n                            ],\n                            [\n                                105.97098,\n                                38.909097\n                            ],\n                            [\n                                106.060907,\n                                38.968667\n                            ],\n                            [\n                                106.096631,\n                                39.08487\n                            ],\n                            [\n                                106.145907,\n                                39.153108\n                            ],\n                            [\n                                106.283877,\n                                39.14522\n                            ],\n                            [\n                                106.284493,\n                                39.270397\n                            ],\n                            [\n                                106.402753,\n                                39.291701\n                            ],\n                            [\n                                106.506231,\n                                39.269934\n                            ],\n                            [\n                                106.602318,\n                                39.375466\n                            ],\n                            [\n                                106.683622,\n                                39.357426\n                            ],\n                            [\n                                106.751375,\n                                39.381478\n                            ],\n                            [\n                                106.806809,\n                                39.318554\n                            ],\n                            [\n                                106.795723,\n                                39.214327\n                            ],\n                            [\n                                106.859164,\n                                39.107623\n                            ],\n                            [\n                                106.96757,\n                                39.054676\n                            ],\n                            [\n                                106.954019,\n                                38.941215\n                            ],\n                            [\n                                106.709491,\n                                38.718885\n                            ],\n                            [\n                                106.66268,\n                                38.601614\n                            ],\n                            [\n                                106.647897,\n                                38.470569\n                            ],\n                            [\n                                106.601702,\n                                38.392295\n                            ],\n                            [\n                                106.482825,\n                                38.319571\n                            ],\n                            [\n                                106.546883,\n                                38.269794\n                            ],\n                            [\n                                106.768621,\n                                38.174843\n                            ],\n                            [\n                                107.014997,\n                                38.120261\n                            ],\n                            [\n                                107.19054,\n                                38.154144\n                            ],\n                            [\n                                107.329742,\n                                38.087774\n                            ],\n                            [\n                                107.438147,\n                                37.992586\n                            ],\n                            [\n                                107.419669,\n                                37.940699\n                            ],\n                            [\n                                107.49235,\n                                37.944945\n                            ],\n                            [\n                                107.65003,\n                                37.864688\n                            ],\n                            [\n                                107.620465,\n                                37.775832\n                            ],\n                            [\n                                107.499125,\n                                37.7659\n                            ],\n                            [\n                                107.484959,\n                                37.706279\n                            ],\n                            [\n                                107.348836,\n                                37.608226\n                            ],\n                            [\n                                107.342061,\n                                37.515265\n                            ],\n                            [\n                                107.284162,\n                                37.482036\n                            ],\n                            [\n                                107.257677,\n                                37.337082\n                            ],\n                            [\n                                107.336517,\n                                37.165628\n                            ],\n                            [\n                                107.268764,\n                                37.099324\n                            ],\n                            [\n                                107.180685,\n                                37.143692\n                            ],\n                            [\n                                107.095685,\n                                37.115548\n                            ],\n                            [\n                                107.030395,\n                                37.140831\n                            ],\n                            [\n                                106.891193,\n                                37.098369\n                            ],\n                            [\n                                106.777244,\n                                37.156569\n                            ],\n                            [\n                                106.777244,\n                                37.156569\n                            ],\n                            [\n                                106.750143,\n                                37.098847\n                            ],\n                            [\n                                106.605397,\n                                37.127475\n                            ],\n                            [\n                                106.666991,\n                                37.01672\n                            ],\n                            [\n                                106.595542,\n                                36.940243\n                            ],\n                            [\n                                106.658368,\n                                36.811972\n                            ],\n                            [\n                                106.631883,\n                                36.723301\n                            ],\n                            [\n                                106.589383,\n                                36.750153\n                            ],\n                            [\n                                106.519782,\n                                36.708912\n                            ],\n                            [\n                                106.519782,\n                                36.708912\n                            ],\n                            [\n                                106.471738,\n                                36.581214\n                            ],\n                            [\n                                106.401521,\n                                36.546133\n                            ],\n                            [\n                                106.521014,\n                                36.479289\n                            ],\n                            [\n                                106.488369,\n                                36.400348\n                            ],\n                            [\n                                106.505615,\n                                36.265869\n                            ],\n                            [\n                                106.599238,\n                                36.274552\n                            ],\n                            [\n                                106.599238,\n                                36.274552\n                            ],\n                            [\n                                106.858548,\n                                36.206992\n                            ],\n                            [\n                                106.858548,\n                                36.206992\n                            ],\n                            [\n                                106.957715,\n                                36.091522\n                            ],\n                            [\n                                106.950939,\n                                36.004444\n                            ],\n                            [\n                                106.849925,\n                                35.887707\n                            ],\n                            [\n                                106.92199,\n                                35.803316\n                            ],\n                            [\n                                106.86594,\n                                35.737779\n                            ],\n                            [\n                                106.737208,\n                                35.689198\n                            ],\n                            [\n                                106.504383,\n                                35.738265\n                            ],\n                            [\n                                106.501304,\n                                35.737779\n                            ],\n                            [\n                                106.434782,\n                                35.688712\n                            ],\n                            [\n                                106.476666,\n                                35.580756\n                            ],\n                            [\n                                106.440941,\n                                35.526723\n                            ],\n                            [\n                                106.503767,\n                                35.415135\n                            ],\n                            [\n                                106.472354,\n                                35.310716\n                            ],\n                            [\n                                106.319601,\n                                35.265296\n                            ],\n                            [\n                                106.174856,\n                                35.438538\n                            ],\n                            [\n                                106.107102,\n                                35.364894\n                            ],\n                            [\n                                106.079385,\n                                35.427325\n                            ],\n                            [\n                                106.071378,\n                                35.449261\n                            ],\n                            [\n                                106.073226,\n                                35.450236\n                            ],\n                            [\n                                106.073842,\n                                35.45511\n                            ],\n                            [\n                                106.06953,\n                                35.458034\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.057827,\n                                35.488245\n                            ],\n                            [\n                                106.054132,\n                                35.449261\n                            ],\n                            [\n                                105.894603,\n                                35.413672\n                            ],\n                            [\n                                105.897683,\n                                35.451698\n                            ],\n                            [\n                                106.057827,\n                                35.488245\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                106.071378,\n                                35.449261\n                            ],\n                            [\n                                106.06953,\n                                35.458034\n                            ],\n                            [\n                                106.073842,\n                                35.45511\n                            ],\n                            [\n                                106.073226,\n                                35.450236\n                            ],\n                            [\n                                106.071378,\n                                35.449261\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 650000,\n                \"name\": \"新疆维吾尔自治区\",\n                \"center\": [\n                    87.617733,\n                    43.792818\n                ],\n                \"centroid\": [\n                    85.294712,\n                    41.371801\n                ],\n                \"childrenNum\": 23,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 30,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                79.039649,\n                                34.33427\n                            ],\n                            [\n                                78.958961,\n                                34.386132\n                            ],\n                            [\n                                78.878273,\n                                34.391563\n                            ],\n                            [\n                                78.742766,\n                                34.454737\n                            ],\n                            [\n                                78.708274,\n                                34.522301\n                            ],\n                            [\n                                78.634977,\n                                34.538074\n                            ],\n                            [\n                                78.58139,\n                                34.505539\n                            ],\n                            [\n                                78.542586,\n                                34.574539\n                            ],\n                            [\n                                78.436029,\n                                34.543496\n                            ],\n                            [\n                                78.427405,\n                                34.594243\n                            ],\n                            [\n                                78.280812,\n                                34.623298\n                            ],\n                            [\n                                78.267261,\n                                34.705482\n                            ],\n                            [\n                                78.213059,\n                                34.717778\n                            ],\n                            [\n                                78.237696,\n                                34.882369\n                            ],\n                            [\n                                78.182262,\n                                34.936832\n                            ],\n                            [\n                                78.201972,\n                                34.974592\n                            ],\n                            [\n                                78.123131,\n                                35.036833\n                            ],\n                            [\n                                78.124979,\n                                35.108327\n                            ],\n                            [\n                                78.062769,\n                                35.11469\n                            ],\n                            [\n                                78.01719,\n                                35.22816\n                            ],\n                            [\n                                78.013494,\n                                35.36587\n                            ],\n                            [\n                                78.136066,\n                                35.49263\n                            ],\n                            [\n                                78.009799,\n                                35.491655\n                            ],\n                            [\n                                77.914944,\n                                35.464857\n                            ],\n                            [\n                                77.816394,\n                                35.518445\n                            ],\n                            [\n                                77.690742,\n                                35.448287\n                            ],\n                            [\n                                77.518895,\n                                35.481912\n                            ],\n                            [\n                                77.396939,\n                                35.467781\n                            ],\n                            [\n                                77.307628,\n                                35.540356\n                            ],\n                            [\n                                77.195527,\n                                35.519419\n                            ],\n                            [\n                                77.072339,\n                                35.590974\n                            ],\n                            [\n                                76.967013,\n                                35.591947\n                            ],\n                            [\n                                76.83705,\n                                35.66198\n                            ],\n                            [\n                                76.76129,\n                                35.65566\n                            ],\n                            [\n                                76.69292,\n                                35.747492\n                            ],\n                            [\n                                76.593754,\n                                35.772253\n                            ],\n                            [\n                                76.566037,\n                                35.819328\n                            ],\n                            [\n                                76.59745,\n                                35.895947\n                            ],\n                            [\n                                76.54879,\n                                35.919209\n                            ],\n                            [\n                                76.365857,\n                                35.82418\n                            ],\n                            [\n                                76.298719,\n                                35.841643\n                            ],\n                            [\n                                76.147198,\n                                35.833397\n                            ],\n                            [\n                                76.16506,\n                                35.909033\n                            ],\n                            [\n                                76.104082,\n                                36.018964\n                            ],\n                            [\n                                75.961184,\n                                36.051381\n                            ],\n                            [\n                                75.942706,\n                                36.137923\n                            ],\n                            [\n                                76.016619,\n                                36.165461\n                            ],\n                            [\n                                76.011691,\n                                36.229197\n                            ],\n                            [\n                                76.060967,\n                                36.225335\n                            ],\n                            [\n                                75.989518,\n                                36.340127\n                            ],\n                            [\n                                76.035097,\n                                36.409017\n                            ],\n                            [\n                                75.945786,\n                                36.588421\n                            ],\n                            [\n                                75.871873,\n                                36.66621\n                            ],\n                            [\n                                75.724048,\n                                36.750632\n                            ],\n                            [\n                                75.537418,\n                                36.773161\n                            ],\n                            [\n                                75.536802,\n                                36.730015\n                            ],\n                            [\n                                75.458578,\n                                36.720903\n                            ],\n                            [\n                                75.425933,\n                                36.778912\n                            ],\n                            [\n                                75.413614,\n                                36.954588\n                            ],\n                            [\n                                75.244847,\n                                36.963194\n                            ],\n                            [\n                                75.130898,\n                                37.010987\n                            ],\n                            [\n                                75.032348,\n                                37.01672\n                            ],\n                            [\n                                74.893762,\n                                36.939764\n                            ],\n                            [\n                                74.84695,\n                                37.056839\n                            ],\n                            [\n                                74.739161,\n                                37.028185\n                            ],\n                            [\n                                74.70898,\n                                37.084529\n                            ],\n                            [\n                                74.56793,\n                                37.032961\n                            ],\n                            [\n                                74.498944,\n                                37.072595\n                            ],\n                            [\n                                74.465068,\n                                37.147031\n                            ],\n                            [\n                                74.511263,\n                                37.239973\n                            ],\n                            [\n                                74.665864,\n                                37.235686\n                            ],\n                            [\n                                74.727458,\n                                37.282831\n                            ],\n                            [\n                                74.816153,\n                                37.216629\n                            ],\n                            [\n                                74.911008,\n                                37.23378\n                            ],\n                            [\n                                74.927022,\n                                37.277594\n                            ],\n                            [\n                                75.125971,\n                                37.322334\n                            ],\n                            [\n                                75.153072,\n                                37.414109\n                            ],\n                            [\n                                75.069304,\n                                37.513367\n                            ],\n                            [\n                                75.035428,\n                                37.501026\n                            ],\n                            [\n                                74.940573,\n                                37.558914\n                            ],\n                            [\n                                74.891914,\n                                37.668399\n                            ],\n                            [\n                                75.006478,\n                                37.771102\n                            ],\n                            [\n                                74.917167,\n                                37.844847\n                            ],\n                            [\n                                74.911008,\n                                37.967118\n                            ],\n                            [\n                                74.821697,\n                                38.102842\n                            ],\n                            [\n                                74.789668,\n                                38.324734\n                            ],\n                            [\n                                74.868508,\n                                38.404018\n                            ],\n                            [\n                                74.862965,\n                                38.484152\n                            ],\n                            [\n                                74.792747,\n                                38.536121\n                            ],\n                            [\n                                74.717603,\n                                38.542205\n                            ],\n                            [\n                                74.639995,\n                                38.599744\n                            ],\n                            [\n                                74.506336,\n                                38.63761\n                            ],\n                            [\n                                74.229779,\n                                38.656302\n                            ],\n                            [\n                                74.147859,\n                                38.676858\n                            ],\n                            [\n                                74.068403,\n                                38.585714\n                            ],\n                            [\n                                74.090577,\n                                38.542205\n                            ],\n                            [\n                                73.926121,\n                                38.536121\n                            ],\n                            [\n                                73.89902,\n                                38.579166\n                            ],\n                            [\n                                73.799237,\n                                38.610966\n                            ],\n                            [\n                                73.757353,\n                                38.719818\n                            ],\n                            [\n                                73.769056,\n                                38.775815\n                            ],\n                            [\n                                73.699455,\n                                38.857865\n                            ],\n                            [\n                                73.767824,\n                                38.941215\n                            ],\n                            [\n                                73.826339,\n                                38.917012\n                            ],\n                            [\n                                73.820179,\n                                39.041665\n                            ],\n                            [\n                                73.743187,\n                                39.029581\n                            ],\n                            [\n                                73.719781,\n                                39.108088\n                            ],\n                            [\n                                73.639709,\n                                39.220353\n                            ],\n                            [\n                                73.542391,\n                                39.269471\n                            ],\n                            [\n                                73.554094,\n                                39.350023\n                            ],\n                            [\n                                73.502355,\n                                39.383791\n                            ],\n                            [\n                                73.592898,\n                                39.412457\n                            ],\n                            [\n                                73.61076,\n                                39.466059\n                            ],\n                            [\n                                73.745651,\n                                39.461902\n                            ],\n                            [\n                                73.868223,\n                                39.482686\n                            ],\n                            [\n                                73.953838,\n                                39.600345\n                            ],\n                            [\n                                73.905795,\n                                39.742193\n                            ],\n                            [\n                                73.841737,\n                                39.756453\n                            ],\n                            [\n                                73.845433,\n                                39.831389\n                            ],\n                            [\n                                73.907027,\n                                39.873647\n                            ],\n                            [\n                                73.910722,\n                                39.934693\n                            ],\n                            [\n                                73.980324,\n                                40.004851\n                            ],\n                            [\n                                73.943367,\n                                40.015849\n                            ],\n                            [\n                                74.023439,\n                                40.085008\n                            ],\n                            [\n                                74.26304,\n                                40.125281\n                            ],\n                            [\n                                74.356662,\n                                40.089128\n                            ],\n                            [\n                                74.442894,\n                                40.137175\n                            ],\n                            [\n                                74.577169,\n                                40.260567\n                            ],\n                            [\n                                74.673255,\n                                40.278828\n                            ],\n                            [\n                                74.697893,\n                                40.344527\n                            ],\n                            [\n                                74.908544,\n                                40.339055\n                            ],\n                            [\n                                74.795211,\n                                40.443412\n                            ],\n                            [\n                                74.819233,\n                                40.505767\n                            ],\n                            [\n                                74.891914,\n                                40.507587\n                            ],\n                            [\n                                74.973218,\n                                40.460258\n                            ],\n                            [\n                                75.102565,\n                                40.439769\n                            ],\n                            [\n                                75.13521,\n                                40.463445\n                            ],\n                            [\n                                75.242383,\n                                40.448876\n                            ],\n                            [\n                                75.355716,\n                                40.538059\n                            ],\n                            [\n                                75.432093,\n                                40.563518\n                            ],\n                            [\n                                75.550353,\n                                40.648917\n                            ],\n                            [\n                                75.636584,\n                                40.624399\n                            ],\n                            [\n                                75.646439,\n                                40.516684\n                            ],\n                            [\n                                75.733287,\n                                40.474369\n                            ],\n                            [\n                                75.669845,\n                                40.363678\n                            ],\n                            [\n                                75.709265,\n                                40.28111\n                            ],\n                            [\n                                75.831221,\n                                40.327196\n                            ],\n                            [\n                                75.921764,\n                                40.291151\n                            ],\n                            [\n                                75.986438,\n                                40.381911\n                            ],\n                            [\n                                76.176147,\n                                40.381455\n                            ],\n                            [\n                                76.279625,\n                                40.439314\n                            ],\n                            [\n                                76.333212,\n                                40.343615\n                            ],\n                            [\n                                76.442233,\n                                40.391482\n                            ],\n                            [\n                                76.539551,\n                                40.4639\n                            ],\n                            [\n                                76.556798,\n                                40.542606\n                            ],\n                            [\n                                76.657196,\n                                40.620312\n                            ],\n                            [\n                                76.676906,\n                                40.696113\n                            ],\n                            [\n                                76.646725,\n                                40.760045\n                            ],\n                            [\n                                76.731724,\n                                40.818935\n                            ],\n                            [\n                                76.761905,\n                                40.954185\n                            ],\n                            [\n                                76.85368,\n                                40.976323\n                            ],\n                            [\n                                76.885709,\n                                41.027348\n                            ],\n                            [\n                                77.002122,\n                                41.073373\n                            ],\n                            [\n                                77.091433,\n                                41.062546\n                            ],\n                            [\n                                77.169041,\n                                41.009291\n                            ],\n                            [\n                                77.296541,\n                                41.004776\n                            ],\n                            [\n                                77.363062,\n                                41.040888\n                            ],\n                            [\n                                77.476395,\n                                40.999357\n                            ],\n                            [\n                                77.591576,\n                                40.992132\n                            ],\n                            [\n                                77.829328,\n                                41.059388\n                            ],\n                            [\n                                77.814546,\n                                41.134238\n                            ],\n                            [\n                                77.905089,\n                                41.185141\n                            ],\n                            [\n                                77.972842,\n                                41.172982\n                            ],\n                            [\n                                78.129291,\n                                41.228354\n                            ],\n                            [\n                                78.162551,\n                                41.382521\n                            ],\n                            [\n                                78.324544,\n                                41.384316\n                            ],\n                            [\n                                78.458818,\n                                41.41349\n                            ],\n                            [\n                                78.580774,\n                                41.481659\n                            ],\n                            [\n                                78.650375,\n                                41.467314\n                            ],\n                            [\n                                78.739071,\n                                41.555578\n                            ],\n                            [\n                                78.825302,\n                                41.560503\n                            ],\n                            [\n                                78.959577,\n                                41.652663\n                            ],\n                            [\n                                79.021787,\n                                41.657134\n                            ],\n                            [\n                                79.138199,\n                                41.722814\n                            ],\n                            [\n                                79.21704,\n                                41.725493\n                            ],\n                            [\n                                79.326061,\n                                41.809391\n                            ],\n                            [\n                                79.361169,\n                                41.796457\n                            ],\n                            [\n                                79.462799,\n                                41.848625\n                            ],\n                            [\n                                79.550879,\n                                41.833915\n                            ],\n                            [\n                                79.640806,\n                                41.884717\n                            ],\n                            [\n                                79.776313,\n                                41.892734\n                            ],\n                            [\n                                79.852689,\n                                42.015544\n                            ],\n                            [\n                                79.918594,\n                                42.041322\n                            ],\n                            [\n                                80.14218,\n                                42.034656\n                            ],\n                            [\n                                80.193303,\n                                42.081301\n                            ],\n                            [\n                                80.139717,\n                                42.151427\n                            ],\n                            [\n                                80.168666,\n                                42.200202\n                            ],\n                            [\n                                80.28631,\n                                42.232993\n                            ],\n                            [\n                                80.283847,\n                                42.320649\n                            ],\n                            [\n                                80.229028,\n                                42.358241\n                            ],\n                            [\n                                80.206238,\n                                42.428943\n                            ],\n                            [\n                                80.265368,\n                                42.502211\n                            ],\n                            [\n                                80.164354,\n                                42.627363\n                            ],\n                            [\n                                80.228412,\n                                42.692923\n                            ],\n                            [\n                                80.261673,\n                                42.825592\n                            ],\n                            [\n                                80.417505,\n                                42.838755\n                            ],\n                            [\n                                80.500041,\n                                42.879544\n                            ],\n                            [\n                                80.602903,\n                                42.89445\n                            ],\n                            [\n                                80.487106,\n                                42.94878\n                            ],\n                            [\n                                80.378701,\n                                43.031497\n                            ],\n                            [\n                                80.593048,\n                                43.133319\n                            ],\n                            [\n                                80.79446,\n                                43.137248\n                            ],\n                            [\n                                80.777214,\n                                43.30816\n                            ],\n                            [\n                                80.69283,\n                                43.32035\n                            ],\n                            [\n                                80.761199,\n                                43.446456\n                            ],\n                            [\n                                80.75504,\n                                43.49422\n                            ],\n                            [\n                                80.522215,\n                                43.816724\n                            ],\n                            [\n                                80.511128,\n                                43.906887\n                            ],\n                            [\n                                80.453846,\n                                43.989596\n                            ],\n                            [\n                                80.449534,\n                                44.077778\n                            ],\n                            [\n                                80.3941,\n                                44.127189\n                            ],\n                            [\n                                80.413194,\n                                44.264461\n                            ],\n                            [\n                                80.350368,\n                                44.484713\n                            ],\n                            [\n                                80.411962,\n                                44.605392\n                            ],\n                            [\n                                80.313412,\n                                44.704987\n                            ],\n                            [\n                                80.200695,\n                                44.75642\n                            ],\n                            [\n                                80.169898,\n                                44.844727\n                            ],\n                            [\n                                79.999283,\n                                44.793797\n                            ],\n                            [\n                                79.969102,\n                                44.877383\n                            ],\n                            [\n                                79.887798,\n                                44.909173\n                            ],\n                            [\n                                80.144644,\n                                45.058985\n                            ],\n                            [\n                                80.24381,\n                                45.031507\n                            ],\n                            [\n                                80.328194,\n                                45.069973\n                            ],\n                            [\n                                80.404571,\n                                45.049264\n                            ],\n                            [\n                                80.493882,\n                                45.126991\n                            ],\n                            [\n                                80.599207,\n                                45.10588\n                            ],\n                            [\n                                80.731634,\n                                45.156111\n                            ],\n                            [\n                                80.897938,\n                                45.127413\n                            ],\n                            [\n                                80.93551,\n                                45.16033\n                            ],\n                            [\n                                81.024821,\n                                45.162862\n                            ],\n                            [\n                                81.111669,\n                                45.218522\n                            ],\n                            [\n                                81.170183,\n                                45.210935\n                            ],\n                            [\n                                81.44982,\n                                45.265707\n                            ],\n                            [\n                                81.575471,\n                                45.307803\n                            ],\n                            [\n                                81.634601,\n                                45.357856\n                            ],\n                            [\n                                81.78797,\n                                45.383497\n                            ],\n                            [\n                                81.921013,\n                                45.233272\n                            ],\n                            [\n                                82.052824,\n                                45.25602\n                            ],\n                            [\n                                82.109491,\n                                45.211357\n                            ],\n                            [\n                                82.294272,\n                                45.247596\n                            ],\n                            [\n                                82.487061,\n                                45.181\n                            ],\n                            [\n                                82.58746,\n                                45.224001\n                            ],\n                            [\n                                82.60101,\n                                45.346083\n                            ],\n                            [\n                                82.546808,\n                                45.425925\n                            ],\n                            [\n                                82.281954,\n                                45.538772\n                            ],\n                            [\n                                82.266555,\n                                45.620015\n                            ],\n                            [\n                                82.289961,\n                                45.7166\n                            ],\n                            [\n                                82.340468,\n                                45.772552\n                            ],\n                            [\n                                82.342932,\n                                45.935076\n                            ],\n                            [\n                                82.461808,\n                                45.979999\n                            ],\n                            [\n                                82.518474,\n                                46.153938\n                            ],\n                            [\n                                82.726662,\n                                46.494818\n                            ],\n                            [\n                                82.829524,\n                                46.772551\n                            ],\n                            [\n                                82.876335,\n                                46.82375\n                            ],\n                            [\n                                82.937929,\n                                47.014193\n                            ],\n                            [\n                                82.993364,\n                                47.06557\n                            ],\n                            [\n                                83.02724,\n                                47.215341\n                            ],\n                            [\n                                83.15474,\n                                47.236063\n                            ],\n                            [\n                                83.257602,\n                                47.173057\n                            ],\n                            [\n                                83.370318,\n                                47.178751\n                            ],\n                            [\n                                83.418978,\n                                47.118934\n                            ],\n                            [\n                                83.463325,\n                                47.131961\n                            ],\n                            [\n                                83.576042,\n                                47.059049\n                            ],\n                            [\n                                83.766367,\n                                47.026838\n                            ],\n                            [\n                                83.932671,\n                                46.970117\n                            ],\n                            [\n                                84.002888,\n                                46.990527\n                            ],\n                            [\n                                84.086656,\n                                46.965217\n                            ],\n                            [\n                                84.195061,\n                                47.003586\n                            ],\n                            [\n                                84.37122,\n                                46.993384\n                            ],\n                            [\n                                84.425422,\n                                47.00889\n                            ],\n                            [\n                                84.506726,\n                                46.972975\n                            ],\n                            [\n                                84.748175,\n                                47.009706\n                            ],\n                            [\n                                84.849189,\n                                46.95705\n                            ],\n                            [\n                                84.934188,\n                                46.863857\n                            ],\n                            [\n                                84.987159,\n                                46.918239\n                            ],\n                            [\n                                85.082014,\n                                46.939895\n                            ],\n                            [\n                                85.276651,\n                                47.068831\n                            ],\n                            [\n                                85.325926,\n                                47.044781\n                            ],\n                            [\n                                85.545816,\n                                47.057826\n                            ],\n                            [\n                                85.582772,\n                                47.14295\n                            ],\n                            [\n                                85.682555,\n                                47.222655\n                            ],\n                            [\n                                85.675163,\n                                47.318063\n                            ],\n                            [\n                                85.701649,\n                                47.384138\n                            ],\n                            [\n                                85.614801,\n                                47.497853\n                            ],\n                            [\n                                85.617881,\n                                47.550781\n                            ],\n                            [\n                                85.547048,\n                                48.00833\n                            ],\n                            [\n                                85.529186,\n                                48.02714\n                            ],\n                            [\n                                85.587084,\n                                48.191738\n                            ],\n                            [\n                                85.678243,\n                                48.266272\n                            ],\n                            [\n                                85.695489,\n                                48.335129\n                            ],\n                            [\n                                85.791576,\n                                48.418986\n                            ],\n                            [\n                                85.916612,\n                                48.438043\n                            ],\n                            [\n                                86.225813,\n                                48.432485\n                            ],\n                            [\n                                86.305269,\n                                48.491999\n                            ],\n                            [\n                                86.416138,\n                                48.481688\n                            ],\n                            [\n                                86.579978,\n                                48.538768\n                            ],\n                            [\n                                86.640956,\n                                48.629012\n                            ],\n                            [\n                                86.780774,\n                                48.73133\n                            ],\n                            [\n                                86.754289,\n                                48.78458\n                            ],\n                            [\n                                86.822042,\n                                48.849193\n                            ],\n                            [\n                                86.757985,\n                                48.894844\n                            ],\n                            [\n                                86.732731,\n                                48.995444\n                            ],\n                            [\n                                86.836209,\n                                49.051159\n                            ],\n                            [\n                                86.88918,\n                                49.132656\n                            ],\n                            [\n                                87.088128,\n                                49.13383\n                            ],\n                            [\n                                87.112766,\n                                49.155748\n                            ],\n                            [\n                                87.239033,\n                                49.114644\n                            ],\n                            [\n                                87.388707,\n                                49.098193\n                            ],\n                            [\n                                87.43675,\n                                49.075073\n                            ],\n                            [\n                                87.511894,\n                                49.101718\n                            ],\n                            [\n                                87.49896,\n                                49.141268\n                            ],\n                            [\n                                87.821096,\n                                49.173745\n                            ],\n                            [\n                                87.867291,\n                                49.108769\n                            ],\n                            [\n                                87.833415,\n                                49.050374\n                            ],\n                            [\n                                87.911639,\n                                48.980132\n                            ],\n                            [\n                                87.87653,\n                                48.949099\n                            ],\n                            [\n                                87.763198,\n                                48.926697\n                            ],\n                            [\n                                87.742256,\n                                48.881074\n                            ],\n                            [\n                                87.93874,\n                                48.757765\n                            ],\n                            [\n                                88.029283,\n                                48.75027\n                            ],\n                            [\n                                88.089645,\n                                48.695009\n                            ],\n                            [\n                                88.027436,\n                                48.62743\n                            ],\n                            [\n                                87.96153,\n                                48.599344\n                            ],\n                            [\n                                88.041602,\n                                48.548275\n                            ],\n                            [\n                                88.10874,\n                                48.545898\n                            ],\n                            [\n                                88.196819,\n                                48.493982\n                            ],\n                            [\n                                88.363123,\n                                48.460267\n                            ],\n                            [\n                                88.443811,\n                                48.391579\n                            ],\n                            [\n                                88.503557,\n                                48.413029\n                            ],\n                            [\n                                88.605803,\n                                48.337914\n                            ],\n                            [\n                                88.575006,\n                                48.277423\n                            ],\n                            [\n                                88.663085,\n                                48.172189\n                            ],\n                            [\n                                88.79736,\n                                48.133869\n                            ],\n                            [\n                                88.824461,\n                                48.106708\n                            ],\n                            [\n                                88.939026,\n                                48.115497\n                            ],\n                            [\n                                89.078228,\n                                47.98711\n                            ],\n                            [\n                                89.231597,\n                                47.980301\n                            ],\n                            [\n                                89.38127,\n                                48.046344\n                            ],\n                            [\n                                89.569132,\n                                48.037943\n                            ],\n                            [\n                                89.651052,\n                                47.913774\n                            ],\n                            [\n                                89.735435,\n                                47.897329\n                            ],\n                            [\n                                89.761921,\n                                47.835916\n                            ],\n                            [\n                                89.957789,\n                                47.842743\n                            ],\n                            [\n                                89.960253,\n                                47.885694\n                            ],\n                            [\n                                90.086521,\n                                47.865628\n                            ],\n                            [\n                                90.07605,\n                                47.777646\n                            ],\n                            [\n                                90.13518,\n                                47.723337\n                            ],\n                            [\n                                90.331665,\n                                47.68146\n                            ],\n                            [\n                                90.398186,\n                                47.547551\n                            ],\n                            [\n                                90.468403,\n                                47.497853\n                            ],\n                            [\n                                90.468403,\n                                47.404795\n                            ],\n                            [\n                                90.526301,\n                                47.378871\n                            ],\n                            [\n                                90.488113,\n                                47.317252\n                            ],\n                            [\n                                90.56141,\n                                47.207212\n                            ],\n                            [\n                                90.767134,\n                                46.992568\n                            ],\n                            [\n                                90.901408,\n                                46.960725\n                            ],\n                            [\n                                90.958075,\n                                46.8794\n                            ],\n                            [\n                                90.942676,\n                                46.825797\n                            ],\n                            [\n                                91.054161,\n                                46.71761\n                            ],\n                            [\n                                91.017821,\n                                46.582483\n                            ],\n                            [\n                                91.079415,\n                                46.558626\n                            ],\n                            [\n                                90.983328,\n                                46.374823\n                            ],\n                            [\n                                90.900177,\n                                46.31204\n                            ],\n                            [\n                                91.021517,\n                                46.121185\n                            ],\n                            [\n                                91.028292,\n                                46.023224\n                            ],\n                            [\n                                90.850285,\n                                45.888035\n                            ],\n                            [\n                                90.714779,\n                                45.728714\n                            ],\n                            [\n                                90.676591,\n                                45.582339\n                            ],\n                            [\n                                90.671047,\n                                45.48762\n                            ],\n                            [\n                                90.772677,\n                                45.432223\n                            ],\n                            [\n                                90.804706,\n                                45.294756\n                            ],\n                            [\n                                90.877387,\n                                45.280865\n                            ],\n                            [\n                                90.881698,\n                                45.191964\n                            ],\n                            [\n                                91.007966,\n                                45.218522\n                            ],\n                            [\n                                91.129922,\n                                45.215993\n                            ],\n                            [\n                                91.242023,\n                                45.137544\n                            ],\n                            [\n                                91.37753,\n                                45.110947\n                            ],\n                            [\n                                91.448978,\n                                45.156533\n                            ],\n                            [\n                                91.561695,\n                                45.075466\n                            ],\n                            [\n                                91.694738,\n                                45.065325\n                            ],\n                            [\n                                91.803144,\n                                45.082649\n                            ],\n                            [\n                                92.100026,\n                                45.081381\n                            ],\n                            [\n                                92.240461,\n                                45.015859\n                            ],\n                            [\n                                92.315605,\n                                45.02897\n                            ],\n                            [\n                                92.501003,\n                                45.001054\n                            ],\n                            [\n                                92.779407,\n                                45.050532\n                            ],\n                            [\n                                92.884117,\n                                45.046727\n                            ],\n                            [\n                                92.932776,\n                                45.017551\n                            ],\n                            [\n                                93.174225,\n                                45.015436\n                            ],\n                            [\n                                93.434767,\n                                44.955343\n                            ],\n                            [\n                                93.509296,\n                                44.968044\n                            ],\n                            [\n                                93.716251,\n                                44.89434\n                            ],\n                            [\n                                93.723642,\n                                44.86551\n                            ],\n                            [\n                                94.215162,\n                                44.667978\n                            ],\n                            [\n                                94.329727,\n                                44.582811\n                            ],\n                            [\n                                94.359292,\n                                44.51544\n                            ],\n                            [\n                                94.470777,\n                                44.509466\n                            ],\n                            [\n                                94.606283,\n                                44.448418\n                            ],\n                            [\n                                94.722696,\n                                44.340681\n                            ],\n                            [\n                                94.945666,\n                                44.292734\n                            ],\n                            [\n                                94.998637,\n                                44.25332\n                            ],\n                            [\n                                95.398381,\n                                44.294447\n                            ],\n                            [\n                                95.326932,\n                                44.028756\n                            ],\n                            [\n                                95.527113,\n                                44.007243\n                            ],\n                            [\n                                95.623199,\n                                43.855567\n                            ],\n                            [\n                                95.735916,\n                                43.597437\n                            ],\n                            [\n                                95.857872,\n                                43.417779\n                            ],\n                            [\n                                95.880046,\n                                43.280289\n                            ],\n                            [\n                                95.921314,\n                                43.22974\n                            ],\n                            [\n                                96.363558,\n                                42.900586\n                            ],\n                            [\n                                96.386348,\n                                42.727655\n                            ],\n                            [\n                                96.103632,\n                                42.604026\n                            ],\n                            [\n                                96.02356,\n                                42.54234\n                            ],\n                            [\n                                95.978596,\n                                42.436892\n                            ],\n                            [\n                                96.06606,\n                                42.414367\n                            ],\n                            [\n                                96.040806,\n                                42.3264\n                            ],\n                            [\n                                96.178161,\n                                42.217929\n                            ],\n                            [\n                                96.077147,\n                                42.149652\n                            ],\n                            [\n                                96.13874,\n                                42.054207\n                            ],\n                            [\n                                96.117183,\n                                41.985753\n                            ],\n                            [\n                                96.038342,\n                                41.924794\n                            ],\n                            [\n                                95.855408,\n                                41.849516\n                            ],\n                            [\n                                95.677402,\n                                41.830795\n                            ],\n                            [\n                                95.57146,\n                                41.796011\n                            ],\n                            [\n                                95.39407,\n                                41.693333\n                            ],\n                            [\n                                95.29552,\n                                41.569456\n                            ],\n                            [\n                                95.135991,\n                                41.772811\n                            ],\n                            [\n                                94.861898,\n                                41.668309\n                            ],\n                            [\n                                94.750413,\n                                41.538114\n                            ],\n                            [\n                                94.534219,\n                                41.50586\n                            ],\n                            [\n                                94.184365,\n                                41.268392\n                            ],\n                            [\n                                94.01067,\n                                41.114857\n                            ],\n                            [\n                                93.809874,\n                                40.879583\n                            ],\n                            [\n                                93.820961,\n                                40.793574\n                            ],\n                            [\n                                93.760599,\n                                40.664804\n                            ],\n                            [\n                                93.506216,\n                                40.648464\n                            ],\n                            [\n                                92.928465,\n                                40.572609\n                            ],\n                            [\n                                92.906907,\n                                40.310773\n                            ],\n                            [\n                                92.796654,\n                                40.15364\n                            ],\n                            [\n                                92.745531,\n                                39.868137\n                            ],\n                            [\n                                92.639589,\n                                39.514543\n                            ],\n                            [\n                                92.52564,\n                                39.368528\n                            ],\n                            [\n                                92.339011,\n                                39.236575\n                            ],\n                            [\n                                92.366728,\n                                39.059322\n                            ],\n                            [\n                                92.41046,\n                                39.038412\n                            ],\n                            [\n                                92.38459,\n                                39.000758\n                            ],\n                            [\n                                92.263866,\n                                39.002153\n                            ],\n                            [\n                                92.173323,\n                                38.960758\n                            ],\n                            [\n                                91.966368,\n                                38.930976\n                            ],\n                            [\n                                91.87952,\n                                38.884417\n                            ],\n                            [\n                                91.446515,\n                                38.813588\n                            ],\n                            [\n                                91.307928,\n                                38.751089\n                            ],\n                            [\n                                90.831191,\n                                38.667982\n                            ],\n                            [\n                                90.619308,\n                                38.664245\n                            ],\n                            [\n                                90.610685,\n                                38.596003\n                            ],\n                            [\n                                90.463476,\n                                38.556711\n                            ],\n                            [\n                                90.424671,\n                                38.492114\n                            ],\n                            [\n                                90.315034,\n                                38.501948\n                            ],\n                            [\n                                90.111774,\n                                38.477595\n                            ],\n                            [\n                                90.137644,\n                                38.340692\n                            ],\n                            [\n                                90.280542,\n                                38.238315\n                            ],\n                            [\n                                90.352607,\n                                38.233615\n                            ],\n                            [\n                                90.361846,\n                                38.300322\n                            ],\n                            [\n                                90.530613,\n                                38.32004\n                            ],\n                            [\n                                90.516446,\n                                38.207291\n                            ],\n                            [\n                                90.519526,\n                                37.73089\n                            ],\n                            [\n                                90.776373,\n                                37.6504\n                            ],\n                            [\n                                90.882314,\n                                37.575513\n                            ],\n                            [\n                                90.863836,\n                                37.534246\n                            ],\n                            [\n                                90.958075,\n                                37.477763\n                            ],\n                            [\n                                91.057241,\n                                37.483936\n                            ],\n                            [\n                                91.099741,\n                                37.447843\n                            ],\n                            [\n                                91.134849,\n                                37.32614\n                            ],\n                            [\n                                91.192132,\n                                37.27807\n                            ],\n                            [\n                                91.1909,\n                                37.205669\n                            ],\n                            [\n                                91.280211,\n                                37.163721\n                            ],\n                            [\n                                91.303617,\n                                37.01242\n                            ],\n                            [\n                                91.181045,\n                                37.025318\n                            ],\n                            [\n                                90.983944,\n                                36.913458\n                            ],\n                            [\n                                90.853981,\n                                36.915371\n                            ],\n                            [\n                                90.735105,\n                                36.827778\n                            ],\n                            [\n                                90.720938,\n                                36.708912\n                            ],\n                            [\n                                90.7388,\n                                36.58746\n                            ],\n                            [\n                                91.035683,\n                                36.529788\n                            ],\n                            [\n                                91.05293,\n                                36.432608\n                            ],\n                            [\n                                91.026444,\n                                36.323738\n                            ],\n                            [\n                                91.07264,\n                                36.299149\n                            ],\n                            [\n                                91.124994,\n                                36.115693\n                            ],\n                            [\n                                91.09235,\n                                36.088621\n                            ],\n                            [\n                                90.979017,\n                                36.106992\n                            ],\n                            [\n                                90.922966,\n                                36.029126\n                            ],\n                            [\n                                90.841046,\n                                36.01848\n                            ],\n                            [\n                                90.776373,\n                                36.086203\n                            ],\n                            [\n                                90.66304,\n                                36.134058\n                            ],\n                            [\n                                90.526917,\n                                36.148553\n                            ],\n                            [\n                                90.430215,\n                                36.133091\n                            ],\n                            [\n                                90.234962,\n                                36.161597\n                            ],\n                            [\n                                90.128405,\n                                36.208923\n                            ],\n                            [\n                                90.145651,\n                                36.238849\n                            ],\n                            [\n                                90.028006,\n                                36.25815\n                            ],\n                            [\n                                89.999057,\n                                36.169809\n                            ],\n                            [\n                                89.937463,\n                                36.130675\n                            ],\n                            [\n                                89.941159,\n                                36.067343\n                            ],\n                            [\n                                89.711414,\n                                36.092972\n                            ],\n                            [\n                                89.490291,\n                                36.150969\n                            ],\n                            [\n                                89.375727,\n                                36.228231\n                            ],\n                            [\n                                89.287647,\n                                36.235954\n                            ],\n                            [\n                                89.232213,\n                                36.295774\n                            ],\n                            [\n                                89.127503,\n                                36.249465\n                            ],\n                            [\n                                89.10225,\n                                36.281305\n                            ],\n                            [\n                                88.964279,\n                                36.318917\n                            ],\n                            [\n                                88.926091,\n                                36.364221\n                            ],\n                            [\n                                88.802903,\n                                36.337717\n                            ],\n                            [\n                                88.783809,\n                                36.291916\n                            ],\n                            [\n                                88.623665,\n                                36.389271\n                            ],\n                            [\n                                88.573158,\n                                36.461005\n                            ],\n                            [\n                                88.470912,\n                                36.482175\n                            ],\n                            [\n                                88.365586,\n                                36.457636\n                            ],\n                            [\n                                88.241782,\n                                36.468704\n                            ],\n                            [\n                                88.134609,\n                                36.427313\n                            ],\n                            [\n                                87.983088,\n                                36.437903\n                            ],\n                            [\n                                87.949211,\n                                36.401312\n                            ],\n                            [\n                                87.731785,\n                                36.384936\n                            ],\n                            [\n                                87.570409,\n                                36.342536\n                            ],\n                            [\n                                87.470626,\n                                36.354102\n                            ],\n                            [\n                                87.460155,\n                                36.409498\n                            ],\n                            [\n                                87.361605,\n                                36.419128\n                            ],\n                            [\n                                87.306787,\n                                36.363739\n                            ],\n                            [\n                                87.193454,\n                                36.349283\n                            ],\n                            [\n                                87.149106,\n                                36.29722\n                            ],\n                            [\n                                86.996353,\n                                36.308793\n                            ],\n                            [\n                                86.887332,\n                                36.262492\n                            ],\n                            [\n                                86.862078,\n                                36.300114\n                            ],\n                            [\n                                86.746282,\n                                36.291916\n                            ],\n                            [\n                                86.701318,\n                                36.245122\n                            ],\n                            [\n                                86.515305,\n                                36.205543\n                            ],\n                            [\n                                86.392733,\n                                36.206992\n                            ],\n                            [\n                                86.187625,\n                                36.131158\n                            ],\n                            [\n                                86.199944,\n                                36.032513\n                            ],\n                            [\n                                86.132806,\n                                35.979271\n                            ],\n                            [\n                                86.060125,\n                                35.846008\n                            ],\n                            [\n                                85.949256,\n                                35.779049\n                            ],\n                            [\n                                85.811286,\n                                35.779049\n                            ],\n                            [\n                                85.65299,\n                                35.731465\n                            ],\n                            [\n                                85.613569,\n                                35.652257\n                            ],\n                            [\n                                85.372121,\n                                35.701346\n                            ],\n                            [\n                                85.271107,\n                                35.788757\n                            ],\n                            [\n                                85.159006,\n                                35.745549\n                            ],\n                            [\n                                85.053065,\n                                35.751862\n                            ],\n                            [\n                                84.729081,\n                                35.613353\n                            ],\n                            [\n                                84.448828,\n                                35.55058\n                            ],\n                            [\n                                84.45314,\n                                35.473141\n                            ],\n                            [\n                                84.335495,\n                                35.414647\n                            ],\n                            [\n                                84.1618,\n                                35.359039\n                            ],\n                            [\n                                84.095895,\n                                35.362943\n                            ],\n                            [\n                                84.005968,\n                                35.422449\n                            ],\n                            [\n                                83.885244,\n                                35.367334\n                            ],\n                            [\n                                83.677672,\n                                35.360991\n                            ],\n                            [\n                                83.622238,\n                                35.335614\n                            ],\n                            [\n                                83.451006,\n                                35.38197\n                            ],\n                            [\n                                83.242203,\n                                35.420011\n                            ],\n                            [\n                                83.127022,\n                                35.398554\n                            ],\n                            [\n                                83.067892,\n                                35.462908\n                            ],\n                            [\n                                82.998907,\n                                35.484348\n                            ],\n                            [\n                                82.960719,\n                                35.671702\n                            ],\n                            [\n                                82.788872,\n                                35.684824\n                            ],\n                            [\n                                82.731589,\n                                35.63767\n                            ],\n                            [\n                                82.628727,\n                                35.692114\n                            ],\n                            [\n                                82.424852,\n                                35.713006\n                            ],\n                            [\n                                82.336156,\n                                35.651284\n                            ],\n                            [\n                                82.328149,\n                                35.559342\n                            ],\n                            [\n                                82.033114,\n                                35.450236\n                            ],\n                            [\n                                82.05344,\n                                35.350255\n                            ],\n                            [\n                                81.927789,\n                                35.271158\n                            ],\n                            [\n                                81.736847,\n                                35.262365\n                            ],\n                            [\n                                81.675253,\n                                35.233536\n                            ],\n                            [\n                                81.513261,\n                                35.235002\n                            ],\n                            [\n                                81.494167,\n                                35.292161\n                            ],\n                            [\n                                81.362356,\n                                35.354647\n                            ],\n                            [\n                                81.219458,\n                                35.319016\n                            ],\n                            [\n                                81.09935,\n                                35.407333\n                            ],\n                            [\n                                81.031597,\n                                35.380506\n                            ],\n                            [\n                                81.026053,\n                                35.312181\n                            ],\n                            [\n                                80.844351,\n                                35.345375\n                            ],\n                            [\n                                80.689135,\n                                35.33903\n                            ],\n                            [\n                                80.65649,\n                                35.394165\n                            ],\n                            [\n                                80.516672,\n                                35.392214\n                            ],\n                            [\n                                80.412578,\n                                35.433663\n                            ],\n                            [\n                                80.321419,\n                                35.386848\n                            ],\n                            [\n                                80.268448,\n                                35.294114\n                            ],\n                            [\n                                80.362687,\n                                35.209096\n                            ],\n                            [\n                                80.257977,\n                                35.20323\n                            ],\n                            [\n                                80.23026,\n                                35.147476\n                            ],\n                            [\n                                80.118159,\n                                35.066222\n                            ],\n                            [\n                                80.031311,\n                                35.034384\n                            ],\n                            [\n                                80.034391,\n                                34.902\n                            ],\n                            [\n                                79.947544,\n                                34.820993\n                            ],\n                            [\n                                79.906892,\n                                34.683837\n                            ],\n                            [\n                                79.801566,\n                                34.478909\n                            ],\n                            [\n                                79.675914,\n                                34.451284\n                            ],\n                            [\n                                79.504683,\n                                34.454737\n                            ],\n                            [\n                                79.229358,\n                                34.413778\n                            ],\n                            [\n                                79.161605,\n                                34.441416\n                            ],\n                            [\n                                79.0107,\n                                34.399956\n                            ],\n                            [\n                                79.039649,\n                                34.33427\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 710000,\n                \"name\": \"台湾省\",\n                \"center\": [\n                    121.509062,\n                    25.044332\n                ],\n                \"centroid\": [\n                    120.971486,\n                    23.749452\n                ],\n                \"childrenNum\": 0,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 31,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                120.443706,\n                                22.441042\n                            ],\n                            [\n                                120.297112,\n                                22.531154\n                            ],\n                            [\n                                120.20041,\n                                22.721137\n                            ],\n                            [\n                                120.131425,\n                                23.002313\n                            ],\n                            [\n                                120.018708,\n                                23.073342\n                            ],\n                            [\n                                120.108019,\n                                23.34115\n                            ],\n                            [\n                                120.12157,\n                                23.504758\n                            ],\n                            [\n                                120.095084,\n                                23.587583\n                            ],\n                            [\n                                120.102476,\n                                23.70104\n                            ],\n                            [\n                                120.175156,\n                                23.807282\n                            ],\n                            [\n                                120.245989,\n                                23.84067\n                            ],\n                            [\n                                120.278018,\n                                23.927657\n                            ],\n                            [\n                                120.68885,\n                                24.600764\n                            ],\n                            [\n                                120.82374,\n                                24.68832\n                            ],\n                            [\n                                120.89211,\n                                24.767665\n                            ],\n                            [\n                                120.914899,\n                                24.864876\n                            ],\n                            [\n                                121.024537,\n                                25.040639\n                            ],\n                            [\n                                121.209318,\n                                25.127342\n                            ],\n                            [\n                                121.371926,\n                                25.15984\n                            ],\n                            [\n                                121.444607,\n                                25.27081\n                            ],\n                            [\n                                121.53515,\n                                25.307597\n                            ],\n                            [\n                                121.62323,\n                                25.294614\n                            ],\n                            [\n                                121.745186,\n                                25.162007\n                            ],\n                            [\n                                121.917033,\n                                25.137634\n                            ],\n                            [\n                                121.947214,\n                                25.031965\n                            ],\n                            [\n                                122.012503,\n                                25.001602\n                            ],\n                            [\n                                121.844968,\n                                24.836101\n                            ],\n                            [\n                                121.841272,\n                                24.733977\n                            ],\n                            [\n                                121.892395,\n                                24.618171\n                            ],\n                            [\n                                121.88562,\n                                24.529477\n                            ],\n                            [\n                                121.809243,\n                                24.338818\n                            ],\n                            [\n                                121.643556,\n                                24.097633\n                            ],\n                            [\n                                121.65957,\n                                24.006934\n                            ],\n                            [\n                                121.621382,\n                                23.920547\n                            ],\n                            [\n                                121.522832,\n                                23.538772\n                            ],\n                            [\n                                121.479716,\n                                23.32247\n                            ],\n                            [\n                                121.415042,\n                                23.196039\n                            ],\n                            [\n                                121.430441,\n                                23.137181\n                            ],\n                            [\n                                121.370695,\n                                23.084351\n                            ],\n                            [\n                                121.324499,\n                                22.945574\n                            ],\n                            [\n                                121.170514,\n                                22.723345\n                            ],\n                            [\n                                121.03316,\n                                22.650477\n                            ],\n                            [\n                                120.914899,\n                                22.302718\n                            ],\n                            [\n                                120.907508,\n                                22.033426\n                            ],\n                            [\n                                120.86624,\n                                21.98461\n                            ],\n                            [\n                                120.873016,\n                                21.897477\n                            ],\n                            [\n                                120.701784,\n                                21.926898\n                            ],\n                            [\n                                120.651277,\n                                22.033426\n                            ],\n                            [\n                                120.640806,\n                                22.241259\n                            ],\n                            [\n                                120.569973,\n                                22.361938\n                            ],\n                            [\n                                120.443706,\n                                22.441042\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                119.646064,\n                                23.55084\n                            ],\n                            [\n                                119.609108,\n                                23.503661\n                            ],\n                            [\n                                119.566608,\n                                23.584842\n                            ],\n                            [\n                                119.678093,\n                                23.600195\n                            ],\n                            [\n                                119.646064,\n                                23.55084\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                123.491374,\n                                25.747089\n                            ],\n                            [\n                                123.496917,\n                                25.739005\n                            ],\n                            [\n                                123.495069,\n                                25.737927\n                            ],\n                            [\n                                123.494453,\n                                25.737927\n                            ],\n                            [\n                                123.492606,\n                                25.737388\n                            ],\n                            [\n                                123.480903,\n                                25.737927\n                            ],\n                            [\n                                123.480287,\n                                25.737388\n                            ],\n                            [\n                                123.46612,\n                                25.732537\n                            ],\n                            [\n                                123.465504,\n                                25.732537\n                            ],\n                            [\n                                123.491374,\n                                25.747089\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                123.549272,\n                                25.724991\n                            ],\n                            [\n                                123.549272,\n                                25.724991\n                            ],\n                            [\n                                123.546192,\n                                25.729303\n                            ],\n                            [\n                                123.546192,\n                                25.728764\n                            ],\n                            [\n                                123.549272,\n                                25.724991\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                123.690322,\n                                25.923187\n                            ],\n                            [\n                                123.691554,\n                                25.921572\n                            ],\n                            [\n                                123.690938,\n                                25.917267\n                            ],\n                            [\n                                123.690938,\n                                25.916729\n                            ],\n                            [\n                                123.690322,\n                                25.923187\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                123.559743,\n                                25.718523\n                            ],\n                            [\n                                123.559743,\n                                25.717984\n                            ],\n                            [\n                                123.548656,\n                                25.720679\n                            ],\n                            [\n                                123.549272,\n                                25.720679\n                            ],\n                            [\n                                123.559743,\n                                25.718523\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.510513,\n                                22.087215\n                            ],\n                            [\n                                121.573339,\n                                22.086106\n                            ],\n                            [\n                                121.594281,\n                                21.995152\n                            ],\n                            [\n                                121.510513,\n                                22.087215\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                123.559743,\n                                25.718523\n                            ],\n                            [\n                                123.560359,\n                                25.718523\n                            ],\n                            [\n                                123.560359,\n                                25.717984\n                            ],\n                            [\n                                123.559743,\n                                25.717984\n                            ],\n                            [\n                                123.559743,\n                                25.718523\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 810000,\n                \"name\": \"香港特别行政区\",\n                \"center\": [\n                    114.173355,\n                    22.320048\n                ],\n                \"centroid\": [\n                    114.134394,\n                    22.377371\n                ],\n                \"childrenNum\": 18,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 32,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                114.031778,\n                                22.504071\n                            ],\n                            [\n                                114.044096,\n                                22.502413\n                            ],\n                            [\n                                114.045944,\n                                22.502413\n                            ],\n                            [\n                                114.185762,\n                                22.551601\n                            ],\n                            [\n                                114.185762,\n                                22.551601\n                            ],\n                            [\n                                114.232574,\n                                22.539997\n                            ],\n                            [\n                                114.232574,\n                                22.528944\n                            ],\n                            [\n                                114.263371,\n                                22.541654\n                            ],\n                            [\n                                114.263987,\n                                22.541654\n                            ],\n                            [\n                                114.271994,\n                                22.535023\n                            ],\n                            [\n                                114.28924,\n                                22.522864\n                            ],\n                            [\n                                114.355762,\n                                22.434958\n                            ],\n                            [\n                                114.406269,\n                                22.433299\n                            ],\n                            [\n                                114.406269,\n                                22.432746\n                            ],\n                            [\n                                114.356994,\n                                22.340356\n                            ],\n                            [\n                                114.323733,\n                                22.384622\n                            ],\n                            [\n                                114.315726,\n                                22.299951\n                            ],\n                            [\n                                114.315726,\n                                22.298843\n                            ],\n                            [\n                                114.248588,\n                                22.274484\n                            ],\n                            [\n                                114.265835,\n                                22.200825\n                            ],\n                            [\n                                114.195002,\n                                22.232951\n                            ],\n                            [\n                                114.120473,\n                                22.272269\n                            ],\n                            [\n                                114.121089,\n                                22.320985\n                            ],\n                            [\n                                114.034857,\n                                22.301058\n                            ],\n                            [\n                                114.026234,\n                                22.229628\n                            ],\n                            [\n                                113.848844,\n                                22.191961\n                            ],\n                            [\n                                113.898119,\n                                22.308808\n                            ],\n                            [\n                                114.015763,\n                                22.332054\n                            ],\n                            [\n                                113.920293,\n                                22.368024\n                            ],\n                            [\n                                113.918445,\n                                22.418366\n                            ],\n                            [\n                                114.031778,\n                                22.504071\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                114.350834,\n                                22.260087\n                            ],\n                            [\n                                114.355146,\n                                22.268393\n                            ],\n                            [\n                                114.355762,\n                                22.268393\n                            ],\n                            [\n                                114.350834,\n                                22.260087\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                114.320037,\n                                22.381303\n                            ],\n                            [\n                                114.320037,\n                                22.381856\n                            ],\n                            [\n                                114.319421,\n                                22.382409\n                            ],\n                            [\n                                114.323733,\n                                22.384622\n                            ],\n                            [\n                                114.320037,\n                                22.381303\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                114.372392,\n                                22.322645\n                            ],\n                            [\n                                114.372392,\n                                22.323752\n                            ],\n                            [\n                                114.37424,\n                                22.323199\n                            ],\n                            [\n                                114.372392,\n                                22.322645\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 820000,\n                \"name\": \"澳门特别行政区\",\n                \"center\": [\n                    113.54909,\n                    22.198951\n                ],\n                \"centroid\": [\n                    113.56642,\n                    22.159262\n                ],\n                \"childrenNum\": 8,\n                \"level\": \"province\",\n                \"subFeatureIndex\": 33,\n                \"acroutes\": [\n                    100000\n                ],\n                \"parent\": {\n                    \"adcode\": 100000\n                }\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                113.558736,\n                                22.213012\n                            ],\n                            [\n                                113.6037,\n                                22.132116\n                            ],\n                            [\n                                113.553809,\n                                22.107727\n                            ],\n                            [\n                                113.558736,\n                                22.213012\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"adcode\": 100000,\n                \"name\": \"\",\n                \"adchar\": \"JD\"\n            },\n            \"geometry\": {\n                \"type\": \"MultiPolygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            [\n                                122.51865306,\n                                23.46078502\n                            ],\n                            [\n                                122.51742454,\n                                23.45790762\n                            ],\n                            [\n                                122.51536697,\n                                23.45555069\n                            ],\n                            [\n                                122.51268178,\n                                23.45394494\n                            ],\n                            [\n                                122.50963181,\n                                23.45324755\n                            ],\n                            [\n                                122.5065156,\n                                23.45352678\n                            ],\n                            [\n                                122.5036382,\n                                23.45475531\n                            ],\n                            [\n                                122.50128127,\n                                23.45681287\n                            ],\n                            [\n                                122.49967552,\n                                23.45949807\n                            ],\n                            [\n                                122.49897813,\n                                23.46254804\n                            ],\n                            [\n                                122.49925737,\n                                23.46566424\n                            ],\n                            [\n                                122.77921829,\n                                24.57855302\n                            ],\n                            [\n                                122.78044682,\n                                24.58143041\n                            ],\n                            [\n                                122.78250438,\n                                24.58378734\n                            ],\n                            [\n                                122.78518957,\n                                24.5853931\n                            ],\n                            [\n                                122.78823955,\n                                24.58609049\n                            ],\n                            [\n                                122.79135575,\n                                24.58581125\n                            ],\n                            [\n                                122.79423315,\n                                24.58458272\n                            ],\n                            [\n                                122.79659008,\n                                24.58252516\n                            ],\n                            [\n                                122.79819583,\n                                24.57983997\n                            ],\n                            [\n                                122.79889322,\n                                24.57678999\n                            ],\n                            [\n                                122.79861399,\n                                24.57367379\n                            ],\n                            [\n                                122.51865306,\n                                23.46078502\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                121.17202617,\n                                20.8054593\n                            ],\n                            [\n                                121.16966862,\n                                20.80340244\n                            ],\n                            [\n                                121.16679085,\n                                20.80217478\n                            ],\n                            [\n                                121.16367457,\n                                20.80189649\n                            ],\n                            [\n                                121.1606248,\n                                20.8025948\n                            ],\n                            [\n                                121.1579401,\n                                20.80420136\n                            ],\n                            [\n                                121.15588324,\n                                20.80655891\n                            ],\n                            [\n                                121.15465558,\n                                20.80943668\n                            ],\n                            [\n                                121.15437729,\n                                20.81255297\n                            ],\n                            [\n                                121.1550756,\n                                20.81560273\n                            ],\n                            [\n                                121.15668216,\n                                20.81828744\n                            ],\n                            [\n                                121.89404403,\n                                21.70026162\n                            ],\n                            [\n                                121.89640158,\n                                21.70231847\n                            ],\n                            [\n                                121.89927934,\n                                21.70354613\n                            ],\n                            [\n                                121.90239563,\n                                21.70382443\n                            ],\n                            [\n                                121.9054454,\n                                21.70312611\n                            ],\n                            [\n                                121.9081301,\n                                21.70151955\n                            ],\n                            [\n                                121.91018696,\n                                21.699162\n                            ],\n                            [\n                                121.91141462,\n                                21.69628423\n                            ],\n                            [\n                                121.91169291,\n                                21.69316794\n                            ],\n                            [\n                                121.9109946,\n                                21.69011818\n                            ],\n                            [\n                                121.90938804,\n                                21.68743347\n                            ],\n                            [\n                                121.17202617,\n                                20.8054593\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                119.47366172,\n                                18.00707291\n                            ],\n                            [\n                                119.47175735,\n                                18.00459056\n                            ],\n                            [\n                                119.46917909,\n                                18.0028182\n                            ],\n                            [\n                                119.46617933,\n                                18.0019293\n                            ],\n                            [\n                                119.4630517,\n                                18.00201089\n                            ],\n                            [\n                                119.46010237,\n                                18.00305497\n                            ],\n                            [\n                                119.45762002,\n                                18.00495935\n                            ],\n                            [\n                                119.45584765,\n                                18.00753761\n                            ],\n                            [\n                                119.45495876,\n                                18.01053737\n                            ],\n                            [\n                                119.45504035,\n                                18.01366499\n                            ],\n                            [\n                                119.45608443,\n                                18.01661433\n                            ],\n                            [\n                                120.00812005,\n                                19.0335793\n                            ],\n                            [\n                                120.01002443,\n                                19.03606165\n                            ],\n                            [\n                                120.01260269,\n                                19.03783401\n                            ],\n                            [\n                                120.01560245,\n                                19.03872291\n                            ],\n                            [\n                                120.01873007,\n                                19.03864132\n                            ],\n                            [\n                                120.02167941,\n                                19.03759723\n                            ],\n                            [\n                                120.02416175,\n                                19.03569286\n                            ],\n                            [\n                                120.02593412,\n                                19.0331146\n                            ],\n                            [\n                                120.02682302,\n                                19.03011484\n                            ],\n                            [\n                                120.02674143,\n                                19.02698721\n                            ],\n                            [\n                                120.02569734,\n                                19.02403788\n                            ],\n                            [\n                                119.47366172,\n                                18.00707291\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                119.0726757,\n                                15.04098494\n                            ],\n                            [\n                                119.0726746,\n                                15.04083704\n                            ],\n                            [\n                                119.07218171,\n                                15.00751424\n                            ],\n                            [\n                                119.07164663,\n                                15.00443165\n                            ],\n                            [\n                                119.07018516,\n                                15.00166528\n                            ],\n                            [\n                                119.06794036,\n                                14.99948592\n                            ],\n                            [\n                                119.06513198,\n                                14.99810691\n                            ],\n                            [\n                                119.06203491,\n                                14.99766324\n                            ],\n                            [\n                                119.05895232,\n                                14.99819832\n                            ],\n                            [\n                                119.05618595,\n                                14.99965979\n                            ],\n                            [\n                                119.05400659,\n                                15.00190458\n                            ],\n                            [\n                                119.05262758,\n                                15.00471297\n                            ],\n                            [\n                                119.0521839,\n                                15.00781004\n                            ],\n                            [\n                                119.0526757,\n                                15.04105889\n                            ],\n                            [\n                                119.0526757,\n                                16.04388528\n                            ],\n                            [\n                                119.05316513,\n                                16.04697545\n                            ],\n                            [\n                                119.05458553,\n                                16.04976313\n                            ],\n                            [\n                                119.05679784,\n                                16.05197545\n                            ],\n                            [\n                                119.05958553,\n                                16.05339584\n                            ],\n                            [\n                                119.0626757,\n                                16.05388528\n                            ],\n                            [\n                                119.06576587,\n                                16.05339584\n                            ],\n                            [\n                                119.06855355,\n                                16.05197545\n                            ],\n                            [\n                                119.07076587,\n                                16.04976313\n                            ],\n                            [\n                                119.07218626,\n                                16.04697545\n                            ],\n                            [\n                                119.0726757,\n                                16.04388528\n                            ],\n                            [\n                                119.0726757,\n                                15.04098494\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                118.68646749,\n                                11.18959191\n                            ],\n                            [\n                                118.85557939,\n                                11.6136711\n                            ],\n                            [\n                                118.9698053,\n                                11.99151854\n                            ],\n                            [\n                                118.97116801,\n                                11.99433487\n                            ],\n                            [\n                                118.97333431,\n                                11.99659227\n                            ],\n                            [\n                                118.97609216,\n                                11.99806975\n                            ],\n                            [\n                                118.9791716,\n                                11.99862269\n                            ],\n                            [\n                                118.98227119,\n                                11.99819697\n                            ],\n                            [\n                                118.98508753,\n                                11.99683427\n                            ],\n                            [\n                                118.98734492,\n                                11.99466796\n                            ],\n                            [\n                                118.9888224,\n                                11.99191011\n                            ],\n                            [\n                                118.98937534,\n                                11.98883067\n                            ],\n                            [\n                                118.98894963,\n                                11.98573108\n                            ],\n                            [\n                                118.87459939,\n                                11.60747236\n                            ],\n                            [\n                                118.87431591,\n                                11.606662\n                            ],\n                            [\n                                118.70476212,\n                                11.18147468\n                            ],\n                            [\n                                118.70409227,\n                                11.18010771\n                            ],\n                            [\n                                118.54242469,\n                                10.9053354\n                            ],\n                            [\n                                118.54043581,\n                                10.90292022\n                            ],\n                            [\n                                118.53779795,\n                                10.90123786\n                            ],\n                            [\n                                118.53476931,\n                                10.90045298\n                            ],\n                            [\n                                118.53164636,\n                                10.90064241\n                            ],\n                            [\n                                118.5287348,\n                                10.90178762\n                            ],\n                            [\n                                118.52631962,\n                                10.9037765\n                            ],\n                            [\n                                118.52463726,\n                                10.90641436\n                            ],\n                            [\n                                118.52385237,\n                                10.909443\n                            ],\n                            [\n                                118.52404181,\n                                10.91256595\n                            ],\n                            [\n                                118.52518702,\n                                10.91547751\n                            ],\n                            [\n                                118.68646749,\n                                11.18959191\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                115.54466883,\n                                7.14672265\n                            ],\n                            [\n                                115.54229721,\n                                7.14468204\n                            ],\n                            [\n                                115.53941108,\n                                7.14347417\n                            ],\n                            [\n                                115.53629295,\n                                7.14321728\n                            ],\n                            [\n                                115.53324806,\n                                7.14393652\n                            ],\n                            [\n                                115.53057445,\n                                7.14556148\n                            ],\n                            [\n                                115.52853383,\n                                7.1479331\n                            ],\n                            [\n                                115.52732596,\n                                7.15081924\n                            ],\n                            [\n                                115.52706908,\n                                7.15393736\n                            ],\n                            [\n                                115.52778832,\n                                7.15698226\n                            ],\n                            [\n                                115.52941328,\n                                7.15965587\n                            ],\n                            [\n                                116.23523025,\n                                7.99221221\n                            ],\n                            [\n                                116.23760187,\n                                7.99425282\n                            ],\n                            [\n                                116.240488,\n                                7.99546069\n                            ],\n                            [\n                                116.24360613,\n                                7.99571758\n                            ],\n                            [\n                                116.24665102,\n                                7.99499834\n                            ],\n                            [\n                                116.24932463,\n                                7.99337338\n                            ],\n                            [\n                                116.25136525,\n                                7.99100176\n                            ],\n                            [\n                                116.25257312,\n                                7.98811563\n                            ],\n                            [\n                                116.25283001,\n                                7.9849975\n                            ],\n                            [\n                                116.25211077,\n                                7.98195261\n                            ],\n                            [\n                                116.2504858,\n                                7.979279\n                            ],\n                            [\n                                115.54466883,\n                                7.14672265\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                112.30705249,\n                                3.53487257\n                            ],\n                            [\n                                112.51501594,\n                                3.59753306\n                            ],\n                            [\n                                112.84361424,\n                                3.7506962\n                            ],\n                            [\n                                112.84662187,\n                                3.75155809\n                            ],\n                            [\n                                112.84974864,\n                                3.7514484\n                            ],\n                            [\n                                112.85268847,\n                                3.75037785\n                            ],\n                            [\n                                112.8551536,\n                                3.74845124\n                            ],\n                            [\n                                112.85690272,\n                                3.74585715\n                            ],\n                            [\n                                112.85776462,\n                                3.74284952\n                            ],\n                            [\n                                112.85765492,\n                                3.73972276\n                            ],\n                            [\n                                112.85658437,\n                                3.73678292\n                            ],\n                            [\n                                112.85465776,\n                                3.7343178\n                            ],\n                            [\n                                112.85206367,\n                                3.73256867\n                            ],\n                            [\n                                112.52281386,\n                                3.57910186\n                            ],\n                            [\n                                112.52147408,\n                                3.5785908\n                            ],\n                            [\n                                112.31248917,\n                                3.51562254\n                            ],\n                            [\n                                112.31181658,\n                                3.51544515\n                            ],\n                            [\n                                111.79132585,\n                                3.39736822\n                            ],\n                            [\n                                111.78820398,\n                                3.39716187\n                            ],\n                            [\n                                111.78517113,\n                                3.39793033\n                            ],\n                            [\n                                111.78252419,\n                                3.39959839\n                            ],\n                            [\n                                111.78052226,\n                                3.40200275\n                            ],\n                            [\n                                111.77936129,\n                                3.40490807\n                            ],\n                            [\n                                111.77915495,\n                                3.40802995\n                            ],\n                            [\n                                111.77992341,\n                                3.41106279\n                            ],\n                            [\n                                111.78159146,\n                                3.41370973\n                            ],\n                            [\n                                111.78399583,\n                                3.41571167\n                            ],\n                            [\n                                111.78690114,\n                                3.41687263\n                            ],\n                            [\n                                112.30705249,\n                                3.53487257\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                108.26055972,\n                                6.08912451\n                            ],\n                            [\n                                108.26004031,\n                                6.09098419\n                            ],\n                            [\n                                108.23638164,\n                                6.22427602\n                            ],\n                            [\n                                108.23630689,\n                                6.22476797\n                            ],\n                            [\n                                108.19687578,\n                                6.53630242\n                            ],\n                            [\n                                108.19679674,\n                                6.53760583\n                            ],\n                            [\n                                108.1987683,\n                                6.95072469\n                            ],\n                            [\n                                108.19897125,\n                                6.95268198\n                            ],\n                            [\n                                108.22460147,\n                                7.07791743\n                            ],\n                            [\n                                108.22570055,\n                                7.08084671\n                            ],\n                            [\n                                108.22765103,\n                                7.083293\n                            ],\n                            [\n                                108.230262,\n                                7.08501682\n                            ],\n                            [\n                                108.23327786,\n                                7.08584944\n                            ],\n                            [\n                                108.23640341,\n                                7.08570936\n                            ],\n                            [\n                                108.2393327,\n                                7.08461028\n                            ],\n                            [\n                                108.24177899,\n                                7.0826598\n                            ],\n                            [\n                                108.24350281,\n                                7.08004883\n                            ],\n                            [\n                                108.24433543,\n                                7.07703297\n                            ],\n                            [\n                                108.24419535,\n                                7.07390742\n                            ],\n                            [\n                                108.21876335,\n                                6.94964057\n                            ],\n                            [\n                                108.21679964,\n                                6.53816468\n                            ],\n                            [\n                                108.25611734,\n                                6.22752625\n                            ],\n                            [\n                                108.279563,\n                                6.09543449\n                            ],\n                            [\n                                108.30878645,\n                                6.01987736\n                            ],\n                            [\n                                108.30944469,\n                                6.0168187\n                            ],\n                            [\n                                108.30912553,\n                                6.01370633\n                            ],\n                            [\n                                108.30786022,\n                                6.01084492\n                            ],\n                            [\n                                108.30577262,\n                                6.00851455\n                            ],\n                            [\n                                108.30306706,\n                                6.00694335\n                            ],\n                            [\n                                108.3000084,\n                                6.00628511\n                            ],\n                            [\n                                108.29689603,\n                                6.00660426\n                            ],\n                            [\n                                108.29403462,\n                                6.00786957\n                            ],\n                            [\n                                108.29170425,\n                                6.00995718\n                            ],\n                            [\n                                108.29013305,\n                                6.01266273\n                            ],\n                            [\n                                108.26055972,\n                                6.08912451\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                110.12822847,\n                                11.36894451\n                            ],\n                            [\n                                110.18898148,\n                                11.48996382\n                            ],\n                            [\n                                110.23982347,\n                                11.61066468\n                            ],\n                            [\n                                110.28485499,\n                                11.78705054\n                            ],\n                            [\n                                110.3083549,\n                                11.94803461\n                            ],\n                            [\n                                110.3142445,\n                                12.14195265\n                            ],\n                            [\n                                110.312278,\n                                12.23998238\n                            ],\n                            [\n                                110.31270536,\n                                12.24308175\n                            ],\n                            [\n                                110.31406956,\n                                12.24589736\n                            ],\n                            [\n                                110.31623706,\n                                12.2481536\n                            ],\n                            [\n                                110.3189957,\n                                12.24962962\n                            ],\n                            [\n                                110.32207543,\n                                12.25018094\n                            ],\n                            [\n                                110.32517479,\n                                12.24975358\n                            ],\n                            [\n                                110.3279904,\n                                12.24838938\n                            ],\n                            [\n                                110.33024665,\n                                12.24622187\n                            ],\n                            [\n                                110.33172267,\n                                12.24346324\n                            ],\n                            [\n                                110.33227398,\n                                12.24038351\n                            ],\n                            [\n                                110.33424553,\n                                12.14210167\n                            ],\n                            [\n                                110.33424294,\n                                12.14159753\n                            ],\n                            [\n                                110.32832827,\n                                11.94685414\n                            ],\n                            [\n                                110.32822801,\n                                11.94571326\n                            ],\n                            [\n                                110.30456934,\n                                11.78364161\n                            ],\n                            [\n                                110.30436343,\n                                11.7826124\n                            ],\n                            [\n                                110.25901765,\n                                11.60499559\n                            ],\n                            [\n                                110.25854422,\n                                11.60358735\n                            ],\n                            [\n                                110.20728377,\n                                11.48189306\n                            ],\n                            [\n                                110.20700505,\n                                11.48128846\n                            ],\n                            [\n                                110.14588682,\n                                11.35954163\n                            ],\n                            [\n                                110.14541497,\n                                11.35870461\n                            ],\n                            [\n                                110.07246741,\n                                11.24270688\n                            ],\n                            [\n                                110.07040803,\n                                11.24035153\n                            ],\n                            [\n                                110.0677216,\n                                11.23874785\n                            ],\n                            [\n                                110.06467109,\n                                11.23805281\n                            ],\n                            [\n                                110.0615551,\n                                11.23833444\n                            ],\n                            [\n                                110.05867865,\n                                11.23956519\n                            ],\n                            [\n                                110.05632331,\n                                11.24162456\n                            ],\n                            [\n                                110.05471962,\n                                11.24431099\n                            ],\n                            [\n                                110.05402458,\n                                11.2473615\n                            ],\n                            [\n                                110.05430621,\n                                11.25047749\n                            ],\n                            [\n                                110.05553696,\n                                11.25335394\n                            ],\n                            [\n                                110.12822847,\n                                11.36894451\n                            ]\n                        ]\n                    ],\n                    [\n                        [\n                            [\n                                109.82951587,\n                                15.22896754\n                            ],\n                            [\n                                109.77065019,\n                                15.44468789\n                            ],\n                            [\n                                109.67264555,\n                                15.66561455\n                            ],\n                            [\n                                109.57455994,\n                                15.82609887\n                            ],\n                            [\n                                109.51574449,\n                                15.91095759\n                            ],\n                            [\n                                109.29314007,\n                                16.19491896\n                            ],\n                            [\n                                109.29161878,\n                                16.19765288\n                            ],\n                            [\n                                109.29101677,\n                                16.20072311\n                            ],\n                            [\n                                109.29139298,\n                                16.2038291\n                            ],\n                            [\n                                109.29271057,\n                                16.20666681\n                            ],\n                            [\n                                109.29484059,\n                                16.20895848\n                            ],\n                            [\n                                109.29757451,\n                                16.21047978\n                            ],\n                            [\n                                109.30064474,\n                                16.21108179\n                            ],\n                            [\n                                109.30375073,\n                                16.21070558\n                            ],\n                            [\n                                109.30658844,\n                                16.20938798\n                            ],\n                            [\n                                109.30888011,\n                                16.20725797\n                            ],\n                            [\n                                109.53166592,\n                                15.92306523\n                            ],\n                            [\n                                109.53201478,\n                                15.92259221\n                            ],\n                            [\n                                109.59116145,\n                                15.8372556\n                            ],\n                            [\n                                109.59147511,\n                                15.83677407\n                            ],\n                            [\n                                109.6900529,\n                                15.67548445\n                            ],\n                            [\n                                109.69066131,\n                                15.67432448\n                            ],\n                            [\n                                109.7892391,\n                                15.45210582\n                            ],\n                            [\n                                109.78974541,\n                                15.45068337\n                            ],\n                            [\n                                109.84889209,\n                                15.23393326\n                            ],\n                            [\n                                109.84903675,\n                                15.23333003\n                            ],\n                            [\n                                109.8648092,\n                                15.15722425\n                            ],\n                            [\n                                109.86495704,\n                                15.15409906\n                            ],\n                            [\n                                109.86413191,\n                                15.15108113\n                            ],\n                            [\n                                109.86241457,\n                                15.1484659\n                            ],\n                            [\n                                109.85997314,\n                                15.14650935\n                            ],\n                            [\n                                109.85704658,\n                                15.145403\n                            ],\n                            [\n                                109.85392139,\n                                15.14525516\n                            ],\n                            [\n                                109.85090347,\n                                15.14608029\n                            ],\n                            [\n                                109.84828823,\n                                15.14779763\n                            ],\n                            [\n                                109.84633168,\n                                15.15023907\n                            ],\n                            [\n                                109.84522534,\n                                15.15316562\n                            ],\n                            [\n                                109.82951587,\n                                15.22896754\n                            ]\n                        ]\n                    ]\n                ]\n            }\n        }\n    ]\n}', 'admin', '2020-05-19 16:42:27', 'admin', '2021-02-01 17:41:14', '0', NULL);