|
@@ -0,0 +1,731 @@
|
|
|
+INSERT INTO sys_client (id, client_id, client_key, client_secret, grant_type, device_type, active_timeout, timeout,
|
|
|
+ status, version, del_flag, create_by, create_time, update_by, update_time)
|
|
|
+VALUES (1, 'e5cd7e4891bf95d1d19206ce24a7b32e', 'pc', 'pc123', 'password,social', 'pc', 1800, 604800, '1', 0, 0, 1,
|
|
|
+ '2024-07-02 19:10:38.589172', 1, '2024-07-02 19:10:38.589172');
|
|
|
+INSERT INTO sys_client (id, client_id, client_key, client_secret, grant_type, device_type, active_timeout, timeout,
|
|
|
+ status, version, del_flag, create_by, create_time, update_by, update_time)
|
|
|
+VALUES (2, '428a8310cd442757ae699df5d894f051', 'app', 'app123', 'password,sms,social', 'android', 1800, 604800, '1', 0,
|
|
|
+ 0, 1, '2024-07-02 19:10:38.595159', 1, '2024-07-02 19:10:38.595159');
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_config (config_id, tenant_id, config_name, config_key, config_value, config_type, version, create_by,
|
|
|
+ create_time, update_by, update_time, remark)
|
|
|
+VALUES (1, 0, '主框架页-默认皮肤样式名称', 'sys.index.skinName', 'skin-blue', 'Y', 0, 1, '2024-07-02 19:10:38.696767',
|
|
|
+ NULL, NULL, '蓝色 skin-blue、绿色 skin-green、紫色 skin-purple、红色 skin-red、黄色 skin-yellow');
|
|
|
+INSERT INTO sys_config (config_id, tenant_id, config_name, config_key, config_value, config_type, version, create_by,
|
|
|
+ create_time, update_by, update_time, remark)
|
|
|
+VALUES (2, 0, '用户管理-账号初始密码', 'sys.user.initPassword', '123456', 'Y', 0, 1, '2024-07-02 19:10:38.704711', NULL,
|
|
|
+ NULL, '初始化密码 123456');
|
|
|
+INSERT INTO sys_config (config_id, tenant_id, config_name, config_key, config_value, config_type, version, create_by,
|
|
|
+ create_time, update_by, update_time, remark)
|
|
|
+VALUES (3, 0, '主框架页-侧边栏主题', 'sys.index.sideTheme', 'theme-dark', 'Y', 0, 1, '2024-07-02 19:10:38.711564', NULL,
|
|
|
+ NULL, '深色主题theme-dark,浅色主题theme-light');
|
|
|
+INSERT INTO sys_config (config_id, tenant_id, config_name, config_key, config_value, config_type, version, create_by,
|
|
|
+ create_time, update_by, update_time, remark)
|
|
|
+VALUES (5, 0, '账号自助-是否开启用户注册功能', 'sys.account.registerUser', 'false', 'Y', 0, 1,
|
|
|
+ '2024-07-02 19:10:38.719764', NULL, NULL, '是否开启注册用户功能(true开启,false关闭)');
|
|
|
+INSERT INTO sys_config (config_id, tenant_id, config_name, config_key, config_value, config_type, version, create_by,
|
|
|
+ create_time, update_by, update_time, remark)
|
|
|
+VALUES (6, 0, 'OSS预览列表资源开关', 'sys.oss.previewListResource', 'true', 'Y', 0, 1, '2024-07-02 19:10:38.729447',
|
|
|
+ NULL, NULL, 'true:开启, false:关闭');
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_dept (dept_id, tenant_id, parent_id, ancestors, dept_name, order_num, leader, phone, email, status,
|
|
|
+ version, del_flag, create_by, create_time, update_by, update_time)
|
|
|
+VALUES (108150551736287232, 0, 1, '0,1', 'XX组', 2, 'eco', '', NULL, '1', 3, 0, 1, '2024-01-25 23:32:40', 1,
|
|
|
+ '2024-06-21 15:15:03.381');
|
|
|
+INSERT INTO sys_dept (dept_id, tenant_id, parent_id, ancestors, dept_name, order_num, leader, phone, email, status,
|
|
|
+ version, del_flag, create_by, create_time, update_by, update_time)
|
|
|
+VALUES (1, 0, 0, '0', 'XX部门', 0, 'eco-admin', '18888888888', 'ecoadmin@wo.cn', '1', 7, 0, 1, '2023-06-03 21:32:28', 1,
|
|
|
+ '2024-06-21 15:15:03.534');
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (1, 0, 1, '男', '0', 'sys_user_gender', '', '', 'Y', 0, 1, '2023-06-03 21:32:30', 1, '2023-09-20 09:53:27',
|
|
|
+ '性别男');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (2, 0, 2, '女', '1', 'sys_user_gender', '', '', 'N', 0, 1, '2023-06-03 21:32:30', 1, '2023-09-20 09:53:27',
|
|
|
+ '性别女');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (3, 0, 3, '未知', '2', 'sys_user_gender', '', '', 'N', 0, 1, '2023-06-03 21:32:30', 1, '2023-09-20 09:53:27',
|
|
|
+ '性别未知');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (4, 0, 1, '显示', '1', 'sys_show_hide', '', 'primary', 'Y', 0, 1, '2023-06-03 21:32:30', 1, NULL, '显示菜单');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (5, 0, 2, '隐藏', '0', 'sys_show_hide', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '隐藏菜单');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (6, 0, 1, '正常', '1', 'sys_normal_disable', '', 'primary', 'Y', 1, 1, '2023-06-03 21:32:30', 1,
|
|
|
+ '2024-06-25 16:17:22.739', '正常状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (7, 0, 2, '停用', '0', 'sys_normal_disable', '', 'danger', 'N', 1, 1, '2023-06-03 21:32:30', 1,
|
|
|
+ '2024-06-25 16:17:28.453', '停用状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (8, 0, 1, '正常', '1', 'sys_job_status', '', 'primary', 'Y', 0, 1, '2023-06-03 21:32:30', 1, NULL, '正常状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (9, 0, 2, '暂停', '0', 'sys_job_status', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '停用状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (10, 0, 1, '默认', 'DEFAULT', 'sys_job_group', '', '', 'Y', 0, 1, '2023-06-03 21:32:30', 1, NULL, '默认分组');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (11, 0, 2, '系统', 'SYSTEM', 'sys_job_group', '', '', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '系统分组');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (12, 0, 1, '是', '1', 'sys_yes_no', '', 'primary', 'Y', 1, 1, '2023-06-03 21:32:30', 1,
|
|
|
+ '2024-06-25 17:03:06.185', '系统默认是');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (13, 0, 2, '否', '0', 'sys_yes_no', '', 'danger', 'N', 1, 1, '2023-06-03 21:32:30', 1, '2024-06-25 17:03:13.399',
|
|
|
+ '系统默认否');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (14, 0, 1, '通知', '1', 'sys_notice_type', '', 'warning', 'Y', 0, 1, '2023-06-03 21:32:30', 1, NULL, '通知');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (15, 0, 2, '公告', '2', 'sys_notice_type', '', 'success', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '公告');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (16, 0, 1, '正常', '1', 'sys_notice_status', '', 'primary', 'Y', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '正常状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (17, 0, 2, '关闭', '0', 'sys_notice_status', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '关闭状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (18, 0, 99, '其他', '0', 'sys_oper_type', '', 'info', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '其他操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (19, 0, 1, '新增', '1', 'sys_oper_type', '', 'info', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '新增操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (20, 0, 2, '修改', '2', 'sys_oper_type', '', 'info', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '修改操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (21, 0, 3, '删除', '3', 'sys_oper_type', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '删除操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (22, 0, 4, '授权', '4', 'sys_oper_type', '', 'primary', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '授权操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (23, 0, 5, '导出', '5', 'sys_oper_type', '', 'warning', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '导出操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (24, 0, 6, '导入', '6', 'sys_oper_type', '', 'warning', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '导入操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (25, 0, 7, '强退', '7', 'sys_oper_type', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL, '强退操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (26, 0, 8, '生成代码', '8', 'sys_oper_type', '', 'warning', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '生成操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (27, 0, 9, '清空数据', '9', 'sys_oper_type', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '清空操作');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (28, 0, 1, '成功', '1', 'sys_common_status', '', 'primary', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '正常状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (29, 0, 2, '失败', '0', 'sys_common_status', '', 'danger', 'N', 0, 1, '2023-06-03 21:32:30', 1, NULL,
|
|
|
+ '停用状态');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (30, 0, 1, '密码认证', 'password', 'sys_grant_type', 'el-check-tag', 'default', 'N', 0, 1, '2023-10-21 11:10:51',
|
|
|
+ 1, '2023-10-21 11:10:51', '密码认证');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (31, 0, 2, '短信认证', 'sms', 'sys_grant_type', 'el-check-tag', 'default', 'N', 0, 1, '2023-10-21 11:10:51', 1,
|
|
|
+ '2023-10-21 11:10:51', '短信认证');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (32, 0, 3, '邮件认证', 'email', 'sys_grant_type', 'el-check-tag', 'default', 'N', 0, 1, '2023-10-21 11:10:51', 1,
|
|
|
+ '2023-10-21 11:10:51', '邮件认证');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (33, 0, 4, '小程序认证', 'xcx', 'sys_grant_type', 'el-check-tag', 'default', 'N', 0, 1, '2023-10-21 11:10:51', 1,
|
|
|
+ '2023-10-21 11:10:51', '小程序认证');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (34, 0, 5, '三方登录认证', 'social', 'sys_grant_type', 'el-check-tag', 'default', 'N', 0, 1,
|
|
|
+ '2023-10-21 11:10:51', 1, '2023-10-21 11:10:51', '三方登录认证');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (35, 0, 1, 'PC', 'pc', 'sys_device_type', '', 'default', 'N', 0, 1, '2023-10-21 11:41:10', 1,
|
|
|
+ '2023-10-21 11:41:10', 'PC');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (36, 0, 2, '安卓', 'android', 'sys_device_type', '', 'default', 'N', 0, 1, '2023-10-21 11:41:10', 1,
|
|
|
+ '2023-10-21 11:41:10', '安卓');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (37, 0, 3, 'iOS', 'ios', 'sys_device_type', '', 'default', 'N', 0, 1, '2023-10-21 11:41:10', 1,
|
|
|
+ '2023-10-21 11:41:10', 'iOS');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (38, 0, 4, '小程序', 'xcx', 'sys_device_type', '', 'default', 'N', 0, 1, '2023-10-21 11:41:10', 1,
|
|
|
+ '2023-10-21 11:41:10', '小程序');
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (105, 0, 0, '计算机', '1', 'sys_goods_type', NULL, 'primary', 'N', 0, 1, '2023-06-05 07:23:48', 1, NULL, NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (106, 0, 0, '打印设备', '2', 'sys_goods_type', NULL, 'success', 'N', 0, 1, '2023-06-05 07:24:14', 1, NULL, NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (107, 0, 3, '衣服', '3', 'sys_goods_type', NULL, 'info', 'N', 0, 1, '2023-06-05 07:24:35', 1, NULL, NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (111, 0, 4, '网络设备', '4', 'sys_goods_type', NULL, 'default', NULL, 0, 1, '2023-09-19 17:31:46', 1,
|
|
|
+ '2023-09-19 17:31:46', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (65923231885905920, 0, 1, '桌面微机', 'PC', 'sys_app_type', NULL, 'default', 'N', 0, 1, '2023-10-01 10:56:23', 1,
|
|
|
+ '2023-10-01 10:56:23', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (65923379802230784, 0, 2, '平板', 'pad', 'sys_app_type', NULL, 'default', 'N', 0, 1, '2023-10-01 10:56:59', 1,
|
|
|
+ '2023-10-01 10:56:59', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (65923470604718080, 0, 3, '手机', 'phone', 'sys_app_type', NULL, 'default', 'N', 0, 1, '2023-10-01 10:57:20', 1,
|
|
|
+ '2023-10-01 10:57:20', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (163136166100500480, 0, 1, '是', 'Y', 'sys_y_n', NULL, 'primary', 'N', 0, 1, '2024-06-25 17:05:52.922', 1,
|
|
|
+ '2024-06-25 17:05:52.922', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (163136226775302144, 0, 2, '否', 'N', 'sys_y_n', NULL, 'primary', 'N', 0, 1, '2024-06-25 17:06:07.389', 1,
|
|
|
+ '2024-06-25 17:06:07.389', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (164977316852162560, 0, 0, '导入', '0', 'excel_type', NULL, NULL, 'N', 0, 1, '2024-06-30 19:01:57.469', 1,
|
|
|
+ '2024-06-30 19:01:57.469', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (164977361886404608, 0, 1, '导出', '1', 'excel_type', NULL, NULL, 'N', 0, 1, '2024-06-30 19:02:08.205', 1,
|
|
|
+ '2024-06-30 19:02:08.205', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (164977834731266048, 0, 1, '失败', '0', 'excel_status', NULL, 'danger', 'N', 1, 1, '2024-06-30 19:04:00', 1,
|
|
|
+ '2024-06-30 19:04:07.843', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (164977927396024320, 0, 0, '成功', '1', 'excel_status', NULL, 'primary', 'N', 0, 1, '2024-06-30 19:04:23.032', 1,
|
|
|
+ '2024-06-30 19:04:23.032', NULL);
|
|
|
+INSERT INTO sys_dict_data (dict_code, tenant_id, dict_sort, dict_label, dict_value, dict_type, css_class, list_class,
|
|
|
+ is_default, version, create_by, create_time, update_by, update_time, remark)
|
|
|
+VALUES (164977999110234112, 0, 2, '部分成功', '2', 'excel_status', NULL, 'warning', 'N', 1, 1, '2024-06-30 19:04:40', 1,
|
|
|
+ '2024-06-30 19:11:35.009', NULL);
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (1, 0, '用户性别', 'sys_user_gender', 0, 1, '2023-06-03 21:32:30', 1, '2023-09-20 09:53:27', '用户性别列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (2, 0, '菜单状态', 'sys_show_hide', 0, 1, '2023-06-03 21:32:30', 1, NULL, '菜单状态列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (3, 0, '系统开关', 'sys_normal_disable', 0, 1, '2023-06-03 21:32:30', 1, NULL, '系统开关列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (4, 0, '任务状态', 'sys_job_status', 0, 1, '2023-06-03 21:32:30', 1, NULL, '任务状态列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (5, 0, '任务分组', 'sys_job_group', 0, 1, '2023-06-03 21:32:30', 1, NULL, '任务分组列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (6, 0, '系统是否', 'sys_yes_no', 0, 1, '2023-06-03 21:32:30', 1, NULL, '系统是否列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (7, 0, '通知类型', 'sys_notice_type', 0, 1, '2023-06-03 21:32:30', 1, NULL, '通知类型列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (8, 0, '通知状态', 'sys_notice_status', 0, 1, '2023-06-03 21:32:30', 1, NULL, '通知状态列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (9, 0, '操作类型', 'sys_oper_type', 0, 1, '2023-06-03 21:32:30', 1, NULL, '操作类型列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (10, 0, '系统状态', 'sys_common_status', 0, 1, '2023-06-03 21:32:30', 1, NULL, '登录状态列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (11, 0, '授权类型', 'sys_grant_type', 0, 1, '2023-10-21 11:06:33', 1, '2023-10-21 11:06:33', '认证授权类型');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (12, 0, '设备类型', 'sys_device_type', 0, 1, '2023-10-21 11:38:41', 1, '2023-10-21 11:38:41', '客户端设备类型');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (102, 0, '商品种类', 'sys_goods_type', 0, 1, '2023-06-05 07:23:20', 1, NULL, NULL);
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (65922863223361536, 0, '系统类型', 'sys_app_type', 0, 1, '2023-10-01 10:54:55', 1, '2023-10-01 10:54:55',
|
|
|
+ '系统类型列表');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (118192295228071936, 0, '是否缓存', 'sys_cache', 0, 1, '2024-02-22 16:34:59.09', 1, '2024-02-22 16:34:59.09',
|
|
|
+ NULL);
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (163135360617971712, 0, '系统是否YN', 'sys_y_n', 0, 1, '2024-06-25 17:02:40.88', 1, '2024-06-25 17:02:40.88',
|
|
|
+ '对应值为Y N');
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (164977231074451456, 0, 'Excel类型', 'excel_type', 0, 1, '2024-06-30 19:01:37.018', 1, '2024-06-30 19:01:37.018',
|
|
|
+ NULL);
|
|
|
+INSERT INTO sys_dict_type (dict_id, tenant_id, dict_name, dict_type, version, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (164977592506015744, 0, 'Excel状态', 'excel_status', 0, 1, '2024-06-30 19:03:03.189', 1,
|
|
|
+ '2024-06-30 19:03:03.189', 'Excel状态');
|
|
|
+
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1011, '角色导出', 101, 5, '', '', '', '0', '1', 'F', '1', '1', 'system:role:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1022, '岗位修改', 104, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:post:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1016, '部门查询', 103, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:dept:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1018, '部门修改', 103, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:dept:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1020, '岗位查询', 104, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:post:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1010, '角色删除', 101, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:role:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1007, '角色查询', 101, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:role:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1029, '字典导出', 105, 5, '', '', '', '0', '1', 'F', '1', '1', 'system:dict:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1015, '菜单删除', 102, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:menu:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1014, '菜单修改', 102, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:menu:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1013, '菜单新增', 102, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:menu:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1023, '岗位删除', 104, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:post:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1012, '菜单查询', 102, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:menu:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1024, '岗位导出', 104, 5, '', '', '', '0', '1', 'F', '1', '1', 'system:post:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1059, '预览代码', 116, 5, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:preview', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1060, '生成代码', 116, 6, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:code', '', 0, 1, '2023-06-03 21:32:29',
|
|
|
+ 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1008, '角色新增', 101, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:role:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1600, '文件查询', 118, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:oss:query', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1601, '文件上传', 118, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:oss:upload', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1602, '文件下载', 118, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:oss:download', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1017, '部门新增', 103, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:dept:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1021, '岗位新增', 104, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:post:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1019, '部门删除', 103, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:dept:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1009, '角色修改', 101, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:role:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1025, '字典查询', 105, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:dict:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1026, '字典新增', 105, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:dict:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1027, '字典修改', 105, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:dict:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1028, '字典删除', 105, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:dict:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1039, '操作查询', 500, 1, '', '', '', '0', '1', 'F', '1', '1', 'monitor:operlog:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1040, '操作删除', 500, 2, '', '', '', '0', '1', 'F', '1', '1', 'monitor:operlog:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1041, '日志导出', 500, 3, '', '', '', '0', '1', 'F', '1', '1', 'monitor:operlog:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1042, '登录查询', 501, 1, '', '', '', '0', '1', 'F', '1', '1', 'monitor:logininfor:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1043, '登录删除', 501, 2, '', '', '', '0', '1', 'F', '1', '1', 'monitor:logininfor:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1044, '日志导出', 501, 3, '', '', '', '0', '1', 'F', '1', '1', 'monitor:logininfor:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1045, '账户解锁', 501, 4, '', '', '', '0', '1', 'F', '1', '1', 'monitor:logininfor:unlock', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1000, '用户查询', 100, 1, '', '', '', '0', '1', 'F', '1', '1', 'system:user:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1055, '生成查询', 116, 1, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:query', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1056, '生成修改', 116, 2, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:edit', '', 0, 1, '2023-06-03 21:32:29',
|
|
|
+ 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1057, '生成删除', 116, 3, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1001, '用户新增', 100, 2, '', '', '', '0', '1', 'F', '1', '1', 'system:user:add', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1002, '用户修改', 100, 3, '', '', '', '0', '1', 'F', '1', '1', 'system:user:edit', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1603, '文件删除', 118, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:oss:remove', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1620, '配置列表', 118, 5, '', '', '', '0', '1', 'F', '1', '1', 'system:ossConfig:list', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1621, '配置添加', 118, 6, '', '', '', '0', '1', 'F', '1', '1', 'system:ossConfig:add', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1622, '配置编辑', 118, 6, '', '', '', '0', '1', 'F', '1', '1', 'system:ossConfig:edit', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1623, '配置删除', 118, 6, '', '', '', '0', '1', 'F', '1', '1', 'system:ossConfig:remove', '', 0, 1,
|
|
|
+ '2023-12-25 15:09:14.342224', NULL, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1003, '用户删除', 100, 4, '', '', '', '0', '1', 'F', '1', '1', 'system:user:remove', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1004, '用户导出', 100, 5, '', '', '', '0', '1', 'F', '1', '1', 'system:user:export', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1005, '用户导入', 100, 6, '', '', '', '0', '1', 'F', '1', '1', 'system:user:import', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1006, '重置密码', 100, 7, '', '', '', '0', '1', 'F', '1', '1', 'system:user:resetPwd', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1058, '导入代码', 116, 4, '', '', '', '0', '1', 'F', '1', '1', 'tool:gen:import', '', 0, 1,
|
|
|
+ '2023-06-03 21:32:29', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (103, '部门管理', 1, 4, '/system/dept', 'system/dept/index', '', '0', '1', 'C', '1', '1', 'system:dept:list',
|
|
|
+ 'user', 1, 1, '2023-06-03 21:32:28', 1, '2024-06-20 23:09:12.86', '部门管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (3, '系统工具', 0, 40, 'tool', NULL, '', '0', '1', 'M', '1', '1', '', 'Setting', 4, 1, '2023-06-03 21:32:28', 1,
|
|
|
+ '2024-07-02 11:13:23.957', '系统工具目录', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (100, '用户管理', 1, 1, '/system/user', 'system/user/index', '', '0', '1', 'C', '1', '1', 'system:user:list',
|
|
|
+ 'User', 10, 1, '2023-06-03 21:32:28', 1, '2024-06-20 23:06:29.359', '用户管理菜单', 'User');
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (101, '角色管理', 1, 2, '/system/role', 'system/role/index', '', '0', '1', 'C', '1', '1', 'system:role:list',
|
|
|
+ 'peoples', 5, 1, '2023-06-03 21:32:28', 1, '2024-06-26 00:02:56.851', '角色管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (102, '菜单管理', 1, 3, '/system/menu', 'system/menu/index', '', '0', '1', 'C', '1', '1', 'system:menu:list',
|
|
|
+ 'Menu', 3, 1, '2023-06-03 21:32:28', 1, '2024-06-26 00:03:41.324', '菜单管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (1, '系统管理', 0, 10, 'system', NULL, '', '0', '1', 'M', '1', '1', '', 'system', 11, 1, '2023-06-03 21:32:28',
|
|
|
+ 1, '2024-07-02 11:13:16.88', '系统管理目录', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (116, '代码生成', 3, 0, '/tool/gen', 'tool/gen/index', '', '0', '1', 'C', '1', '1', 'tool:gen:list', 'code', 3,
|
|
|
+ 1, '2023-06-03 21:32:28', 1, '2024-06-20 23:10:40.608', '代码生成菜单', 'gen');
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (105, '字典管理', 1, 6, '/system/dict', 'system/dict/index', '', '0', '1', 'C', '1', '1', 'system:dict:list',
|
|
|
+ 'dict', 1, 1, '2023-06-03 21:32:28', 1, '2024-06-20 23:09:49.77', '字典管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (500, '操作日志', 108, 1, '/monitor/operlog', 'monitor/operlog/index', '', '0', '1', 'C', '1', '1',
|
|
|
+ 'monitor:operlog:list', 'logininfor', 1, 1, '2023-06-03 21:32:29', 1, '2024-06-20 23:10:59.271', '操作日志菜单',
|
|
|
+ NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (104, '岗位管理', 1, 5, '/system/post', 'system/post/index', '', '0', '1', 'C', '1', '1', 'system:post:list',
|
|
|
+ 'Connection', 1, 1, '2023-06-03 21:32:28', 1, '2024-06-20 23:09:27.49', '岗位管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (108, '日志管理', 1, 9, 'log', '', '', '0', '1', 'M', '1', '1', '', 'log', 1, 1, '2023-06-03 21:32:28', 1,
|
|
|
+ '2024-06-20 23:09:58.829', '日志管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (501, '登录日志', 108, 2, '/monitor/logininfor', 'monitor/logininfor/index', '', '0', '1', 'C', '1', '1',
|
|
|
+ 'monitor:logininfor:list', 'logininfor', 1, 1, '2023-06-03 21:32:29', 1, '2024-06-20 23:11:12.076',
|
|
|
+ '登录日志菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (118, '文件管理', 1, 10, '/system/oss', 'system/oss/index', '', '0', '1', 'C', '1', '1', 'system:oss:list',
|
|
|
+ 'Files', 1, 1, '2023-12-03 08:46:11', 1, '2024-06-20 23:10:13.192', '文件管理菜单', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053900, '系统配置', 1, 11, '/system/config', 'system/config/index', NULL, '0', '1', 'C', '1', '1',
|
|
|
+ 'system:config:list', 'system', 5, 1, '2024-06-24 14:06:29.531', 1, '2024-06-25 22:46:45.372', '参数配置菜单',
|
|
|
+ 'config');
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053901, '系统配置查询', 2024062414053900, 1, '', '', NULL, '0', '1', 'F', '1', '1',
|
|
|
+ 'system:config:query', '', 0, 1, '2024-06-24 14:06:29.547', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053902, '系统配置新增', 2024062414053900, 2, '', '', NULL, '0', '1', 'F', '1', '1',
|
|
|
+ 'system:config:add', '', 0, 1, '2024-06-24 14:06:29.563', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053903, '系统配置修改', 2024062414053900, 3, '', '', NULL, '0', '1', 'F', '1', '1',
|
|
|
+ 'system:config:edit', '', 0, 1, '2024-06-24 14:06:29.579', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053904, '系统配置删除', 2024062414053900, 4, '', '', NULL, '0', '1', 'F', '1', '1',
|
|
|
+ 'system:config:remove', '', 0, 1, '2024-06-24 14:06:29.594', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (2024062414053905, '系统配置导出', 2024062414053900, 5, '', '', NULL, '0', '1', 'F', '1', '1',
|
|
|
+ 'system:config:export', '', 0, 1, '2024-06-24 14:06:29.61', 1, NULL, '', NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (165584491999055872, '系统监控', 0, 30, 'monitor', NULL, NULL, '0', NULL, 'M', '1', '1', NULL, 'monitor', 0, 1,
|
|
|
+ '2024-07-02 11:14:39.303', 1, '2024-07-02 11:14:39.303', NULL, NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (165640125234753536, '任务调度', 165584491999055872, 10, '/monitor/powerjob', 'monitor/powerjob/index', NULL,
|
|
|
+ '0', '1', 'C', '1', '1', NULL, 'job', 0, 1, '2024-07-02 14:55:43.3', 1, '2024-07-02 14:55:43.3', NULL, NULL);
|
|
|
+INSERT INTO sys_menu (menu_id, menu_name, parent_id, order_num, path, component, query_param, is_frame, is_cache,
|
|
|
+ menu_type, visible, status, perms, icon, version, create_by, create_time, update_by, update_time,
|
|
|
+ remark, component_name)
|
|
|
+VALUES (165640396031602688, '服务监控', 165584491999055872, 20, '/monitor/admin', 'monitor/admin/index', NULL, '0', '1',
|
|
|
+ 'C', '1', '1', NULL, 'server', 0, 1, '2024-07-02 14:56:47.863', 1, '2024-07-02 14:56:47.863', NULL, NULL);
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_oss_config (oss_config_id, tenant_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint,
|
|
|
+ domain_name, is_https, region, access_policy, status, ext1, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (1, 0, 'minio', 'rzbRpmQLtD49FRwDU0kW', '3EcOTTxS9btVQlt9pXFAsM3p7E557B5kqn0aNKbx', 'eco-bucket', '',
|
|
|
+ '127.0.0.1:9000', '', 'N', '', '1', '1', '', 3, 1, '2023-11-30 11:54:13', 1, '2024-06-25 18:53:12.414', NULL);
|
|
|
+INSERT INTO sys_oss_config (oss_config_id, tenant_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint,
|
|
|
+ domain_name, is_https, region, access_policy, status, ext1, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (2, 0, 'qiniu', 'eco-qiniu', 'eco-qiniu', 'eco-bucket', '', 's3-cn-north-1.qiniucs.com', '', 'N', '', '1', '0',
|
|
|
+ '', 6, 1, '2023-11-30 11:54:13', 1, '2024-06-28 15:43:47.324', NULL);
|
|
|
+INSERT INTO sys_oss_config (oss_config_id, tenant_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint,
|
|
|
+ domain_name, is_https, region, access_policy, status, ext1, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (3, 0, 'aliyun', 'eco-aliyun', 'eco-aliyun', 'eco-bucket', '', 'oss-cn-beijing.aliyuncs.com', '', 'N', '', '1',
|
|
|
+ '0', '', 2, 1, '2023-11-30 11:54:13', 1, '2024-06-24 17:56:15.621', NULL);
|
|
|
+INSERT INTO sys_oss_config (oss_config_id, tenant_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint,
|
|
|
+ domain_name, is_https, region, access_policy, status, ext1, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (4, 0, 'qcloud', 'eco-qcloud', 'eco-qcloud', 'eco-bucket', '', 'cos.ap-beijing.myqcloud.com', '', 'N', '', '1',
|
|
|
+ '0', '', 2, 1, '2023-11-30 11:54:13', 1, '2024-06-24 17:56:28.199', NULL);
|
|
|
+INSERT INTO sys_oss_config (oss_config_id, tenant_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint,
|
|
|
+ domain_name, is_https, region, access_policy, status, ext1, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (5, 0, 'local', 'eco-local', 'eco-local', 'eco-bucket', '', 'localhost', '', 'N', '', '1', '0', '', 8, 1,
|
|
|
+ '2024-06-25 15:35:13', 1, '2024-06-26 11:07:04.099', '');
|
|
|
+
|
|
|
+INSERT INTO sys_post (post_id, tenant_id, post_code, post_name, post_sort, status, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (1, 0, 'ceo', '董事长', 1, '1', 0, 1, '2023-06-03 21:32:28', 1, '2023-09-02 15:43:55', '');
|
|
|
+INSERT INTO sys_post (post_id, tenant_id, post_code, post_name, post_sort, status, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (2, 0, 'se', '项目经理', 2, '1', 0, 1, '2023-06-03 21:32:28', 1, NULL, '');
|
|
|
+INSERT INTO sys_post (post_id, tenant_id, post_code, post_name, post_sort, status, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (3, 0, 'hr', '人力资源', 3, '1', 0, 1, '2023-06-03 21:32:28', 1, NULL, '');
|
|
|
+INSERT INTO sys_post (post_id, tenant_id, post_code, post_name, post_sort, status, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (4, 0, 'users', '普通员工', 4, '1', 0, 1, '2023-06-03 21:32:28', 1, '2023-07-13 21:30:24', '');
|
|
|
+INSERT INTO sys_post (post_id, tenant_id, post_code, post_name, post_sort, status, version, create_by, create_time,
|
|
|
+ update_by, update_time, remark)
|
|
|
+VALUES (5, 0, 'deptLeader', '部门管理岗', 5, '1', 0, 1, '2023-10-01 10:33:39', 1, '2023-10-01 10:33:39',
|
|
|
+ '部门负责人岗位');
|
|
|
+
|
|
|
+INSERT INTO sys_role (role_id, tenant_id, role_name, role_key, role_sort, data_scope, menu_check_strictly,
|
|
|
+ dept_check_strictly, status, version, del_flag, create_by, create_time, update_by, update_time,
|
|
|
+ remark)
|
|
|
+VALUES (1, 0, '超级管理员角色', 'superAdmin', 1, '1', true, true, '1', 0, 0, 1, '2023-06-03 21:32:28', 1, NULL,
|
|
|
+ '超级管理员');
|
|
|
+INSERT INTO sys_role (role_id, tenant_id, role_name, role_key, role_sort, data_scope, menu_check_strictly,
|
|
|
+ dept_check_strictly, status, version, del_flag, create_by, create_time, update_by, update_time,
|
|
|
+ remark)
|
|
|
+VALUES (165323792564117504, 0, 'redst', 'erer', 1, '1', true, true, '1', 3, 0, 1, '2024-07-01 17:58:43.716', 1,
|
|
|
+ '2024-07-01 18:07:56.137', NULL);
|
|
|
+
|
|
|
+INSERT INTO sys_tenant (tenant_id, contact_user_name, contact_phone, company_name, license_number, address, intro,
|
|
|
+ domain, remark, package_id, expire_time, account_count, status, version, del_flag, create_by,
|
|
|
+ create_time, update_by, update_time)
|
|
|
+VALUES (0, '联系人', '18888888888', 'eco', NULL, NULL, '多租户通用后台管理管理系统', NULL, NULL, NULL, NULL, -1, '1', 0,
|
|
|
+ 0, 1, '2023-08-13 08:08:08', NULL, NULL);
|
|
|
+
|
|
|
+
|
|
|
+INSERT INTO sys_user (user_id, tenant_id, dept_id, user_name, nick_name, user_type, email, phonenumber, gender, avatar,
|
|
|
+ password, status, version, del_flag, login_ip, login_date, create_by, create_time, update_by,
|
|
|
+ update_time, remark)
|
|
|
+VALUES (1, 0, 1, 'superadmin', '超级管理员', 'sys_user', 'eco@eco.com', '15888888888', '1', NULL,
|
|
|
+ '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '1', 0, 0, '0:0:0:0:0:0:0:1',
|
|
|
+ '2023-12-18 10:57:01', 1, '2023-06-03 21:32:28', 1, '2023-12-18 10:57:01', '管理员');
|
|
|
+
|