Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
06145622
提交
06145622
authored
9月 01, 2021
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor:增加管理员菜单权限
上级
93e40832
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
69 行增加
和
0 行删除
+69
-0
V25__add_auth.sql
backend/src/main/resources/db/migration/V25__add_auth.sql
+69
-0
没有找到文件。
backend/src/main/resources/db/migration/V25__add_auth.sql
浏览文件 @
06145622
...
...
@@ -383,3 +383,72 @@ INSERT INTO `sys_auth_detail` (`id`, `auth_id`, `privilege_name`, `privilege_typ
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dc1d32ff-064a-11ec-a2b0-0242ac130003'
,
'd78c6e77-9cc7-44f8-a730-32ca6ca33f60'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1629967913000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dc1d3358-064a-11ec-a2b0-0242ac130003'
,
'd78c6e77-9cc7-44f8-a730-32ca6ca33f60'
,
'i18n_auth_manage'
,
5
,
0
,
'manage'
,
'基础权限-管理'
,
'admin'
,
1629967913000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dc1d33a4-064a-11ec-a2b0-0242ac130003'
,
'd78c6e77-9cc7-44f8-a730-32ca6ca33f60'
,
'i18n_auth_view'
,
1
,
1
,
'view'
,
'基础权限-查看'
,
'admin'
,
1629967913000
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'00590a7c-8e7b-45f4-8428-55532be07602'
,
'10'
,
'menu'
,
'1'
,
'role'
,
1630482462199
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'06ba0edb-143d-4b51-a864-8cfcf2b5d71e'
,
'1'
,
'menu'
,
'1'
,
'role'
,
1630482426344
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'1a18aa12-8daa-4f47-b5eb-999e473273df'
,
'6'
,
'menu'
,
'1'
,
'role'
,
1630482450994
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'1bf39d8d-7fe9-4832-8df3-f74b21a69288'
,
'4'
,
'menu'
,
'1'
,
'role'
,
1630482450458
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'359771bb-95b8-40ad-a6c5-b5c39c93cb10'
,
'24'
,
'menu'
,
'1'
,
'role'
,
1630482459156
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'5960fd93-013c-4636-8f6b-2e6b49b7e869'
,
'5'
,
'menu'
,
'1'
,
'role'
,
1630482450626
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'5e0a9ad5-81ed-4f83-91f6-a74be724bda7'
,
'23'
,
'menu'
,
'1'
,
'role'
,
1630482452131
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'5ec5c9a7-04c0-4655-9b63-9ca5a439e2f3'
,
'18'
,
'menu'
,
'1'
,
'role'
,
1630482451166
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'60b3644b-2493-4805-8204-90880cfac9c6'
,
'8'
,
'menu'
,
'1'
,
'role'
,
1630482460538
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'74ff225f-2a79-4221-9b32-c6eb9bcadd61'
,
'19'
,
'menu'
,
'1'
,
'role'
,
1630482451329
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'7823499e-dbb6-42a9-a28f-22377de18a39'
,
'40'
,
'menu'
,
'1'
,
'role'
,
1630482427369
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'88c778e6-ede3-4397-af4c-375e1feac8ef'
,
'41'
,
'menu'
,
'1'
,
'role'
,
1630482452340
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'998e402b-6f15-48dc-ae4d-2cd04460a3f3'
,
'15'
,
'menu'
,
'1'
,
'role'
,
1630482426695
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'9f01c7ef-753b-4dea-97d4-c199f84c2c74'
,
'17'
,
'menu'
,
'1'
,
'role'
,
1630482427049
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'a6837d68-80a6-4a26-a7c0-e84001dfc817'
,
'34'
,
'menu'
,
'1'
,
'role'
,
1630482458991
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'b319dc39-c499-423b-8e99-22e9a0caba6f'
,
'58'
,
'menu'
,
'1'
,
'role'
,
1630482427545
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'bdd3bed8-35d4-4aa8-84c2-85e2412d6cbb'
,
'2'
,
'menu'
,
'1'
,
'role'
,
1630482426513
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'c18b47e9-aa22-4f17-b12c-a3459ca4dd90'
,
'28'
,
'menu'
,
'1'
,
'role'
,
1630482427208
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'd3d558e5-b0b1-4475-bb69-f20fa5c47f4f'
,
'22'
,
'menu'
,
'1'
,
'role'
,
1630482451962
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'd400c00f-9c18-4eb6-a70f-9c8caf8dddfe'
,
'21'
,
'menu'
,
'1'
,
'role'
,
1630482451749
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'd8d18115-c7b9-4e99-96a8-fd1bbfddf543'
,
'16'
,
'menu'
,
'1'
,
'role'
,
1630482426857
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth`
(
`id`
,
`auth_source`
,
`auth_source_type`
,
`auth_target`
,
`auth_target_type`
,
`auth_time`
,
`auth_details`
,
`auth_user`
,
`update_time`
)
VALUES
(
'f17dc7f3-c97a-41b4-a2f4-1a04a857ae8a'
,
'20'
,
'menu'
,
'1'
,
'role'
,
1630482451497
,
NULL
,
'admin'
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf3c570c-0af8-11ec-a2b0-0242ac130003'
,
'06ba0edb-143d-4b51-a864-8cfcf2b5d71e'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482428000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf3c59d1-0af8-11ec-a2b0-0242ac130003'
,
'06ba0edb-143d-4b51-a864-8cfcf2b5d71e'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482428000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf573296-0af8-11ec-a2b0-0242ac130003'
,
'bdd3bed8-35d4-4aa8-84c2-85e2412d6cbb'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482428000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf57354a-0af8-11ec-a2b0-0242ac130003'
,
'bdd3bed8-35d4-4aa8-84c2-85e2412d6cbb'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482428000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf705f77-0af8-11ec-a2b0-0242ac130003'
,
'998e402b-6f15-48dc-ae4d-2cd04460a3f3'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf7061d1-0af8-11ec-a2b0-0242ac130003'
,
'998e402b-6f15-48dc-ae4d-2cd04460a3f3'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf8b490d-0af8-11ec-a2b0-0242ac130003'
,
'd8d18115-c7b9-4e99-96a8-fd1bbfddf543'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cf8b4b35-0af8-11ec-a2b0-0242ac130003'
,
'd8d18115-c7b9-4e99-96a8-fd1bbfddf543'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfa66a8d-0af8-11ec-a2b0-0242ac130003'
,
'9f01c7ef-753b-4dea-97d4-c199f84c2c74'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfa66ca4-0af8-11ec-a2b0-0242ac130003'
,
'9f01c7ef-753b-4dea-97d4-c199f84c2c74'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfbf0608-0af8-11ec-a2b0-0242ac130003'
,
'c18b47e9-aa22-4f17-b12c-a3459ca4dd90'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfbf0839-0af8-11ec-a2b0-0242ac130003'
,
'c18b47e9-aa22-4f17-b12c-a3459ca4dd90'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfd814bc-0af8-11ec-a2b0-0242ac130003'
,
'7823499e-dbb6-42a9-a28f-22377de18a39'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cfd816d7-0af8-11ec-a2b0-0242ac130003'
,
'7823499e-dbb6-42a9-a28f-22377de18a39'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cff28219-0af8-11ec-a2b0-0242ac130003'
,
'b319dc39-c499-423b-8e99-22e9a0caba6f'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'cff28507-0af8-11ec-a2b0-0242ac130003'
,
'b319dc39-c499-423b-8e99-22e9a0caba6f'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482429000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dd9ba5c6-0af8-11ec-a2b0-0242ac130003'
,
'1bf39d8d-7fe9-4832-8df3-f74b21a69288'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482452000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dd9ba7e8-0af8-11ec-a2b0-0242ac130003'
,
'1bf39d8d-7fe9-4832-8df3-f74b21a69288'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482452000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'ddb3094b-0af8-11ec-a2b0-0242ac130003'
,
'5960fd93-013c-4636-8f6b-2e6b49b7e869'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482452000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'ddb30bd2-0af8-11ec-a2b0-0242ac130003'
,
'5960fd93-013c-4636-8f6b-2e6b49b7e869'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482452000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'ddec6eab-0af8-11ec-a2b0-0242ac130003'
,
'1a18aa12-8daa-4f47-b5eb-999e473273df'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'ddeccfa8-0af8-11ec-a2b0-0242ac130003'
,
'1a18aa12-8daa-4f47-b5eb-999e473273df'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de0719cb-0af8-11ec-a2b0-0242ac130003'
,
'5ec5c9a7-04c0-4655-9b63-9ca5a439e2f3'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de071bd9-0af8-11ec-a2b0-0242ac130003'
,
'5ec5c9a7-04c0-4655-9b63-9ca5a439e2f3'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de202758-0af8-11ec-a2b0-0242ac130003'
,
'74ff225f-2a79-4221-9b32-c6eb9bcadd61'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de202961-0af8-11ec-a2b0-0242ac130003'
,
'74ff225f-2a79-4221-9b32-c6eb9bcadd61'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de42f5ec-0af8-11ec-a2b0-0242ac130003'
,
'f17dc7f3-c97a-41b4-a2f4-1a04a857ae8a'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de42f8b4-0af8-11ec-a2b0-0242ac130003'
,
'f17dc7f3-c97a-41b4-a2f4-1a04a857ae8a'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482453000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de65f6d9-0af8-11ec-a2b0-0242ac130003'
,
'd400c00f-9c18-4eb6-a70f-9c8caf8dddfe'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de65fa72-0af8-11ec-a2b0-0242ac130003'
,
'd400c00f-9c18-4eb6-a70f-9c8caf8dddfe'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de80ddc9-0af8-11ec-a2b0-0242ac130003'
,
'd3d558e5-b0b1-4475-bb69-f20fa5c47f4f'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de80e001-0af8-11ec-a2b0-0242ac130003'
,
'd3d558e5-b0b1-4475-bb69-f20fa5c47f4f'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de9f30cd-0af8-11ec-a2b0-0242ac130003'
,
'5e0a9ad5-81ed-4f83-91f6-a74be724bda7'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'de9f32d3-0af8-11ec-a2b0-0242ac130003'
,
'5e0a9ad5-81ed-4f83-91f6-a74be724bda7'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dec15e1b-0af8-11ec-a2b0-0242ac130003'
,
'88c778e6-ede3-4397-af4c-375e1feac8ef'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'dec16031-0af8-11ec-a2b0-0242ac130003'
,
'88c778e6-ede3-4397-af4c-375e1feac8ef'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482454000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e2b029b9-0af8-11ec-a2b0-0242ac130003'
,
'a6837d68-80a6-4a26-a7c0-e84001dfc817'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482461000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e2b02bcb-0af8-11ec-a2b0-0242ac130003'
,
'a6837d68-80a6-4a26-a7c0-e84001dfc817'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482461000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e2c9aba7-0af8-11ec-a2b0-0242ac130003'
,
'359771bb-95b8-40ad-a6c5-b5c39c93cb10'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482461000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e2c9adc8-0af8-11ec-a2b0-0242ac130003'
,
'359771bb-95b8-40ad-a6c5-b5c39c93cb10'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482461000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e39cb3fe-0af8-11ec-a2b0-0242ac130003'
,
'60b3644b-2493-4805-8204-90880cfac9c6'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482462000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e39cb619-0af8-11ec-a2b0-0242ac130003'
,
'60b3644b-2493-4805-8204-90880cfac9c6'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482462000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e49bef48-0af8-11ec-a2b0-0242ac130003'
,
'00590a7c-8e7b-45f4-8428-55532be07602'
,
'i18n_auth_grant'
,
15
,
0
,
'grant'
,
'基础权限-授权'
,
'admin'
,
1630482464000
,
NULL
);
INSERT
INTO
`sys_auth_detail`
(
`id`
,
`auth_id`
,
`privilege_name`
,
`privilege_type`
,
`privilege_value`
,
`privilege_extend`
,
`remark`
,
`create_user`
,
`create_time`
,
`update_time`
)
VALUES
(
'e49bf17e-0af8-11ec-a2b0-0242ac130003'
,
'00590a7c-8e7b-45f4-8428-55532be07602'
,
'i18n_auth_use'
,
1
,
1
,
'use'
,
'基础权限-使用'
,
'admin'
,
1630482464000
,
NULL
);
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论