更新sql脚本的初始化配置

pull/65/head
fengshuonan 2021-02-14 10:19:05 +08:00
parent a480802679
commit 506c70f56c
19 changed files with 1424 additions and 1800 deletions

View File

@ -1,2 +0,0 @@
CREATE OR REPLACE VIEW config_test AS
SELECT `config_name`, `config_code`, `sys_flag` FROM `sys_config`

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
ALTER TABLE `sys_message`
MODIFY COLUMN `priority_level` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '优先级' AFTER `message_type`;

View File

@ -1,2 +0,0 @@
ALTER TABLE `sys_message`
add COLUMN `priority_level_test` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '优先级' AFTER `message_type`;

View File

@ -1,2 +0,0 @@
ALTER TABLE `sys_message`
drop COLUMN `priority_level_test`;

View File

@ -1,2 +0,0 @@
UPDATE `sys_menu` SET `menu_parent_id` = 1339550467939639325, `menu_pids` = '[-1],[1339550467939639325],', `menu_name` = 'Tomcat信息', `menu_code` = 'monitor_tomcat', `app_code` = 'system', `visible` = 'Y', `menu_sort` = 70.40, `status_flag` = 1, `remark` = NULL, `layui_path` = '/view/monitor/tomcatInfo', `layui_icon` = '', `antdv_router` = 'tomcat', `antdv_icon` = 'pushpin', `antdv_component` = NULL, `antdv_link_open_type` = NULL, `antdv_link_url` = NULL, `del_flag` = 'N', `create_time` = '2020-12-29 19:51:14', `create_user` = NULL, `update_time` = '2021-01-21 22:15:13', `update_user` = 1339550467939639299 WHERE `menu_id` = 1339550467939639329;
UPDATE `sys_menu` SET `menu_parent_id` = 1339550467939639325, `menu_pids` = '[-1],[1339550467939639325],', `menu_name` = 'JVM信息', `menu_code` = 'monitor_jvm', `app_code` = 'system', `visible` = 'Y', `menu_sort` = 70.60, `status_flag` = 1, `remark` = NULL, `layui_path` = '/view/monitor/jvmInfo', `layui_icon` = '', `antdv_router` = 'jvm', `antdv_icon` = 'rocket', `antdv_component` = NULL, `antdv_link_open_type` = NULL, `antdv_link_url` = NULL, `del_flag` = 'N', `create_time` = '2020-12-29 19:51:14', `create_user` = NULL, `update_time` = '2021-01-21 22:15:23', `update_user` = 1339550467939639299 WHERE `menu_id` = 1339550467939639331;

View File

@ -1,5 +0,0 @@
INSERT INTO `sys_menu` VALUES (1352966403623342082, 1339550467939639317, '[-1],[1339550467939639317],', '多数据源', 'datasources', 'system', 'Y', 50.50, 1, NULL, '/view/datasource', 'layui-icon-star-fill', NULL, 'icon-default', NULL, 0, NULL, 'N', '2021-01-23 21:08:22', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_role_menu` VALUES (1352966446510100482, 1339550467939639303, 1352966403623342082, '2021-01-23 21:08:32', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_menu` VALUES (1352968673144459265, 1339550467939639317, '[-1],[1339550467939639317],', '多语言配置', 'languages', 'system', 'Y', 50.60, 1, NULL, '/view/languages', 'layui-icon-star-fill', NULL, 'icon-default', NULL, 0, NULL, 'N', '2021-01-23 21:17:23', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_role_menu` VALUES (1352968718384222221, 1339550467939639303, 1352968673144459265, '2021-01-23 21:17:34', 1339550467939639299, NULL, NULL);

View File

@ -1,12 +0,0 @@
CREATE TABLE `sys_translation` (
`tran_id` bigint(20) NOT NULL COMMENT '主键id',
`tran_code` varchar(255) NOT NULL COMMENT '编码',
`tran_name` varchar(255) NOT NULL COMMENT '多语言条例名称',
`language` int(11) NOT NULL COMMENT '1:中文 2:英语',
`tran_value` varchar(255) NOT NULL COMMENT '翻译的值',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`create_user` bigint(20) DEFAULT NULL COMMENT '创建人',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`update_user` bigint(20) DEFAULT NULL COMMENT '更新人',
PRIMARY KEY (`tran_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='多语言表';

View File

@ -1,5 +0,0 @@
INSERT INTO `sys_dict`(`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353547360691851266, 'sys_config', '系统配置', 'xtpz', NULL, 'config_group', '', '', -1, 1, 1.00, '-1', 'N', '2021-01-25 11:36:53', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict`(`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353547405457657857, 'file_config', '文件配置', 'wjpz', NULL, 'config_group', '', '', -1, 1, 2.00, '-1', 'N', '2021-01-25 11:37:04', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict`(`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353547460558229506, 'auth_config', '鉴权配置', 'jqpz', NULL, 'config_group', '', '', -1, 1, 3.00, '-1', 'N', '2021-01-25 11:37:17', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict`(`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353547539293704194, 'sms_config', '短信配置', 'dxpz', NULL, 'config_group', '', '', -1, 1, 4.00, '-1', 'N', '2021-01-25 11:37:36', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict_type`(`dict_type_id`, `dict_type_class`, `dict_type_bus_code`, `dict_type_code`, `dict_type_name`, `dict_type_name_pinyin`, `dict_type_desc`, `status_flag`, `dict_type_sort`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353547215422132226, 2, '', 'config_group', '系统配置分组', 'xtpzfz', '系统配置分组', 1, 6.00, 'N', '2021-01-25 11:36:19', 1339550467939639299, NULL, NULL);

View File

@ -1,459 +0,0 @@
UPDATE `sys_menu` SET `menu_parent_id` = 1339550467939639317, `menu_pids` = '[-1],[1339550467939639317],', `menu_name` = '多语言配置', `menu_code` = 'languages', `app_code` = 'system', `visible` = 'Y', `menu_sort` = 50.60, `status_flag` = 1, `remark` = NULL, `layui_path` = '/view/i18n', `layui_icon` = 'layui-icon-star-fill', `antdv_router` = NULL, `antdv_icon` = 'icon-default', `antdv_component` = NULL, `antdv_link_open_type` = 0, `antdv_link_url` = NULL, `del_flag` = 'N', `create_time` = '2021-01-23 21:17:23', `create_user` = 1339550467939639299, `update_time` = '2021-01-25 21:59:08', `update_user` = 1339550467939639299 WHERE `menu_id` = 1352968673144459265;
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286145, 'BTN_SEARCH', '搜索按钮', 1, '搜索', '2019-10-18 09:06:20', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286146, 'BTN_SEARCH', '搜索按钮', 2, 'search', NULL, NULL, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286147, 'BTN_ADD', '添加按钮', 1, '添加', NULL, NULL, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286148, 'BTN_ADD', '添加按钮', 2, 'add', NULL, NULL, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286150, 'BTN_EXPORT', '导出按钮', 1, '导出', NULL, NULL, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1184999114561286151, 'BTN_EXPORT', '导出按钮', 2, 'export', NULL, NULL, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185127290116263937, 'BTN_DELETE', '删除按钮', 1, '删除', '2019-10-18 17:35:39', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185127461399056385, 'BTN_DELETE', '删除按钮', 2, 'delete', '2019-10-18 17:36:20', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185127896490987522, 'BTN_EDIT', '修改按钮', 1, '修改', '2019-10-18 17:38:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185127978657402881, 'BTN_EDIT', '修改按钮', 2, 'edit', '2019-10-18 17:38:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185128265912700929, 'BTN_ASSIGN_ROLES', '分配角色按钮', 1, '分配角色', '2019-10-18 17:39:32', 1, '2019-10-18 17:50:38', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185128442824249345, 'BTN_ASSIGN_ROLES', '分配角色按钮', 2, 'assign roles', '2019-10-18 17:40:14', 1, '2019-10-18 20:47:46', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185128740447866881, 'BTN_RESET_PASSWORD', '重置密码', 1, '重置密码', '2019-10-18 17:41:25', 1, '2019-10-18 17:49:25', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185128883926618114, 'BTN_RESET_PASSWORD', '重置密码', 2, 'reset password', '2019-10-18 17:41:59', 1, '2019-10-18 17:49:55', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185129198088376321, 'BTN_SUBMIT', '提交按钮', 1, '提交', '2019-10-18 17:43:14', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185129308289519618, 'BTN_SUBMIT', '提交按钮', 2, 'submit', '2019-10-18 17:43:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185129491752570882, 'BTN_CANCEL', '取消按钮', 1, '取消', '2019-10-18 17:44:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185129607062376450, 'BTN_CANCEL', '取消按钮', 2, 'cancel', '2019-10-18 17:44:52', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185129934188728322, 'BTN_CONFIRM', '确定按钮', 1, '确定', '2019-10-18 17:46:10', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185130144491130881, 'BTN_CONFIRM', '确定按钮', 2, 'confirm', '2019-10-18 17:47:00', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185130586352668673, 'BTN_SAVE', '保存按钮', 1, '保存', '2019-10-18 17:48:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185130686109995009, 'BTN_SAVE', '保存按钮', 2, 'save', '2019-10-18 17:49:09', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185131904605638657, 'BTN_PERMISSION_CONFIG', '权限配置按钮', 1, '权限配置', '2019-10-18 17:53:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185132038101946370, 'BTN_PERMISSION_CONFIG', '权限配置按钮', 2, 'permission config', '2019-10-18 17:54:31', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185132531570200577, 'BTN_EXPAND_ALL', '展开所有按钮', 1, '展开所有', '2019-10-18 17:56:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185132702320316418, 'BTN_EXPAND_ALL', '展开所有按钮', 2, 'expand all', '2019-10-18 17:57:10', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185133005677547522, 'BTN_COLLAPSE_ALL', '折叠所有按钮', 1, '折叠所有', '2019-10-18 17:58:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185133152151031810, 'BTN_COLLAPSE_ALL', '折叠所有按钮', 2, 'collapse all', '2019-10-18 17:58:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185133716238782466, 'BTN_CLEAR_LOG', '清空日志按钮', 1, '清空日志', '2019-10-18 18:01:11', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185133818449776642, 'BTN_CLEAR_LOG', '清空日志按钮', 2, 'clear log', '2019-10-18 18:01:36', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185134961246621697, 'BTN_BACK', '返回按钮', 1, '返回', '2019-10-18 18:06:08', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185135058730635265, 'BTN_BACK', '返回按钮', 2, 'back', '2019-10-18 18:06:31', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185135339954524162, 'BTN_GENERATE_CODE', '生成代码按钮', 1, '生成代码', '2019-10-18 18:07:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185135449107091458, 'BTN_GENERATE_CODE', '生成代码按钮', 2, 'generate code ', '2019-10-18 18:08:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185135668041371650, 'BTN_RESET', '重置按钮', 1, '重置', '2019-10-18 18:08:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185135783120490497, 'BTN_RESET', '重置按钮', 2, 'reset', '2019-10-18 18:09:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185136595410374658, 'BTN_IMPORT_PROCESS', '导入流程按钮', 1, '导入流程', '2019-10-18 18:12:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185136784481210369, 'BTN_IMPORT_PROCESS', '导入流程按钮', 2, 'import process', '2019-10-18 18:13:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185137183988666370, 'BTN_BATCH_DELETE', '批量删除按钮', 1, '批量删除', '2019-10-18 18:14:58', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185137301957660673, 'BTN_BATCH_DELETE', '批量删除按钮', 2, 'batch delete', '2019-10-18 18:15:26', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185138720563548161, 'BTN_LEAVE_APPLICATION', '新建请假单按钮', 1, '新建请假单', '2019-10-18 18:21:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185138909642772482, 'BTN_LEAVE_APPLICATION', '新建请假单按钮', 2, 'leave application', '2019-10-18 18:21:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185189608899715074, 'LAYER_TITLE', '提示框标题', 1, '信息', '2019-10-18 21:43:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185189726621245441, 'LAYER_TITLE', '提示框标题', 2, 'infomation', '2019-10-18 21:43:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185192392994803714, 'BTN_ADD_TYPE', '添加类型', 1, '添加类型', '2019-10-18 21:54:21', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185192465178775553, 'BTN_ADD_TYPE', '添加类型', 2, 'add dict type', '2019-10-18 21:54:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185196578591412226, 'BTN_DETAIL', '查看详情按钮', 1, '查看详情', '2019-10-18 22:10:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185196624628092930, 'BTN_DETAIL', '查看详情按钮', 2, 'detail', '2019-10-18 22:11:10', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185198263422390273, 'BTN_CONDITION', '查询条件', 1, '查询条件', '2019-10-18 22:17:41', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185198328505405442, 'BTN_CONDITION', '查询条件', 2, 'condition', '2019-10-18 22:17:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185202736316248065, 'BTN_PROCESS_DESIGNER', '流程设计器按钮', 1, '流程设计器', '2019-10-18 22:35:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185202834534264834, 'BTN_PROCESS_DESIGNER', '流程设计器按钮', 2, 'process designer', '2019-10-18 22:35:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185202924925710337, 'BTN_DEPLOY', '部署按钮', 1, '部署', '2019-10-18 22:36:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185202963215511553, 'BTN_DEPLOY', '部署按钮', 2, 'deploy', '2019-10-18 22:36:21', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203057667043330, 'BTN_PREVIEW', '预览按钮', 1, '预览', '2019-10-18 22:36:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203128915685378, 'BTN_PREVIEW', '预览按钮', 2, 'preview', '2019-10-18 22:37:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203319320309762, 'BTN_MAP_MODEL', '映射模型按钮', 1, '映射模型', '2019-10-18 22:37:46', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203369178001410, 'BTN_MAP_MODEL', '映射模型按钮', 2, 'map model', '2019-10-18 22:37:58', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203453026332673, 'BTN_DOWNLOAD', '打包下载', 1, '打包下载', '2019-10-18 22:38:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203497880219649, 'BTN_DOWNLOAD', '打包下载', 2, 'download', '2019-10-18 22:38:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203615111016450, 'BTN_HANG_UP', '挂起按钮', 1, '挂起', '2019-10-18 22:38:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203690688180226, 'BTN_HANG_UP', '挂起按钮', 2, 'hang-up', '2019-10-18 22:39:15', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203748275974146, 'BTN_ACTIVE', '激活按钮', 1, '激活', '2019-10-18 22:39:28', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185203805092016130, 'BTN_ACTIVE', '激活按钮', 2, 'active', '2019-10-18 22:39:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204123397746689, 'BTN_PROCESS_INFO', '流程信息按钮', 1, '流程信息', '2019-10-18 22:40:58', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204183095275522, 'BTN_PROCESS_INFO', '流程信息按钮', 2, 'process info', '2019-10-18 22:41:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204321981263874, 'BTN_APPOINT', '委派按钮', 1, '委派', '2019-10-18 22:41:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204360698884097, 'BTN_APPOINT', '委派按钮', 2, 'appoint', '2019-10-18 22:41:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204489879252993, 'BTN_DISABLE', '作废按钮', 1, '作废', '2019-10-18 22:42:25', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204530614333441, 'BTN_DISABLE', '作废按钮', 2, 'disable', '2019-10-18 22:42:35', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204645152387073, 'BTN_APPOINT_ROLE', '指定角色按钮', 1, '指定角色', '2019-10-18 22:43:02', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185204717277638657, 'BTN_APPOINT_ROLE', '指定角色按钮', 2, 'appoint role', '2019-10-18 22:43:19', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205156547096577, 'BTN_CHOOSE', '选择按钮', 1, '选择', '2019-10-18 22:45:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205205565927426, 'BTN_CHOOSE', '选择按钮', 2, 'choose', '2019-10-18 22:45:16', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205330925285377, 'BTN_DEAL', '办理按钮', 1, '办理', '2019-10-18 22:45:46', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205405613256705, 'BTN_DEAL', '办理按钮', 2, 'deal', '2019-10-18 22:46:03', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205639139520513, 'BTN_APPOINT_PERSON', '指定人员按钮', 1, '指定人员', '2019-10-18 22:46:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205725617680386, 'BTN_APPOINT_PERSON', '指定人员', 2, 'appoint person', '2019-10-18 22:47:20', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205860275810306, 'BTN_APPROVE', '批准按钮', 1, '批准', '2019-10-18 22:47:52', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185205911563759617, 'BTN_APPROVE', '批准按钮', 2, 'approve', '2019-10-18 22:48:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185206072910245890, 'BTN_REJECT', '驳回按钮', 1, '驳回', '2019-10-18 22:48:43', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185206116057051138, 'BTN_REJECT', '驳回按钮', 2, 'reject', '2019-10-18 22:48:53', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185415573330403330, 'FIELD_ACCOUNT', '账号字段', 1, '账号', '2019-10-19 12:41:11', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185415640732868609, 'FIELD_ACCOUNT', '账号字段', 2, 'account', '2019-10-19 12:41:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185415905989042177, 'FIELD_DEPT', '部门字段', 1, '部门', '2019-10-19 12:42:31', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185415962184327170, 'FIELD_DEPT', '部门字段', 2, 'dept', '2019-10-19 12:42:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416053171363842, 'FIELD_POST', '职位字段', 1, '职位', '2019-10-19 12:43:06', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416141247553537, 'FIELD_POST', '职位字段', 2, 'post', '2019-10-19 12:43:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416219261607937, 'FIELD_PHONE', '电话字段', 1, '电话', '2019-10-19 12:43:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416277042339841, 'FIELD_PHONE', '电话字段', 2, 'phone', '2019-10-19 12:43:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416377336537090, 'FIELD_CREATE_TIME', '创建时间字段', 1, '创建时间', '2019-10-19 12:44:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416420625948673, 'FIELD_CREATE_TIME', '创建时间字段', 2, 'create time', '2019-10-19 12:44:33', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416504335867906, 'FIELD_UPDATE_TIME', '更新时间字段', 1, '更新时间', '2019-10-19 12:44:53', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416545180000257, 'FIELD_UPDATE_TIME', '更新时间字段', 2, 'update time', '2019-10-19 12:45:03', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416642995363841, 'FIELD_STATUS', '状态字段', 1, '状态', '2019-10-19 12:45:26', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185416711777755138, 'FIELD_STATUS', '状态字段', 2, 'status', '2019-10-19 12:45:43', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185423973135941633, 'FIELD_BIRTHDAY', '出生日期字段', 1, '出生日期', '2019-10-19 13:14:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424101922045953, 'FIELD_BIRTHDAY', '出生日期字段', 2, 'birthday', '2019-10-19 13:15:05', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794819, 'TITLE_ADD_USER', '添加用户标题', 1, '添加用户', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794820, 'TITLE_ADD_USER', '添加用户标题', 2, 'add user', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794821, 'TITLE_EDIT_USER', '编辑用户标题', 1, '编辑用户', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794822, 'TITLE_EDIT_USER', '编辑用户标题', 2, 'edit user', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794823, 'TITLE_ROLE_ASSIGN', '角色分配标题', 1, '角色分配', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794824, 'TITLE_ROLE_ASSIGN', '角色分配标题', 2, 'role assign', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794825, 'TITLE_ADD_ROLE', '添加角色标题', 1, '添加角色', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794826, 'TITLE_ADD_ROLE', '添加角色标题', 2, 'add role', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794827, 'TITLE_EDIT_ROLE', '修改角色标题', 1, '修改角色', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794828, 'TITLE_EDIT_ROLE', '修改角色标题', 2, 'edit role', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794829, 'TITLE_ROLE_CONFIG', '权限配置标题', 1, '权限配置', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794830, 'TITLE_ROLE_CONFIG', '权限配置标题', 2, 'role config', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794831, 'TITLE_ADD_DEPT', '添加部门标题', 1, '添加部门', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794832, 'TITLE_ADD_DEPT', '添加部门标题', 2, 'add dept', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794833, 'TITLE_EDIT_DEPT', '修改部门标题', 1, '修改部门', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794834, 'TITLE_EDIT_DEPT', '修改部门标题', 2, 'edit dept', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794835, 'TITLE_ADD_POST', '添加职位标题', 1, '添加职位', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794836, 'TITLE_ADD_POST', '添加职位标题', 2, 'add post', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794837, 'TITLE_EDIT_POST', '修改职位标题', 1, '修改职位', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794838, 'TITLE_EDIT_POST', '修改职位标题', 2, 'edit post', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794839, 'TITLE_ADD_DICT_TYPE', '添加字典类型标题', 1, '添加字典类型', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794840, 'TITLE_ADD_DICT_TYPE', '添加字典类型标题', 2, 'add dict type', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794841, 'TITLE_EDIT_DICT_TYPE', '修改字典类型标题', 1, '修改字典类型', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794842, 'TITLE_EDIT_DICT_TYPE', '修改字典类型标题', 2, 'edit dict type', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794843, 'TITLE_ADD_DICT', '添加字典标题', 1, '添加字典', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794844, 'TITLE_ADD_DICT', '添加字典标题', 2, 'add dict', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794845, 'TITLE_EDIT_DICT', '修改字典标题', 1, '修改字典', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794846, 'TITLE_EDIT_DICT', '修改字典标题', 2, 'edit dict', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794847, 'TITLE_ADD_MENU', '添加菜单标题', 1, '添加菜单', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794848, 'TITLE_ADD_MENU', '添加菜单标题', 2, 'add menu', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794849, 'TITLE_EDIT_MENU', '修改菜单标题', 1, '修改菜单', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794850, 'TITLE_EDIT_MENU', '修改菜单标题', 2, 'edit menu', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794851, 'TITLE_LOG_DETAIL', '日志详情标题', 1, '日志详情', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794852, 'TITLE_LOG_DETAIL', '日志详情标题', 2, 'log detail', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794853, 'TITLE_SELECT_FIELD', '选择字段标题', 1, '选择字段', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794854, 'TITLE_SELECT_FIELD', '选择字段标题', 2, 'select field', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794855, 'TITLE_ADD_LANGUAGE', '添加多语言标题', 1, '添加多语言', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794856, 'TITLE_ADD_LANGUAGE', '添加多语言标题', 2, 'add language', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794857, 'TITLE_EDIT_LANGUAGE', '修改多语言标题', 1, '修改多语言', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794858, 'TITLE_EDIT_LANGUAGE', '修改多语言标题', 2, 'edit language', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794859, 'TITLE_ADD', '添加标题', 1, '添加', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794860, 'TITLE_ADD', '添加标题', 2, 'add', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794861, 'TITLE_PROCESS_DESIGNER', '流程设计器标题', 1, '流程设计器', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794862, 'TITLE_PROCESS_DESIGNER', '流程设计器标题', 2, 'process designer', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794863, 'TITLE_IMPORT_PROCESS', '导入流程标题', 1, '导入流程', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794864, 'TITLE_IMPORT_PROCESS', '导入流程标题', 2, 'import process', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794865, 'TITLE_EDIT', '修改标题', 1, '修改标题', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794866, 'TITLE_EDIT', '修改标题', 2, 'edit', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794867, 'TITLE_PREVIEW_PROCESS', '预览流程xml标题', 1, '预览流程xml', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794868, 'TITLE_PREVIEW_PROCESS', '预览流程xml标题', 2, 'preview process xml', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794869, 'TITLE_APPOINT', '指定委派对象标题', 1, '指定委派对象', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794870, 'TITLE_APPOINT', '指定委派对象标题', 2, 'appoint', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794871, 'TITLE_HANDLE', '办理标题', 1, '办理', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794872, 'TITLE_HANDLE', '办理标题', 2, 'handle', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794873, 'TITLE_PROCESS_INFO', '流程信息标题', 1, '流程信息', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794874, 'TITLE_PROCESS_INFO', '流程信息标题', 2, 'process info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794876, 'MENU_DASHBOARD', '菜单_主控面板', 2, 'dashboard', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794878, 'MENU_CONSOLE', '菜单_项目介绍', 2, 'project info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794880, 'MENU_CONSOLE2', '菜单_统计报表', 2, 'stat', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794882, 'MENU_SYS_MESSAGE', '菜单_消息通知', 2, 'message info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794884, 'MENU_SYSTEM_INFO', '菜单_系统监控', 2, 'monitor', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794886, 'MENU_SYSTEM', '菜单_系统管理', 2, 'system', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794888, 'MENU_MGR', '菜单_用户管理', 2, 'users', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794890, 'MENU_ROLE', '菜单_角色管理', 2, 'roles', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794892, 'MENU_DEPT', '菜单_部门管理', 2, 'depts', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794894, 'MENU_SYS_POSITION', '菜单_职位管理', 2, 'posts', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794896, 'MENU_DICT', '菜单_字典管理', 2, 'dict type', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794898, 'MENU_MENU', '菜单_菜单管理', 2, 'menus', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794900, 'MENU_LOGINLOG', '菜单_登录日志', 2, 'login log', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794902, 'MENU_LOG', '菜单_业务日志', 2, 'business log', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794904, 'MENU_DRUID', '菜单_监控管理', 2, 'druid monitor', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794906, 'MENU_NOTICE', '菜单_通知管理', 2, 'messages', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794908, 'MENU_TENANT_INFO', '菜单_租户管理', 2, 'tenants', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794910, 'MENU_DEV_TOOLS', '菜单_开发管理', 2, 'developer', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794912, 'MENU_META_DATA', '菜单_系统配置', 2, 'system config', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794914, 'MENU_SYS_CONFIG', '菜单_参数配置', 2, 'parameters', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794916, 'MENU_DATA_SOURCE', '菜单_数据源管理', 2, 'datasources', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794918, 'MENU_CODE_GENERATE', '菜单_代码生成', 2, 'generator', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794920, 'MENU_API_MGR', '菜单_接口文档', 2, 'api docs', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794922, 'MENU_DEMOS_SHOW', '菜单_模板页面', 2, 'examples', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794924, 'MENU_EXCEL_IMPORT', '菜单_excel导入', 2, 'excel import', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794926, 'MENU_EXCEL_EXPORT', '菜单_excel导出', 2, 'excel export', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794928, 'MENU_ADVANCED_FORM', '菜单_高级表单', 2, 'advanced form', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794930, 'MENU_PDF_VIEW', '菜单_文档预览', 2, 'preview office', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794932, 'MENU_TRANSLATION', '菜单_多语言配置', 2, 'language', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794934, 'MENU_ONLINE_OFFICE', '菜单_在线办公', 2, 'online office', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794936, 'MENU_OFFICE_MODEL', '菜单_工作流程', 2, 'workflow', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794938, 'MENU_MODEL_MANAGER', '菜单_模型管理', 2, 'models', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794940, 'MENU_PROCDEF', '菜单_流程管理', 2, 'workflow manager', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794942, 'MENU_PROCESS_ON', '菜单_运行中流程', 2, 'running', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794944, 'MENU_HIPROCDEF', '菜单_历史流程', 2, 'history', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794946, 'MENU_TASK_MANAGER', '菜单_任务管理', 2, 'task manager', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794948, 'MENU_RUTASK', '菜单_待办任务', 2, 'task to do', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794950, 'MENU_HAVETASK', '菜单_已办任务', 2, 'done task', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794952, 'MENU_APPROVE', '菜单_申请审批', 2, 'apply for', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794954, 'MENU_LEAVE', '菜单_请假审批', 2, 'apply for leave', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794955, 'TITLE_BASE_INFO', '标题_基本信息', 1, '基本信息', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794956, 'TITLE_BASE_INFO', '标题_基本信息', 2, 'base info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794957, 'TITLE_DUTY_INFO', '标题_职务信息', 1, '职务信息', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424218197794958, 'TITLE_DUTY_INFO', '标题_职务信息', 2, 'duty info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424226450931714, 'FIELD_PASSWORD', '密码字段', 1, '密码', '2019-10-19 13:15:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424290489565185, 'FIELD_PASSWORD', '密码字段', 2, 'password', '2019-10-19 13:15:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424619130060801, 'FIELD_REPEAT_PASSWORD', '重复密码字段', 2, 'repeat password', '2019-10-19 13:17:08', 1, '2019-10-19 13:48:44', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424729297649665, 'FIELD_REPEAT_PASSWORD', '重复密码字段', 1, '重复密码', '2019-10-19 13:17:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424867197976577, 'FIELD_EMAIL', '邮箱字段', 1, '邮箱', '2019-10-19 13:18:07', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185424928715833346, 'FIELD_EMAIL', '邮箱字段', 2, 'email', '2019-10-19 13:18:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185425063239745538, 'FIELD_SEX', '性别字段', 1, '性别', '2019-10-19 13:18:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185425140188446722, 'FIELD_SEX', '性别字段', 2, 'sex', '2019-10-19 13:19:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185426601941139661, 'FIELD_OPERATION', '操作字段', 1, '操作', '2019-10-19 13:25:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185426601941139662, 'FIELD_OPERATION', '操作字段', 2, 'operation', '2019-10-19 13:25:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185426859010031617, 'FIELD_NAME', '名称字段', 1, '名称', '2019-10-19 13:26:02', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185426937057640450, 'FIELD_NAME', '名称字段', 2, 'name', '2019-10-19 13:26:21', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185427225235685377, 'FIELD_SUPERIOR_ROLE', '上级角色字段', 1, '上级角色', '2019-10-19 13:27:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185427320681267202, 'FIELD_SUPERIOR_ROLE', '上级角色字段', 2, 'superior role', '2019-10-19 13:27:52', 1, '2019-10-19 13:48:32', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185427531721867266, 'FIELD_ALIAS', '别名字段', 2, 'alias', '2019-10-19 13:28:42', 1, '2019-10-19 13:29:24', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185427681475297281, 'FIELD_ALIAS', '别名字段', 1, '别名', '2019-10-19 13:29:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185427922840715265, 'FIELD_ROLE_NAME', '角色名称字段', 1, '角色名称', '2019-10-19 13:30:16', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185428016252059650, 'FIELD_ROLE_NAME', '角色名称字段', 2, 'role name', '2019-10-19 13:30:38', 1, '2019-10-19 13:48:24', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185428250399080450, 'FIELD_SUPERIOR_NAME', '上级名称字段', 1, '上级名称', '2019-10-19 13:31:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185428394779607041, 'FIELD_SUPERIOR_NAME', '上级名称字段', 2, 'superior name', '2019-10-19 13:32:08', 1, '2019-10-19 13:48:16', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185428542482022402, 'FIELD_SORT', '排序字段', 1, '排序', '2019-10-19 13:32:43', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185428621955694593, 'FIELD_SORT', '排序字段', 2, 'sort', '2019-10-19 13:33:02', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185429113037389826, 'FIELD_DEPT_SHORT_NAME', '部门简称字段', 1, '部门简称', '2019-10-19 13:34:59', 1, '2019-10-19 13:37:53', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185429265257070594, 'FIELD_DEPT_SHORT_NAME', '部门简称字段', 2, 'dept short name', '2019-10-19 13:35:36', 1, '2019-10-19 13:48:09', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185429532220325889, 'FIELD_DEPT_FULL_NAME', '部门全称字段', 1, '部门全称', '2019-10-19 13:36:39', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185429673622896642, 'FIELD_DEPT_FULL_NAME', '部门全称字段', 2, 'dept full name', '2019-10-19 13:37:13', 1, '2019-10-19 13:47:53', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430031527051266, 'FIELD_REMARK', '备注字段', 1, '备注', '2019-10-19 13:38:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430121348071425, 'FIELD_REMARK', '备注字段', 2, 'remark', '2019-10-19 13:39:00', 1, '2019-10-19 13:47:39', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430332564832258, 'FIELD_DEPT_NAME', '部门名称字段', 1, '部门名称', '2019-10-19 13:39:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430445257392130, 'FIELD_DEPT_NAME', '部门名称字段', 2, 'dept name', '2019-10-19 13:40:17', 1, '2019-10-19 13:49:02', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430718591795201, 'FIELD_POST_NAME', '职位名称字段', 1, '职位名称', '2019-10-19 13:41:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430791140671489, 'FIELD_POST_NAME', '职位名称字段', 2, 'post name', '2019-10-19 13:41:40', 1, '2019-10-19 13:49:09', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185430947961503745, 'FIELD_POST_CODE', '职位编码字段', 1, '职位编码', '2019-10-19 13:42:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185431063556521985, 'FIELD_POST_CODE', '职位编码字段', 2, 'post code', '2019-10-19 13:42:44', 1, '2019-10-19 13:49:17', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185431297082785793, 'FIELD_ORDER', '顺序字段', 1, '顺序', '2019-10-19 13:43:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185431380062896129, 'FIELD_ORDER', '顺序字段', 2, 'order', '2019-10-19 13:44:00', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185431632866181121, 'FIELD_TYPE_NAME', '类型名称字段', 1, '类型名称', '2019-10-19 13:45:00', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185431700226703361, 'FIELD_TYPE_NAME', '类型名称字段', 2, 'type name', '2019-10-19 13:45:16', 1, '2019-10-19 13:50:52', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185432944068526081, 'FIELD_TYPE_CODE', '类型编码字段', 1, '类型编码', '2019-10-19 13:50:13', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185433063430029314, 'FIELD_TYPE_CODE', '类型编码字段', 2, 'type code', '2019-10-19 13:50:41', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185433367965859841, 'FIELD_SYSTEM_DICT_FLAG', '是否是系统字典字段', 1, '是否是系统字典', '2019-10-19 13:51:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185433533968023554, 'FIELD_SYSTEM_DICT_FLAG', '是否是系统字典字段', 2, 'system dictionary or not', '2019-10-19 13:52:33', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185433719826022402, 'FIELD_DICT_DESCRIPTION', '字典描述字段', 1, '字典描述', '2019-10-19 13:53:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185433828135534593, 'FIELD_DICT_DESCRIPTION', '字典描述字段', 2, 'dict deion', '2019-10-19 13:53:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185434066179063809, 'FIELD_ADD_TIME', '添加时间字段', 1, '添加时间', '2019-10-19 13:54:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185434203345387522, 'FIELD_ADD_TIME', '添加时间字段', 2, 'add time', '2019-10-19 13:55:13', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185434492697837569, 'FIELD_SYSTEM_DICT', '系统字典字段', 1, '系统字典', '2019-10-19 13:56:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185434574587428865, 'FIELD_SYSTEM_DICT', '系统字典字段', 2, 'system dict', '2019-10-19 13:56:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185434888703049729, 'FIELD_YES', '是字段', 1, '', '2019-10-19 13:57:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435024334258177, 'FIELD_YES', '是字段', 2, 'yes', '2019-10-19 13:58:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435102755160066, 'FIELD_NO', '否字段', 1, '', '2019-10-19 13:58:47', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435206937477122, 'FIELD_NO', '否字段', 2, 'no', '2019-10-19 13:59:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435476765442049, 'FIELD_MENU_NAME', '菜单名称字段', 1, '菜单名称', '2019-10-19 14:00:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435537318608897, 'FIELD_MENU_NAME', '菜单名称字段', 2, 'menu name', '2019-10-19 14:00:31', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435685855690754, 'FIELD_MENU_CODE', '菜单编号字段', 1, '菜单编号', '2019-10-19 14:01:06', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185435816109801473, 'FIELD_MENU_CODE', '菜单编号字段', 2, 'menu code', '2019-10-19 14:01:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185436012176736257, 'FIELD_MENU_PCODE', '菜单父编号字段', 1, '菜单父编号', '2019-10-19 14:02:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185436181475622913, 'FIELD_MENU_PCODE', '菜单父编号字段', 2, 'menu parent code', '2019-10-19 14:03:05', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185436494915960834, 'FIELD_REQUEST_URL', '请求地址字段', 1, '请求地址', '2019-10-19 14:04:19', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185436554617683970, 'FIELD_REQUEST_URL', '请求地址字段', 2, 'request url', '2019-10-19 14:04:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185437647829467138, 'FIELD_LEVEL', '层级字段', 1, '层级', '2019-10-19 14:08:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185437715454230530, 'FIELD_LEVEL', '层级字段', 2, 'level', '2019-10-19 14:09:10', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185437912972394497, 'FIELD_MENU_FLAG', '是否是菜单字段', 1, '是否是菜单', '2019-10-19 14:09:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185438098784256002, 'FIELD_MENU_FLAG', '是否是菜单字段', 2, 'Is it the menu', '2019-10-19 14:10:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185438543414034433, 'FIELD_PARENT_CODE', '父级编号字段', 1, '父级编号', '2019-10-19 14:12:28', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185438666789486594, 'FIELD_PARENT_CODE', '父级编号字段', 2, 'parent code', '2019-10-19 14:12:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185438827003510786, 'FIELD_ICON', '图标字段', 1, '图标', '2019-10-19 14:13:35', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185438903448895489, 'FIELD_ICON', '图标字段', 2, 'icon', '2019-10-19 14:13:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185439184152690689, 'FIELD_SYSTEM_CLASSIFY', '系统分类字段', 1, '系统分类', '2019-10-19 14:15:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185439285638070273, 'FIELD_SYSTEM_CLASSIFY', '系统分类字段', 2, 'system classify', '2019-10-19 14:15:25', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185439883024400386, 'FIELD_LOG_NAME', '日志名称字段', 1, '日志名称', '2019-10-19 14:17:47', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185439985445109761, 'FIELD_LOG_NAME', '日志名称字段', 2, 'log name', '2019-10-19 14:18:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440188059353089, 'FIELD_USER_NAME', '用户名称字段', 1, '用户名称', '2019-10-19 14:19:00', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440312504352770, 'FIELD_USER_NAME', '用户名称字段', 2, 'username', '2019-10-19 14:19:30', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440464552067074, 'FIELD_TIME', '时间字段', 1, '时间', '2019-10-19 14:20:06', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440522823532545, 'FIELD_TIME', '时间字段', 2, 'time', '2019-10-19 14:20:20', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440770258108418, 'FIELD_SPECIFIC_MESSAGE', '具体消息字段', 1, '具体消息', '2019-10-19 14:21:19', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185440854764945410, 'FIELD_SPECIFIC_MESSAGE', '具体消息字段', 2, 'specific message', '2019-10-19 14:21:39', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441078254239745, 'FIELD_IP', 'ip字段', 1, 'IP 地址', '2019-10-19 14:22:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441170583453698, 'FIELD_IP', 'ip字段', 2, 'IP address', '2019-10-19 14:22:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441349017534466, 'FIELD_LOG_TYPE', '日志类型字段', 1, '日志类型', '2019-10-19 14:23:37', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441443485843457, 'FIELD_LOG_TYPE', '日志类型字段', 2, 'log type', '2019-10-19 14:23:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441718556688385, 'FIELD_CLASS_NAME', '类名字段', 1, '类名', '2019-10-19 14:25:05', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441804468617217, 'FIELD_CLASS_NAME', '类名字段', 2, 'class name', '2019-10-19 14:25:25', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185441942285058050, 'FIELD_METHOD_NAME', '方法名字段', 1, '方法名', '2019-10-19 14:25:58', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442053983567873, 'FIELD_METHOD_NAME', '方法名字段', 2, 'method name', '2019-10-19 14:26:25', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442292647854082, 'FIELD_TITLE', '标题字段', 1, '标题', '2019-10-19 14:27:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442345877766146, 'FIELD_TITLE', '标题字段', 2, 'title', '2019-10-19 14:27:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442451666501634, 'FIELD_CONTENT', '内容字段', 1, '内容', '2019-10-19 14:28:00', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442509879246850, 'FIELD_CONTENT', '内容字段', 2, 'content', '2019-10-19 14:28:13', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442781288464386, 'FIELD_PUBLISHER', '发布者字段', 1, '发布者', '2019-10-19 14:29:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185442840667226114, 'FIELD_PUBLISHER', '发布者字段', 2, 'publisher', '2019-10-19 14:29:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185443425298677761, 'FIELD_TENANT_NAME', '租户名称字段', 1, '租户名称', '2019-10-19 14:31:52', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185443487567314946, 'FIELD_TENANT_NAME', '租户名称字段', 2, 'tenant name', '2019-10-19 14:32:07', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185443685811093505, 'FIELD_TENANT_CODE', '租户编码字段', 1, '租户编码', '2019-10-19 14:32:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185443788189859842, 'FIELD_TENANT_CODE', '租户编码字段', 2, 'tenant code', '2019-10-19 14:33:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444109146390529, 'FIELD_RELATED_DBNAME', '关联的数据库名称字段', 1, '关联的数据库名称', '2019-10-19 14:34:35', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444234589634562, 'FIELD_RELATED_DBNAME', '关联的数据库名称字段', 2, 'related database name', '2019-10-19 14:35:05', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444365300924418, 'FIELD_CREATE_USER', '创建人字段', 1, '创建人', '2019-10-19 14:35:36', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444442509672450, 'FIELD_CREATE_USER', '创建人字段', 2, 'create user', '2019-10-19 14:35:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444600110645250, 'FIELD_UPDATE_USER', '更新人字段', 1, '更新人', '2019-10-19 14:36:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185444724622753794, 'FIELD_UPDATE_USER', '更新人字段', 2, 'update user', '2019-10-19 14:37:02', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185445022653218817, 'FIELD_MANAGE_ACCOUNT', '管理账号字段', 1, '管理账号', '2019-10-19 14:38:13', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185445110721019906, 'FIELD_MANAGE_ACCOUNT', '管理账号字段', 2, 'manage account', '2019-10-19 14:38:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185445335120478210, 'FIELD_MANAGE_PASSWORD', '管理密码字段', 1, '管理密码', '2019-10-19 14:39:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185445433598541826, 'FIELD_MANAGE_PASSWORD', '管理密码字段', 2, 'manage password', '2019-10-19 14:39:51', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185445960260517890, 'FIELD_PROPERTY_CODE', '属性编码字段', 1, '属性编码', '2019-10-19 14:41:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185446030070513665, 'FIELD_PROPERTY_CODE', '属性编码字段', 2, 'property code', '2019-10-19 14:42:13', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185446413727694849, 'FIELD_PROPERTY_VALUE', '属性值字段', 1, '属性值', '2019-10-19 14:43:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185446595869540354, 'FIELD_PROPERTY_VALUE', '属性值字段', 2, 'property value', '2019-10-19 14:44:28', 1, '2019-10-19 14:44:38', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185446801579180034, 'FIELD_CODE', '编码字段', 1, '编码', '2019-10-19 14:45:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185446851126493185, 'FIELD_CODE', '编码字段', 2, 'code', '2019-10-19 14:45:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447058786484225, 'FIELD_VALUE_RANGE', '取值范围字段', 1, '取值范围', '2019-10-19 14:46:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447132077752322, 'FIELD_VALUE_RANGE', '取值范围字段', 2, 'value range', '2019-10-19 14:46:35', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447295194234881, 'FIELD_DICT_TYPE', '字典类型字段', 1, '字典类型', '2019-10-19 14:47:14', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447371748671489, 'FIELD_DICT_TYPE', '字典类型字段', 2, 'dict type', '2019-10-19 14:47:33', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447599964946434, 'FIELD_PARAMETER_VALUES', '参数值字段', 1, '参数值', '2019-10-19 14:48:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447680533331969, 'FIELD_PARAMETER_VALUES', '参数值字段', 2, 'parameter values', '2019-10-19 14:48:46', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447840881573889, 'FIELD_DATABASE_NAME', '数据库名称字段', 1, '数据库名称', '2019-10-19 14:49:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185447972238786561, 'FIELD_DATABASE_NAME', '数据库名称字段', 2, 'database name', '2019-10-19 14:49:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185448164220469250, 'FIELD_DRIVER_TYPE', '驱动类型字段', 1, '驱动类型', '2019-10-19 14:50:42', 1, '2019-10-19 14:51:28', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185448326716194817, 'FIELD_DRIVER_TYPE', '驱动类型字段', 2, 'driver type', '2019-10-19 14:51:20', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185448672251346946, 'FIELD_URL_OF_JDBC', 'JDBC URL字段', 1, 'JDBC URL', '2019-10-19 14:52:43', 1, '2019-10-19 14:57:25', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185448754677809154, 'FIELD_URL_OF_JDBC', 'JDBC URL字段', 2, 'JDBC URL', '2019-10-19 14:53:02', 1, '2019-10-19 14:57:49', 1);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449056055328770, 'FIELD_JDBC_DRIVER', 'JDBC驱动字段', 1, 'JDBC驱动', '2019-10-19 14:54:14', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449139245154305, 'FIELD_JDBC_DRIVER', 'JDBC驱动字段', 1, 'JDBC DRIVER', '2019-10-19 14:54:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449295659139073, 'FIELD_JDBC_ACCOUNT', 'JDBC账号字段', 1, 'JDBC账号', '2019-10-19 14:55:11', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449405960945666, 'FIELD_JDBC_ACCOUNT', 'JDBC账号字段', 2, 'JDBC ACCOUNT', '2019-10-19 14:55:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449617840406530, 'FIELD_JDBC_PASSWORD', 'JDBC密码字段', 1, 'JDBC密码', '2019-10-19 14:56:28', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185449694109630466, 'FIELD_JDBC_PASSWORD', 'JDBC密码字段', 2, 'JDBC PASSWORD', '2019-10-19 14:56:46', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450328393252866, 'FIELD_AUTHOR', '作者字段', 1, '作者', '2019-10-19 14:59:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450389260992513, 'FIELD_AUTHOR', '作者字段', 2, 'author', '2019-10-19 14:59:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450575773302785, 'FIELD_PROJECT_PACKAGE_NAME', '项目包名称字段', 1, '项目包名称', '2019-10-19 15:00:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450683680161793, 'FIELD_PROJECT_PACKAGE_NAME', '项目包名称字段', 2, 'project package name', '2019-10-19 15:00:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450910927552514, 'FIELD_MODULE_NAME', '模块名称字段', 1, '模块名称', '2019-10-19 15:01:36', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185450981513494530, 'FIELD_MODULE_NAME', '模块名称字段', 2, 'module name', '2019-10-19 15:01:53', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451130771996673, 'FIELD_TABLE_REMOVE_PREFIX', '表前缀移除字段', 1, '表前缀移除', '2019-10-19 15:02:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451233670856706, 'FIELD_TABLE_REMOVE_PREFIX', '表前缀移除字段', 2, 'remove table prefix', '2019-10-19 15:02:53', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451382853861377, 'FIELD_CHOOSE_DATABASE', '数据源选择字段', 1, '数据源选择', '2019-10-19 15:03:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451502580269058, 'FIELD_CHOOSE_DATABASE', '数据源选择字段', 2, 'choose database', '2019-10-19 15:03:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451879371374593, 'FIELD_CHOOSE_VERSION', '版本选择字段', 1, '版本选择', '2019-10-19 15:05:27', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185451990151331842, 'FIELD_CHOOSE_VERSION', '版本选择字段', 2, 'choose version', '2019-10-19 15:05:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185452118270541825, 'FIELD_CHOOSE_TABLE', '选择表字段', 1, '选择表', '2019-10-19 15:06:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185452193617018882, 'FIELD_CHOOSE_TABLE', '选择表字段', 2, 'choose table', '2019-10-19 15:06:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185452567182704642, 'FIELD_LANGUAGE', '语种字段', 1, '语种', '2019-10-19 15:08:11', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185452630323757057, 'FIELD_LANGUAGE', '语种字段', 2, 'language', '2019-10-19 15:08:26', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185452939716591618, 'FIELD_TRANSLATION_VALUE', '翻译值字段', 1, '翻译值', '2019-10-19 15:09:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185453377996193793, 'FIELD_TRANSLATION_VALUE', '翻译值字段', 2, 'the value of the translation', '2019-10-19 15:11:25', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454151333576706, 'FIELD_MODEL_NAME', '模型名称字段', 1, '模型名称', '2019-10-19 15:14:29', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454213409275905, 'FIELD_MODEL_NAME', '模型名称字段', 2, 'model name', '2019-10-19 15:14:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454352857300993, 'FIELD_CLASSIFY', '分类字段', 1, '分类', '2019-10-19 15:15:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454468288741377, 'FIELD_CLASSIFY', '分类字段', 2, 'classify', '2019-10-19 15:15:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454911110774786, 'FIELD_MODEL_CLASSIFY', '模型分类字段', 1, '模型分类', '2019-10-19 15:17:30', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185454993281384449, 'FIELD_MODEL_CLASSIFY', '模型分类字段', 2, 'model classify', '2019-10-19 15:17:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455123162202113, 'FIELD_MODEL_DESCRIPTION', '模型描述字段', 1, '模型描述', '2019-10-19 15:18:21', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455205060182018, 'FIELD_MODEL_DESCRIPTION', '模型描述字段', 2, 'model deion', '2019-10-19 15:18:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455362581463042, 'FIELD_FLOW_NAME', '流程名称字段', 1, '流程名称', '2019-10-19 15:19:18', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455438246707202, 'FIELD_FLOW_NAME', '流程名称字段', 2, 'flow name', '2019-10-19 15:19:36', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455542206726146, 'FIELD_FLOW_FLAG', '流程标识字段', 1, '流程标识', '2019-10-19 15:20:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455611786035202, 'FIELD_FLOW_FLAG', '流程标识字段', 2, 'flow flag', '2019-10-19 15:20:17', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455731176898562, 'FIELD_FLOW_AUTHOR', '流程作者字段', 1, '流程作者', '2019-10-19 15:20:46', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185455843567468545, 'FIELD_FLOW_AUTHOR', '流程作者字段', 2, 'flow author', '2019-10-19 15:21:12', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456133762973697, 'FIELD_FLOW_KEY', '流程定义KEY字段', 1, '流程定义KEY', '2019-10-19 15:22:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456245516009473, 'FIELD_FLOW_KEY', '流程定义KEY字段', 2, 'the key of flow', '2019-10-19 15:22:48', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456382304845825, 'FIELD_VERSION', '版本字段', 1, '版本', '2019-10-19 15:23:21', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456443038367746, 'FIELD_VERSION', '版本字段', 2, 'version', '2019-10-19 15:23:35', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456707891888130, 'FIELD_DEPLOY_TIME', '部署时间字段', 1, '部署时间', '2019-10-19 15:24:39', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456786539282433, 'FIELD_DEPLOY_TIME', '部署时间字段', 2, 'deploy time', '2019-10-19 15:24:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185456999723171842, 'FIELD_FLOW_BPMN_NAME', '流程bpmn文件名称字段', 1, '流程bpmn文件名称', '2019-10-19 15:25:48', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185457145794002945, 'FIELD_FLOW_BPMN_NAME', '流程bpmn文件名称字段', 2, 'process BPMN file name', '2019-10-19 15:26:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185457317659803649, 'FIELD_PIC_NAME', '流程图片名称字段', 1, '流程图片名称', '2019-10-19 15:27:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185457486820278274, 'FIELD_PIC_NAME', '流程图片名称字段', 2, 'process picture name', '2019-10-19 15:27:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185457756451110914, 'FIELD_PROPOSER', '申请人字段', 1, '申请人', '2019-10-19 15:28:49', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185457820938534913, 'FIELD_PROPOSER', '申请人字段', 2, 'proposer', '2019-10-19 15:29:04', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458019140370433, 'FIELD_CURRENT_NODE', '当前节点(审批人)字段', 1, '当前节点(审批人)', '2019-10-19 15:29:51', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458125159792642, 'FIELD_CURRENT_NODE', '当前节点(审批)字段', 2, 'current node(proposer)', '2019-10-19 15:30:16', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458283322802178, 'FIELD_CURRENT_TASK', '当前任务字段', 1, '当前任务', '2019-10-19 15:30:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458463648514049, 'FIELD_CURRENT_TASK', '当前任务字段', 2, 'current task', '2019-10-19 15:31:37', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458668015976449, 'FIELD_FLOW_VERSION', '流程版本字段', 1, '流程版本', '2019-10-19 15:32:26', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458770356994050, 'FIELD_FLOW_VERSION', '流程版本字段', 2, 'flow version', '2019-10-19 15:32:50', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185458987953291266, 'FIELD_START_TIME', '开始时间字段', 1, '开始时间', '2019-10-19 15:33:42', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459059571032066, 'FIELD_START_TIME', '开始时间字段', 2, 'start time', '2019-10-19 15:33:59', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459223505403906, 'FIELD_END_TIME', '结束时间字段', 1, '结束时间', '2019-10-19 15:34:38', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459286055059458, 'FIELD_END_TIME', '结束时间字段', 2, 'end time', '2019-10-19 15:34:53', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459456683540481, 'FIELD_USED_TIME', '用时字段', 1, '用时', '2019-10-19 15:35:34', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459592042119170, 'FIELD_USED_TIME', '用时字段', 2, 'total time', '2019-10-19 15:36:06', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185459909597069314, 'FIELD_CURRENT_COMMISSION', '当前节点(代办人)字段', 1, '当前节点(代办人)', '2019-10-19 15:37:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185460049523245057, 'FIELD_CURRENT_COMMISSION', '当前节点(代办人)字段', 2, 'current node(commission)', '2019-10-19 15:37:55', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185460365564051458, 'FIELD_COMMISSON_OR_ROLE', '办理人 or 角色字段', 1, '办理人 or 角色', '2019-10-19 15:39:11', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185460556107087873, 'FIELD_COMMISSON_OR_ROLE', '办理人 or 角色字段', 2, 'transactor or role', '2019-10-19 15:39:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185460758096379905, 'FIELD_TYPE', '类型字段', 1, '类型', '2019-10-19 15:40:44', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185460807480115202, 'FIELD_TYPE', '类型字段', 2, 'type', '2019-10-19 15:40:56', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185461111927865346, 'FIELD_SHIYOU', '事由字段', 1, '事由', '2019-10-19 15:42:09', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185461185273659393, 'FIELD_SHIYOU', '事由字段', 2, 'the origin of an incident', '2019-10-19 15:42:26', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185461553730682882, 'FIELD_LEAVE_TYPE', '请假类型字段', 1, '请假类型', '2019-10-19 15:43:54', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185461741706805250, 'FIELD_LEAVE_TYPE', '请假类型字段', 2, 'type of the ask for leave', '2019-10-19 15:44:39', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185496726711160834, 'FIELD_NUMBER', '序号字段', 1, '序号', '2019-10-19 18:03:40', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185497214294806530, 'FIELD_NUMBER', '序号字段', 2, 'number', '2019-10-19 18:05:36', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185506150615994369, 'FIELD_FILE', '文件字段', 1, '文件', '2019-10-19 18:41:07', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185506213719298049, 'FIELD_FILE', '文件字段', 2, 'file', '2019-10-19 18:41:22', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185506474894413826, 'FIELD_CHOOSE_FILE', '选择文件字段', 1, '选择文件', '2019-10-19 18:42:24', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185506615659450369, 'FIELD_CHOOSE_FILE', '选择文件字段', 2, 'select the file', '2019-10-19 18:42:57', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513372263727106, 'FIELD_RUNNING', '正在运行字段', 1, '正在运行', '2019-10-19 19:09:48', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513454203650049, 'FIELD_RUNNING', '正在运行字段', 2, 'running', '2019-10-19 19:10:08', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513675730010113, 'FIELD_HANG_UP', '已挂起字段', 1, '已挂起', '2019-10-19 19:11:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513675730010114, 'FIELD_HANG_UP', '已挂起字段', 2, 'hang up', '2019-10-19 19:11:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513675730011111, 'TIPS_NAME_PHONE', '提示_姓名手机号', 1, '账号/姓名/手机号', '2019-10-19 19:11:01', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017211112, 'TIPS_NAME_PHONE', '提示_姓名手机号', 2, 'account/name/mobile', '2019-10-19 19:11:23', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281027, 'TIPS_REG_TIME', '提示_注册时间', 1, '注册时间', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281028, 'TIPS_REG_TIME', '提示_注册时间', 2, 'register time', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281029, 'TIPS_ROLE_NAME', '提示_角色名称', 1, '角色名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281030, 'TIPS_ROLE_NAME', '提示_角色名称', 2, 'role name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281031, 'TIPS_DEPT_NAME', '提示_部门名称', 1, '部门名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281032, 'TIPS_DEPT_NAME', '提示_部门名称', 2, 'dept name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281035, 'TIPS_POST_NAME', '提示_职务名称', 1, '职务名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281036, 'TIPS_POST_NAME', '提示_职务名称', 2, 'duty name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281037, 'TIPS_NAME_CODE', '提示_名称编码', 1, '名称/编码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281038, 'TIPS_NAME_CODE', '提示_名称编码', 2, 'name/code', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281039, 'TIPS_MENU_NAME', '提示_菜单名称编码', 1, '菜单名称/编码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281040, 'TIPS_MENU_NAME', '提示_菜单名称编码', 2, 'menu name/code', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281041, 'TIPS_LEVEL', '提示_层级', 1, '层级', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281042, 'TIPS_LEVEL', '提示_层级', 2, 'level', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281043, 'TIPS_BEGIN_TIME', '提示_开始时间', 1, '开始时间', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281044, 'TIPS_BEGIN_TIME', '提示_开始时间', 2, 'begin time', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281045, 'TIPS_END_TIME', '提示_结束时间', 1, '结束时间', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281046, 'TIPS_END_TIME', '提示_结束时间', 2, 'end time', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281047, 'TIPS_LOG_NAME', '提示_日志名称', 1, '日志名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281048, 'TIPS_LOG_NAME', '提示_日志名称', 2, 'log name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281049, 'TIPS_TYPE', '提示_类型', 1, '类型', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281050, 'TIPS_TYPE', '提示_类型', 2, 'type', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281051, 'TIPS_MESSAGE_NAME', '提示_通知名称', 1, '通知名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281052, 'TIPS_MESSAGE_NAME', '提示_通知名称', 2, 'message name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281053, 'TIPS_TENANT_NAME', '提示_租户名称', 1, '租户名称', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281054, 'TIPS_TENANT_NAME', '提示_租户名称', 2, 'tenant name', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281055, 'TIPS_STATUS', '提示_状态', 1, '状态', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281056, 'TIPS_STATUS', '提示_状态', 2, 'status', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281057, 'MENU_PERSONAL_INFO', '菜单_个人中心', 1, '个人中心', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281058, 'MENU_PERSONAL_INFO', '菜单_个人中心', 2, 'personal info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281059, 'MENU_CHANGE_PASSWORD', '菜单_修改密码', 1, '修改密码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281060, 'MENU_CHANGE_PASSWORD', '菜单_修改密码', 2, 'change password', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281061, 'MENU_LOGOUT', '菜单_退出', 1, '退出', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281062, 'MENU_LOGOUT', '菜单_退出', 2, 'logout', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281063, 'MENU_OTHER', '菜单_其他', 1, '其他', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281064, 'MENU_OTHER', '菜单_其他', 2, 'other', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281065, 'MENU_BASE_INFO', '菜单_基本信息', 1, '基本信息', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281066, 'MENU_BASE_INFO', '菜单_基本信息', 2, 'base info', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281067, 'BTN_UPDATE_INFO', '按钮_更新基本信息', 1, '更新基本信息', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281068, 'BTN_UPDATE_INFO', '按钮_更新基本信息', 2, 'update', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281069, 'FIELD_OLD_PASSWORD', '字段_旧密码', 1, '旧密码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281070, 'FIELD_OLD_PASSWORD', '字段_旧密码', 2, 'old password', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281071, 'FIELD_NEW_PASSWORD', '字段_新密码', 1, '新密码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281072, 'FIELD_NEW_PASSWORD', '字段_新密码', 2, 'new password', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281073, 'FIELD_RE_PASSWORD', '字段_确认密码', 1, '确认密码', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281074, 'FIELD_RE_PASSWORD', '字段_确认密码', 2, 'confirm password', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281083, 'MENU_INDEX', '菜单_首页', 1, '首页', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1185513768017281084, 'MENU_INDEX', '菜单_首页', 2, 'index', '2019-10-19 13:15:32', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1212300136151236610, 'MENU_EXCEL_PROCESS', 'excel处理', 2, 'excel process', '2020-01-01 17:10:51', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1212300366171062273, 'MENU_EXCEL_PROCESS_EXPORT', '菜单_模板管理', 2, 'templates', '2020-01-01 17:11:45', 1, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `language`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1212310216473038850, 'MENU_TENANT_MANAGER', '租户管理', 2, 'tenants', '2020-01-01 17:50:54', 1, NULL, NULL);

View File

@ -1,8 +0,0 @@
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353998066804658177, 'chinese', '中文', 'zw', NULL, 'languages', '', '', -1, 1, 1.00, '-1', 'N', '2021-01-26 17:27:50', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353998106784763906, 'english', '英文', 'yw', NULL, 'languages', '', '', -1, 1, 2.00, '-1', 'N', '2021-01-26 17:27:59', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict_type` (`dict_type_id`, `dict_type_class`, `dict_type_bus_code`, `dict_type_code`, `dict_type_name`, `dict_type_name_pinyin`, `dict_type_desc`, `status_flag`, `dict_type_sort`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1353997993299480577, 2, '', 'languages', '语种', 'yz', 'i18n 多语言', 1, 7.00, 'N', '2021-01-26 17:27:32', 1339550467939639299, NULL, NULL);
ALTER TABLE `sys_translation` CHANGE COLUMN `language` `tran_language_code` varchar(255) NOT NULL COMMENT '语种字典';
update sys_translation set tran_language_code='chinese' where tran_language_code='1';
update sys_translation set tran_language_code='english' where tran_language_code='2';

View File

@ -1,4 +0,0 @@
INSERT INTO `sys_dict_type` (`dict_type_id`, `dict_type_class`, `dict_type_bus_code`, `dict_type_code`, `dict_type_name`, `dict_type_name_pinyin`, `dict_type_desc`, `status_flag`, `dict_type_sort`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040335406587906, 2, '', 'role_type', '角色类型', 'jslx', '', 1, 8.00, 'N', '2021-01-26 20:15:47', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040749627662337, 'role_system', '系统角色', 'xtjs', NULL, 'role_type', '', '', -1, 1, 1.00, '-1', 'N', '2021-01-26 20:17:26', 1339550467939639299, '2021-01-26 20:19:56', 1339550467939639299);
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354040819219554305, 'role_c', 'C端角色', 'Cdjs', NULL, 'role_type', '', '', -1, 1, 2.00, '-1', 'N', '2021-01-26 20:17:43', 1339550467939639299, '2021-01-26 20:19:43', 1339550467939639299);
INSERT INTO `sys_dict` (`dict_id`, `dict_code`, `dict_name`, `dict_name_pinyin`, `dict_encode`, `dict_type_code`, `dict_short_name`, `dict_short_code`, `dict_parent_id`, `status_flag`, `dict_sort`, `dict_pids`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1354041049981771778, 'role_b', 'B端角色', 'Bdjs', NULL, 'role_type', '', '', -1, 1, 3.00, '-1', 'N', '2021-01-26 20:18:38', 1339550467939639299, '2021-01-26 20:19:50', 1339550467939639299);

View File

@ -1,6 +0,0 @@
ALTER TABLE `sys_role` ADD COLUMN `role_system_flag` char(1) NULL COMMENT '是否是系统角色:Y-是,N-否';
ALTER TABLE `sys_role` ADD COLUMN `role_type_code` varchar(255) NULL COMMENT '字典:角色类型';
INSERT INTO `sys_role`(`role_id`, `role_name`, `role_code`, `role_sort`, `data_scope_type`, `status_flag`, `remark`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`, `role_system_flag`, `role_type_code`) VALUES (1339550467939639305, 'C端人员', 'c', 3.00, 10, 1, NULL, 'N', NULL, NULL, NULL, NULL, 'Y', 'role_system');
INSERT INTO `sys_role`(`role_id`, `role_name`, `role_code`, `role_sort`, `data_scope_type`, `status_flag`, `remark`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`, `role_system_flag`, `role_type_code`) VALUES (1339550467939639306, 'B端人员', 'b', 4.00, 10, 1, NULL, 'N', NULL, NULL, NULL, NULL, 'Y', 'role_system');
update sys_role set role_system_flag='Y';
update sys_role set role_type_code='role_system';

View File

@ -1 +0,0 @@
UPDATE `sys_dict` SET `dict_code` = 'english', `dict_name` = 'english', `dict_name_pinyin` = 'yw', `dict_encode` = NULL, `dict_type_code` = 'languages', `dict_short_name` = '', `dict_short_code` = '', `dict_parent_id` = -1, `status_flag` = 1, `dict_sort` = 2.00, `dict_pids` = '-1', `del_flag` = 'N', `create_time` = '2021-01-26 17:27:59', `create_user` = 1339550467939639299, `update_time` = NULL, `update_user` = NULL WHERE `dict_id` = 1353998106784763906;

View File

@ -1,98 +0,0 @@
delete from sys_translation;
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355348835513200642, 'MENU_BLACKBOARD', '菜单_主控面板', 'chinese', '主控面板', '2021-01-30 10:55:18', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355348835513200643, 'MENU_BLACKBOARD', '菜单_主控面板', 'english', 'dashboard', '2021-01-30 10:55:18', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355348956036526081, 'MENU_BOARD_PLATFORM', '菜单_工作台', 'chinese', '工作台', '2021-01-30 10:55:47', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355348956036526082, 'MENU_BOARD_PLATFORM', '菜单_工作台', 'english', 'platform', '2021-01-30 10:55:47', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355352667639050242, 'MENU_BOARD_ANALYSE', '菜单_分析页', 'chinese', '分析页', '2021-01-30 11:10:32', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355352667639050243, 'MENU_BOARD_ANALYSE', '菜单_分析页', 'english', 'analyse', '2021-01-30 11:10:32', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355352795519184897, 'MENU_ORG', '菜单_组织机构', 'chinese', '组织机构', '2021-01-30 11:11:02', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355352795519184898, 'MENU_ORG', '菜单_组织机构', 'english', 'organiztion', '2021-01-30 11:11:02', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354480979275777, 'MENU_ORG_USER', '菜单_用户管理', 'chinese', '用户管理', '2021-01-30 11:17:44', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354480979275778, 'MENU_ORG_USER', '菜单_用户管理', 'english', 'users', '2021-01-30 11:17:44', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354599871016962, 'MENU_ORG_MAIN', '菜单_机构管理', 'chinese', '机构管理', '2021-01-30 11:18:13', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354599871016963, 'MENU_ORG_MAIN', '菜单_机构管理', 'english', 'organization', '2021-01-30 11:18:13', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354696272900097, 'MENU_ORG_POSITION', '菜单_职位管理', 'chinese', '职位管理', '2021-01-30 11:18:36', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354696272900098, 'MENU_ORG_POSITION', '菜单_职位管理', 'english', 'position', '2021-01-30 11:18:36', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354785196339201, 'MENU_AUTH', '菜单_权限管理', 'chinese', '权限管理', '2021-01-30 11:18:57', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354785196339202, 'MENU_AUTH', '菜单_权限管理', 'english', 'authority', '2021-01-30 11:18:57', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354906436890626, 'MENU_AUTH_APP', '菜单_应用管理', 'chinese', '应用管理', '2021-01-30 11:19:26', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355354906436890627, 'MENU_AUTH_APP', '菜单_应用管理', 'english', 'apps', '2021-01-30 11:19:26', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355090189348866, 'MENU_AUTH_MENU', '菜单_菜单管理', 'chinese', '菜单管理', '2021-01-30 11:20:09', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355090189348867, 'MENU_AUTH_MENU', '菜单_菜单管理', 'english', 'menus', '2021-01-30 11:20:09', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355153632391170, 'MENU_AUTH_ROLE', '菜单_角色管理', 'chinese', '角色管理', '2021-01-30 11:20:25', 1339550467939639299, '2021-01-30 11:21:33', 1339550467939639299);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355153632391171, 'MENU_AUTH_ROLE', '菜单_角色管理', 'english', 'roles', '2021-01-30 11:20:25', 1339550467939639299, '2021-01-30 11:21:33', 1339550467939639299);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355326739705858, 'MENU_AUTH_RESOURCE', '菜单_资源管理', 'chinese', '资源管理', '2021-01-30 11:21:06', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355326739705859, 'MENU_AUTH_RESOURCE', '菜单_资源管理', 'english', 'resource', '2021-01-30 11:21:06', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355406259515393, 'MENU_BASE', '菜单_基础数据', 'chinese', '基础数据', '2021-01-30 11:21:25', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355406259515394, 'MENU_BASE', '菜单_基础数据', 'english', 'base data', '2021-01-30 11:21:25', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355520512356354, 'MENU_BASE_SYSCONFIG', '菜单_系统配置', 'chinese', '系统配置', '2021-01-30 11:21:52', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355520512356355, 'MENU_BASE_SYSCONFIG', '菜单_系统配置', 'english', 'config', '2021-01-30 11:21:52', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355620575866882, 'MENU_BASE_DICT', '菜单_字典管理', 'chinese', '字典管理', '2021-01-30 11:22:16', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355620575866883, 'MENU_BASE_DICT', '菜单_字典管理', 'english', 'dict', '2021-01-30 11:22:16', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355711239942145, 'MENU_BASE_APIS', '菜单_接口文档', 'chinese', '接口文档', '2021-01-30 11:22:38', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355711239942146, 'MENU_BASE_APIS', '菜单_接口文档', 'english', 'apis', '2021-01-30 11:22:38', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355878345207809, 'MENU_SYS', '菜单_系统功能', 'chinese', '系统功能', '2021-01-30 11:23:17', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355355878345207810, 'MENU_SYS', '菜单_系统功能', 'english', 'system', '2021-01-30 11:23:17', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356005545865218, 'MENU_SYS_FILE', '菜单_文件管理', 'chinese', '文件管理', '2021-01-30 11:23:48', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356005545865219, 'MENU_SYS_FILE', '菜单_文件管理', 'english', 'file', '2021-01-30 11:23:48', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356091415851010, 'MENU_OPERATE_LOG', '菜单_操作日志', 'chinese', '操作日志', '2021-01-30 11:24:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356091415851011, 'MENU_OPERATE_LOG', '菜单_操作日志', 'english', 'operate log', '2021-01-30 11:24:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356171220873218, 'MENU_LOGIN_LOG', '菜单_登录日志', 'chinese', '登录日志', '2021-01-30 11:24:27', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356171220873219, 'MENU_LOGIN_LOG', '菜单_登录日志', 'english', 'login log', '2021-01-30 11:24:27', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356268293844993, 'MENU_SYS_ONLINE', '菜单_在线用户', 'chinese', '在线用户', '2021-01-30 11:24:50', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356268293844994, 'MENU_SYS_ONLINE', '菜单_在线用户', 'english', 'login user', '2021-01-30 11:24:50', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356371410808833, 'MENU_SYS_TIMER', '菜单_定时任务', 'chinese', '定时任务', '2021-01-30 11:25:15', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356371410808834, 'MENU_SYS_TIMER', '菜单_定时任务', 'english', 'timers', '2021-01-30 11:25:15', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356481783918593, 'MENU_DATASOURCES', '菜单_多数据源', 'chinese', '多数据源', '2021-01-30 11:25:41', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356481783918594, 'MENU_DATASOURCES', '菜单_多数据源', 'english', 'datasources', '2021-01-30 11:25:41', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356554374737921, 'MENU_LANGUAGES', '菜单_多语言配置', 'chinese', '多语言配置', '2021-01-30 11:25:59', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356554374737922, 'MENU_LANGUAGES', '菜单_多语言配置', 'english', 'languages', '2021-01-30 11:25:59', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356772600180738, 'MENU_NOTICE', '菜单_通知管理', 'chinese', '通知管理', '2021-01-30 11:26:51', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356772600180739, 'MENU_NOTICE', '菜单_通知管理', 'english', 'notice', '2021-01-30 11:26:51', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356847015522305, 'MENU_NOTICE_UPDATE', '菜单_通知发布', 'chinese', '通知发布', '2021-01-30 11:27:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356847015522306, 'MENU_NOTICE_UPDATE', '菜单_通知发布', 'english', 'notice deploy', '2021-01-30 11:27:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356922198421505, 'MENU_NOTICE_FIND', '菜单_我的消息', 'chinese', '我的消息', '2021-01-30 11:27:26', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356922198421506, 'MENU_NOTICE_FIND', '菜单_我的消息', 'english', 'my notice', '2021-01-30 11:27:26', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356997855277058, 'MENU_MONITOR', '菜单_监控管理', 'chinese', '监控管理', '2021-01-30 11:27:44', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355356997855277059, 'MENU_MONITOR', '菜单_监控管理', 'english', 'monitor', '2021-01-30 11:27:44', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355357305746550786, 'MENU_MONITOR_DRUID', '菜单_SQL监控', 'chinese', 'SQL监控', '2021-01-30 11:28:58', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355357305746550787, 'MENU_MONITOR_DRUID', '菜单_SQL监控', 'english', 'druid monitor', '2021-01-30 11:28:58', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355357401196326913, 'MENU_MONITOR_SERVER', '菜单_服务器信息', 'chinese', '服务器信息', '2021-01-30 11:29:20', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355357401196326914, 'MENU_MONITOR_SERVER', '菜单_服务器信息', 'english', 'server info', '2021-01-30 11:29:20', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363229903204353, 'MENU_CHANGE_PASSWORD', '菜单_修改密码', 'chinese', '修改密码', '2021-01-30 11:52:30', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363229903204354, 'MENU_CHANGE_PASSWORD', '菜单_修改密码', 'english', 'change password', '2021-01-30 11:52:30', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363314489733122, 'MENU_PERSONAL', '菜单_个人中心', 'chinese', '个人中心', '2021-01-30 11:52:50', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363314489733123, 'MENU_PERSONAL', '菜单_个人中心', 'english', 'personal', '2021-01-30 11:52:50', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363436573339649, 'MENU_LOGOUT', '菜单_退出', 'chinese', '退出', '2021-01-30 11:53:19', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355363436573339650, 'MENU_LOGOUT', '菜单_退出', 'english', 'logout', '2021-01-30 11:53:19', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388566909333506, 'FIELD_BASIC_INFO', '个人中心_选项卡_基本信息', 'chinese', '基本信息', '2021-01-30 13:33:11', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388566909333507, 'FIELD_BASIC_INFO', '个人中心_选项卡_基本信息', 'english', 'basic info', '2021-01-30 13:33:11', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388672819703810, 'FIELD_OTHER', '个人中心_选项卡_其他', 'chinese', '其他', '2021-01-30 13:33:36', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388672819703811, 'FIELD_OTHER', '个人中心_选项卡_其他', 'english', 'others', '2021-01-30 13:33:36', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388784606294017, 'FIELD_ACCOUNT', '个人中心_字段_账号', 'chinese', '账号', '2021-01-30 13:34:03', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388784606294018, 'FIELD_ACCOUNT', '个人中心_字段_账号', 'english', 'account', '2021-01-30 13:34:03', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388873777197057, 'FIELD_SEX', '个人中心_字段_性别', 'chinese', '性别', '2021-01-30 13:34:24', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388873777197058, 'FIELD_SEX', '个人中心_字段_性别', 'english', 'sex', '2021-01-30 13:34:24', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388954651766786, 'FIELD_EMAIL', '个人中心_字段_邮箱', 'chinese', '邮箱', '2021-01-30 13:34:43', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355388954651766787, 'FIELD_EMAIL', '个人中心_字段_邮箱', 'english', 'email', '2021-01-30 13:34:43', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389060402753538, 'FIELD_NAME', '个人中心_字段_姓名', 'chinese', '姓名', '2021-01-30 13:35:09', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389060402753539, 'FIELD_NAME', '个人中心_字段_姓名', 'english', 'name', '2021-01-30 13:35:09', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389141315072001, 'FIELD_BIRTHDAY', '个人中心_字段_生日', 'chinese', '生日', '2021-01-30 13:35:28', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389141315072002, 'FIELD_BIRTHDAY', '个人中心_字段_生日', 'english', 'birthday', '2021-01-30 13:35:28', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389290334498817, 'FIELD_PHONE', '个人中心_字段_电话', 'chinese', '电话', '2021-01-30 13:36:03', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389290334498818, 'FIELD_PHONE', '个人中心_字段_电话', 'english', 'phone', '2021-01-30 13:36:03', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389380272959489, 'BTN_UPDATE_INFO', '个人中心_按钮_更新基本信息', 'chinese', '更新基本信息', '2021-01-30 13:36:25', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355389380272959490, 'BTN_UPDATE_INFO', '个人中心_按钮_更新基本信息', 'english', 'update', '2021-01-30 13:36:25', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355391961791590402, 'TITLE_CHANGE_PASSWORD', '修改密码_标题_修改密码', 'chinese', '修改密码', '2021-01-30 13:46:40', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355391961791590403, 'TITLE_CHANGE_PASSWORD', '修改密码_标题_修改密码', 'english', 'change password', '2021-01-30 13:46:40', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392062836568065, 'FIELD_OLD_PASSWORD', '修改密码_字段_旧密码', 'chinese', '旧密码', '2021-01-30 13:47:04', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392062836568066, 'FIELD_OLD_PASSWORD', '修改密码_字段_旧密码', 'english', 'old password', '2021-01-30 13:47:04', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392146118668290, 'FIELD_NEW_PASSWORD', '修改密码_字段_新密码', 'chinese', '新密码', '2021-01-30 13:47:24', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392146118668291, 'FIELD_NEW_PASSWORD', '修改密码_字段_新密码', 'english', 'new password', '2021-01-30 13:47:24', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392231485337601, 'FIELD_REPEAT_PASSWORD', '修改密码_字段_重复密码', 'chinese', '重复密码', '2021-01-30 13:47:45', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392231485337602, 'FIELD_REPEAT_PASSWORD', '修改密码_字段_重复密码', 'english', 'repeat password', '2021-01-30 13:47:45', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392328214376450, 'BTN_SAVE', '按钮_保存', 'chinese', '保存', '2021-01-30 13:48:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392328214376451, 'BTN_SAVE', '按钮_保存', 'english', 'save', '2021-01-30 13:48:08', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392385093332993, 'BTN_CANCEL', '按钮_取消', 'chinese', '取消', '2021-01-30 13:48:21', 1339550467939639299, NULL, NULL);
INSERT INTO `sys_translation`(`tran_id`, `tran_code`, `tran_name`, `tran_language_code`, `tran_value`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355392385093332994, 'BTN_CANCEL', '按钮_取消', 'english', 'cancel', '2021-01-30 13:48:21', 1339550467939639299, NULL, NULL);

View File

@ -1 +0,0 @@
INSERT INTO `sys_timers`(`timer_id`, `timer_name`, `action_class`, `cron`, `job_status`, `remark`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355878268976271362, '定时刷新服务器状态', 'cn.stylefeng.guns.modular.system.monitor.timer.SystemHardwareInfoHolder', '0/5 * * * * ? ', 1, '每30分钟执行一次刷新服务器状态', 'N', '2021-01-31 21:59:05', 1339550467939639299, '2021-01-31 22:00:23', 1339550467939639299);

View File

@ -1 +0,0 @@
UPDATE `sys_timers` SET `timer_name` = '定时刷新服务器状态', `action_class` = 'cn.stylefeng.roses.kernel.monitor.system.holder.SystemHardwareInfoHolder', `cron` = '0/5 * * * * ? ', `job_status` = 1, `remark` = '每30分钟执行一次刷新服务器状态', `del_flag` = 'N', `create_time` = '2021-01-31 21:59:05', `create_user` = 1339550467939639299, `update_time` = '2021-01-31 22:00:23', `update_user` = 1339550467939639299 WHERE `timer_id` = 1355878268976271362;

View File

@ -1,2 +0,0 @@
delete from sys_config where config_code = 'WEB_SOCKET_WS_URL';
INSERT INTO `sys_config`(`config_id`, `config_name`, `config_code`, `config_value`, `sys_flag`, `remark`, `status_flag`, `group_code`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1356246056131649538, 'websocket的ws-url', 'WEB_SOCKET_WS_URL', 'ws://localhost:8080/message/websocket/{userId}', 'Y', '', 1, 'sys_config', 'N', '2021-02-01 22:20:32', 1339550467939639299, NULL, NULL);

File diff suppressed because one or more lines are too long