From 6e72ddd18dcad630ffa1401fad5fd708b32d0090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sat, 22 Nov 2025 11:39:54 +0800 Subject: [PATCH 1/7] =?UTF-8?q?[=E5=8D=87=E7=BA=A7]=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=20JDK=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E4=B8=BA=2025?= =?UTF-8?q?=EF=BC=8C=E4=B8=BA=204.0.X=20=E7=89=88=E6=9C=AC=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E5=81=9A=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configurations/docker/context/development/Dockerfile | 2 +- configurations/docker/context/development/Dockerfile-Monitor | 2 +- configurations/docker/context/production/Dockerfile | 2 +- configurations/docker/context/production/Dockerfile-Monitor | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configurations/docker/context/development/Dockerfile b/configurations/docker/context/development/Dockerfile index af33681b..338a98b7 100644 --- a/configurations/docker/context/development/Dockerfile +++ b/configurations/docker/context/development/Dockerfile @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-15-cds +FROM quay.io/herodotus-cloud/liberica-openjre-debian:25.0.1-11-cds # 作者 LABEL maintainer="herodotus@aliyun.com" diff --git a/configurations/docker/context/development/Dockerfile-Monitor b/configurations/docker/context/development/Dockerfile-Monitor index 5604e5b2..f0308f68 100644 --- a/configurations/docker/context/development/Dockerfile-Monitor +++ b/configurations/docker/context/development/Dockerfile-Monitor @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-15-cds +FROM quay.io/herodotus-cloud/liberica-openjre-debian:25.0.1-11-cds #FROM openjdk:17-jdk # 作者 LABEL maintainer="herodotus@aliyun.com" diff --git a/configurations/docker/context/production/Dockerfile b/configurations/docker/context/production/Dockerfile index 8c6922d1..19134da2 100644 --- a/configurations/docker/context/production/Dockerfile +++ b/configurations/docker/context/production/Dockerfile @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-15-cds +FROM quay.io/herodotus-cloud/liberica-openjre-debian:25.0.1-11-cds # 作者 LABEL maintainer="herodotus@aliyun.com" diff --git a/configurations/docker/context/production/Dockerfile-Monitor b/configurations/docker/context/production/Dockerfile-Monitor index 5604e5b2..f0308f68 100644 --- a/configurations/docker/context/production/Dockerfile-Monitor +++ b/configurations/docker/context/production/Dockerfile-Monitor @@ -9,7 +9,7 @@ ### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。 ### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。 -FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-15-cds +FROM quay.io/herodotus-cloud/liberica-openjre-debian:25.0.1-11-cds #FROM openjdk:17-jdk # 作者 LABEL maintainer="herodotus@aliyun.com" diff --git a/pom.xml b/pom.xml index 6c1ea646..ab020f35 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ - 17 + 25 @ ${java.version} ${java.version} -- Gitee From 6c8725aac700e8aff6b98456f2afc3ff8c0a3186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sat, 22 Nov 2025 17:53:49 +0800 Subject: [PATCH 2/7] =?UTF-8?q?[=E9=87=8D=E6=9E=84]=20=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E4=B8=8D=E5=86=8D=E4=BD=BF=E7=94=A8=20Dante?= =?UTF-8?q?=20OSS=EF=BC=8C=E5=8F=98=E6=9B=B4=E4=B8=BA=E5=9F=BA=E4=BA=8E=20?= =?UTF-8?q?AWS=20V2=20=E7=9A=84=E5=86=85=E7=BD=AE=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dependencies/pom.xml | 7 ------- modules/dante-monomer-autoconfigure/pom.xml | 2 +- services/dante-cloud-oss-ability/pom.xml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/dependencies/pom.xml b/dependencies/pom.xml index db7ebb06..c15a325a 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -71,13 +71,6 @@ - - cn.herodotus.oss - oss-bom - ${dante-oss-bom.version} - pom - import - org.dromara.dante diff --git a/modules/dante-monomer-autoconfigure/pom.xml b/modules/dante-monomer-autoconfigure/pom.xml index 6333749c..6dad246b 100644 --- a/modules/dante-monomer-autoconfigure/pom.xml +++ b/modules/dante-monomer-autoconfigure/pom.xml @@ -49,7 +49,7 @@ - cn.herodotus.oss + cn.herodotus.engine oss-spring-boot-starter diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 939e4eae..508f7e25 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -42,7 +42,7 @@ authorization-servlet-spring-boot-starter - cn.herodotus.oss + cn.herodotus.engine oss-spring-boot-starter -- Gitee From d8d0b4bfe45eadbf0c9f09869692371d415b2a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sat, 22 Nov 2025 18:58:19 +0800 Subject: [PATCH 3/7] =?UTF-8?q?[=E9=87=8D=E6=9E=84]=20=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=85=83=E7=B4=A0=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=A4=9A=E7=A7=8D=E5=88=86=E7=B1=BB=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=BB=A5=E9=80=82=E5=BA=94=E4=B8=8D=E5=90=8C=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E5=92=8C=E5=AE=A2=E6=88=B7=E7=AB=AF=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/sqls/oss-data-mysql.sql | 135 ++++++++---------- .../resources/sqls/oss-data-postgresql.sql | 135 ++++++++---------- .../main/resources/sqls/oss-data-mysql.sql | 134 ++++++++--------- .../resources/sqls/oss-data-postgresql.sql | 134 ++++++++--------- 4 files changed, 234 insertions(+), 304 deletions(-) diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql index 4260558c..32260c42 100644 --- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql +++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql @@ -176,63 +176,64 @@ INSERT INTO `sys_default_role` (`default_id`, `create_time`, `ranking`, `update_ -- ---------------------------- -- Table data for sys_element -- ---------------------------- -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', NULL, '2022-07-16 21:43:14.156', 3, NULL, '2022-07-16 21:43:14', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-lock-pattern', b'0', NULL, b'1', NULL, '/security', '/security/user', '用户安全管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', NULL, '2022-07-16 22:49:43.981', 1, NULL, '2022-07-16 22:49:43', NULL, b'1', 0, 0, 'views/pages/authorize/application/Index.vue', b'0', b'1', b'1', 'mdi-apps', b'0', 'OAuth2Application', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', NULL, '2022-07-16 21:59:25.943', 1, NULL, '2022-07-16 21:59:25', NULL, b'1', 0, 0, 'views/pages/security/user/Index.vue', b'0', b'1', b'1', 'mdi-badge-account-horizontal', b'0', 'SysUser', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', NULL, '2022-07-16 22:45:57.764', 4, NULL, '2022-07-16 22:45:57', NULL, b'1', 0, 0, 'views/pages/hr/ownership/Index.vue', b'0', b'1', b'1', 'mdi-account-switch', b'0', 'SysOwnership', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', NULL, '2022-07-16 22:06:02.03', 0, NULL, '2022-07-16 22:06:02', NULL, b'1', 0, 0, 'views/pages/security/user/Authorize.vue', b'1', b'0', b'0', 'mdi-badge-account-alert', b'0', 'SysUserAuthorize', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', NULL, '2022-07-16 22:43:51.89', 3, NULL, '2022-07-16 22:43:51.89', NULL, b'1', 0, 0, 'views/pages/hr/employee/Index.vue', b'0', b'1', b'1', 'mdi-card-account-details-star', b'0', 'SysEmployee', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', NULL, '2022-07-16 22:30:40.258', 6, NULL, '2022-07-16 22:30:40.258', NULL, b'1', 0, 0, 'views/pages/security/element/Index.vue', b'0', b'1', b'1', 'mdi-clipboard-text', b'0', 'SysElement', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', NULL, '2022-07-16 22:57:21.513', 4, NULL, '2022-07-16 22:57:21', NULL, b'1', 0, 0, 'views/pages/authorize/compliance/Index.vue', b'0', b'0', b'0', 'mdi-receipt-text-check', b'0', 'OAuth2Compliance', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', NULL, '2022-07-16 22:53:22.541', 2, NULL, '2022-07-16 22:53:22', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Index.vue', b'0', b'1', b'1', 'mdi-group', b'0', 'OAuth2Scope', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', NULL, '2022-07-16 22:51:04.542', 0, NULL, '2022-07-16 22:51:04', NULL, b'1', 0, 0, 'views/pages/authorize/application/Content.vue', b'1', b'0', b'0', 'mdi-application-edit', b'0', 'OAuth2ApplicationContent', b'1', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', NULL, '2022-07-16 22:37:29.561', 1, NULL, '2022-07-16 22:37:29', NULL, b'1', 0, 0, 'views/pages/hr/organization/Index.vue', b'0', b'1', b'1', 'mdi-bank-outline', b'0', 'SysOrganization', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', NULL, '2022-07-16 22:56:24.016', 3, NULL, '2022-07-16 22:56:24', NULL, b'1', 0, 0, 'views/pages/authorize/token/Index.vue', b'0', b'0', b'0', 'mdi-sitemap', b'0', 'OAuth2Token', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', NULL, '2022-07-16 22:54:31.827', 0, NULL, '2022-07-16 22:54:31', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Content.vue', b'1', b'0', b'0', 'mdi-vector-link', b'0', 'OAuth2ScopeContent', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', NULL, '2022-07-16 22:42:31.936', 0, NULL, '2022-07-16 22:42:31', NULL, b'1', 0, 0, 'views/pages/hr/department/Content.vue', b'1', b'0', b'0', 'mdi-home-edit', b'0', 'SysDepartmentContent', b'1', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('ddc98314-5b84-4471-9dd1-733103321504', NULL, '2022-07-16 22:44:37.69', 0, NULL, '2022-07-16 22:44:37', NULL, b'1', 0, 0, 'views/pages/hr/employee/Content.vue', b'1', b'0', b'0', 'mdi-card-account-details', b'0', 'SysEmployeeContent', b'1', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', NULL, '2022-07-16 22:38:38.018', 0, NULL, '2022-07-16 22:38:38', NULL, b'1', 0, 0, 'views/pages/hr/organization/Content.vue', b'1', b'0', b'0', 'mdi-bank-check', b'0', 'SysOrganizationContent', b'1', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', NULL, '2022-07-16 22:02:28.563', 0, NULL, '2022-07-16 22:02:28', NULL, b'1', 0, 0, 'views/pages/security/user/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-account', b'0', 'SysUserContent', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', NULL, '2022-07-16 22:27:41.408', 0, NULL, '2022-07-16 22:27:41', NULL, b'1', 0, 0, 'views/pages/security/default-role/Authorize.vue', b'1', b'0', b'0', 'mdi-lock-open-check', b'0', 'SysDefaultRoleAuthorize', b'1', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', NULL, '2022-07-16 22:31:57.556', 0, NULL, '2022-07-16 22:31:57', NULL, b'1', 0, 0, 'views/pages/security/element/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-text-multiple', b'0', 'SysElementContent', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', NULL, '2022-07-16 22:23:59.842', 0, NULL, '2022-07-16 22:23:59', NULL, b'1', 0, 0, 'views/pages/security/role/Authorize.vue', b'1', b'0', b'0', 'mdi-shield-key', b'0', 'SysRoleAuthorize', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', NULL, '2022-07-16 22:22:48.381', 0, NULL, '2022-07-16 22:22:48', NULL, b'1', 0, 0, 'views/pages/security/role/Content.vue', b'1', b'0', b'0', 'mdi-shield-edit', b'0', 'SysRoleContent', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', NULL, '2022-07-16 22:32:45.894', 0, NULL, '2022-07-16 22:32:45', NULL, b'1', 0, 0, 'views/pages/security/element/Authorize.vue', b'1', b'0', b'0', 'mdi-sort-variant-lock', b'0', 'SysElementAuthorize', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', NULL, '2022-07-16 22:48:29.733', 2, NULL, '2022-07-16 22:48:29', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-security', b'0', NULL, b'1', NULL, '/authorize', '/authorize/application', '平台认证管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('c21db958-7eab-4dbc-8061-966294684219', NULL, '2022-07-16 22:58:47.236', 1, NULL, '2022-07-16 22:58:47.236', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-view-dashboard', b'0', NULL, b'1', NULL, '/dashboard', '/dashboard/console', 'Dashboard', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', NULL, '2022-07-16 22:36:31.755', 4, NULL, '2022-07-16 22:36:31.755', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-account-tie', b'0', NULL, b'1', NULL, '/hr', '/hr/organization', '人力资源管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', NULL, '2022-07-16 22:55:21.043', 0, NULL, '2022-07-16 22:55:21', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Authorize.vue', b'1', b'0', b'0', 'mdi-vector-intersection', b'0', 'OAuth2ScopeAuthorize', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', NULL, '2022-07-16 22:46:59.014', 0, NULL, '2022-07-16 22:46:59', NULL, b'1', 0, 0, 'views/pages/hr/ownership/Content.vue', b'1', b'0', b'0', 'mdi-account-multiple-check-outline', b'0', 'SysOwnershipContent', b'1', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', NULL, '2022-07-16 22:33:50.326', 4, NULL, '2022-07-16 22:33:50', NULL, b'1', 0, 0, 'views/pages/security/attribute/Index.vue', b'0', b'1', b'1', 'mdi-layers-triple', b'0', 'SysAttribute', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', NULL, '2022-07-16 22:34:37.542', 0, NULL, '2022-07-16 22:34:37', NULL, b'1', 0, 0, 'views/pages/security/attribute/Content.vue', b'1', b'0', b'0', 'mdi-layers', b'0', 'SysAttributeContent', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', NULL, '2022-07-19 16:19:19.649', 5, NULL, '2022-07-19 16:19:19.649', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-transit-connection-variant', b'0', NULL, b'1', NULL, '/workflow', '/workflow/deployment', '工作流程管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', NULL, '2022-07-17 15:18:48.564', 2, NULL, '2022-07-17 15:18:48', NULL, b'1', 0, 0, 'views/pages/hr/department/Index.vue', b'0', b'1', b'1', 'mdi-home', b'0', 'SysDepartment', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', NULL, '2022-07-16 22:07:42.186', 2, NULL, '2022-07-16 22:07:42', NULL, b'1', 0, 0, 'views/pages/security/role/Index.vue', b'0', b'1', b'1', 'mdi-shield-account', b'0', 'SysRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', NULL, '2022-07-19 16:21:00.126', 1, NULL, '2022-07-19 16:21:00', NULL, b'1', 0, 0, 'views/pages/workflow/deployment/Index.vue', b'0', b'1', b'1', 'mdi-cloud-braces', b'0', 'WorkflowDeployment', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', NULL, '2023-01-07 22:11:18.672', 2, NULL, '2023-01-07 22:11:18', NULL, b'1', 0, 0, 'views/pages/workflow/process-definition/Index.vue', b'0', b'1', b'1', 'mdi-xml', b'0', 'WorkflowProcessDefinition', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', NULL, '2023-01-08 15:02:04.837', 3, NULL, '2023-01-08 15:02:04', NULL, b'1', 0, 0, 'views/pages/workflow/process-instance/Index.vue', b'0', b'0', b'1', 'mdi-motion-play', b'0', 'WorkflowProcessInstance', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', NULL, '2022-07-16 22:59:57.497', 0, NULL, '2022-07-16 22:59:57', NULL, b'1', 0, 0, 'views/dashboard/console/Index.vue', b'0', b'0', b'0', 'mdi-sign-text', b'0', 'DashboardConsole', b'0', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', NULL, '2023-01-22 13:26:49.837', 2, NULL, '2023-01-22 13:26:49', NULL, b'1', 0, 0, 'views/dashboard/workbench/Index.vue', b'0', b'1', b'1', 'mdi-desktop-classic', b'0', 'DashboardWorkbench', b'1', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', NULL, '2023-01-19 21:53:08.863', 5, NULL, '2023-01-19 21:53:08', NULL, b'1', 0, 0, 'views/pages/workflow/dynamic-form/Index.vue', b'0', b'1', b'1', 'mdi-monitor-dashboard', b'0', 'WorkflowDynamicForm', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', NULL, '2023-02-15 20:46:09.353', 0, NULL, '2023-02-15 20:46:09', NULL, b'1', 0, 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', b'1', b'0', b'0', 'mdi-flag-plus', b'0', 'WorkflowProcessStart', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', NULL, '2023-02-27 17:22:39.682', 1, NULL, '2023-02-27 17:22:39', NULL, b'1', 0, 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', b'1', b'0', b'0', 'mdi-check-decagram', b'0', 'WorkflowProcessApprove', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', NULL, '2022-07-16 22:29:06.482', 3, NULL, '2022-07-16 22:29:06', NULL, b'1', 0, 0, 'views/pages/security/permission/Index.vue', b'0', b'1', b'1', 'mdi-shield-link-variant', b'0', 'SysPermission', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', NULL, '2023-03-12 15:49:12.236', 0, NULL, '2023-03-12 15:49:12.236', NULL, b'1', 0, 0, 'views/pages/security/permission/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-check-multiple', b'0', 'SysPermissionContent', b'1', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', NULL, '2023-03-12 16:02:52.003', 0, NULL, '2023-03-12 16:02:52.003', NULL, b'1', 0, 0, 'views/pages/security/attribute/Authorize.vue', b'1', b'0', b'0', 'mdi-layers-edit', b'0', 'SysAttributeAuthorize', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', NULL, '2023-03-31 14:24:55.765', 7, NULL, '2023-03-31 14:24:55.765', NULL, b'1', 0, 0, 'views/pages/security/tenant/Index.vue', b'0', b'1', b'1', 'mdi-database-plus', b'0', 'SysTenantDataSource', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', NULL, '2023-03-31 14:26:35.349', 0, NULL, '2023-03-31 14:26:35', NULL, b'1', 0, 0, 'views/pages/security/tenant/Content.vue', b'1', b'0', b'0', 'mdi-database-edit', b'0', 'SysTenantDataSourceContent', b'1', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', NULL, '2022-07-16 22:26:37.924', 5, NULL, '2022-07-16 22:26:37', NULL, b'1', 0, 0, 'views/pages/security/default-role/Index.vue', b'0', b'1', b'1', 'mdi-lock-open-alert', b'0', 'SysDefaultRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', NULL); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', 5, '2023-05-24 17:47:49.783', NULL, b'1', 0, 0, 'views/pages/authorize/product/Index.vue', b'0', b'1', b'1', 'mdi-folder-table', b'0', 'OAuth2Product', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', 1, '2023-05-24 17:47:55.885', NULL, b'1', 0, 0, 'views/pages/authorize/product/Content.vue', b'1', b'0', b'0', 'mdi-folder-text', b'0', 'OAuth2ProductContent', b'1', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', 6, '2023-05-24 17:50:31.431', NULL, b'1', 0, 0, 'views/pages/authorize/device/Index.vue', b'0', b'1', b'1', 'mdi-devices', b'0', 'OAuth2Device', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', 1, '2023-05-24 17:50:37.93', NULL, b'1', 0, 0, 'views/pages/authorize/device/Content.vue', b'1', b'0', b'0', 'mdi-lan-check', b'0', 'OAuth2DeviceContent', b'1', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', 'system', '2023-05-28 21:32:26.818', 8, 'system', '2023-05-28 21:37:08.235', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-cloud-upload', b'0', NULL, b'0', NULL, '/oss', '/oss/bucket', '对象存储管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', 'system', '2023-05-28 21:33:50.411', 1, 'system', '2023-05-28 21:37:15.403', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Index.vue', b'0', b'1', b'1', 'mdi-bucket', b'0', 'OssBucket', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', 'system', '2023-05-28 21:36:49.851', 0, 'system', '2023-05-28 21:37:26.726', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Content.vue', b'1', b'0', b'0', 'mdi-bucket-outline', b'0', 'OssBucketContent', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', 'system', '2023-05-31 23:07:27.146', 2, 'system', '2023-05-31 23:07:47.669', NULL, b'1', 0, 0, 'views/pages/oss/object/Index.vue', b'0', b'1', b'1', 'mdi-file-cabinet', b'0', 'OssObject', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', 'system', '2023-06-06 12:28:56.979', 2, 'system', '2023-06-06 12:29:07.842', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Authorize.vue', b'1', b'0', b'0', 'mdi-cog-outline', b'0', 'OssBucketAuthorize', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', 'system', '2023-06-12 22:12:44.386', 1, 'system', '2023-06-12 22:13:20.132', NULL, b'1', 0, 0, 'views/pages/oss/object/Authorize.vue', b'1', b'0', b'0', 'mdi-file-cog', b'0', 'OssObjectAuthorize', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', 'system', '2023-07-04 23:33:40.791', 1, 'system', '2023-07-04 23:34:57.979', NULL, b'1', 0, 0, 'views/pages/oss/object/Content.vue', b'1', b'0', b'0', 'mdi-folder-open', b'0', 'OssObjectContent', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', NULL); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '2022-07-16 21:43:14.156', '2022-07-16 21:43:14', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-lock-pattern', b'0', NULL, b'1', NULL, '/security', '/security/user', '用户安全管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', '2022-07-16 22:49:43.981', '2022-07-16 22:49:43', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/authorize/application/Index.vue', b'0', b'1', b'1', 'mdi-apps', b'0', 'OAuth2Application', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', '2022-07-16 21:59:25.943', '2022-07-16 21:59:25', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/security/user/Index.vue', b'0', b'1', b'1', 'mdi-badge-account-horizontal', b'0', 'SysUser', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', '2022-07-16 22:45:57.764', '2022-07-16 22:45:57', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/hr/ownership/Index.vue', b'0', b'1', b'1', 'mdi-account-switch', b'0', 'SysOwnership', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', '2022-07-16 22:06:02.03', '2022-07-16 22:06:02', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/user/Authorize.vue', b'1', b'0', b'0', 'mdi-badge-account-alert', b'0', 'SysUserAuthorize', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', '2022-07-16 22:43:51.89', '2022-07-16 22:43:51.89', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/hr/employee/Index.vue', b'0', b'1', b'1', 'mdi-card-account-details-star', b'0', 'SysEmployee', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', '2022-07-16 22:30:40.258', '2022-07-16 22:30:40.258', NULL, 0, NULL, NULL, 6, b'1', 0, 'views/pages/security/element/Index.vue', b'0', b'1', b'1', 'mdi-clipboard-text', b'0', 'SysElement', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', '2022-07-16 22:57:21.513', '2022-07-16 22:57:21', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/authorize/compliance/Index.vue', b'0', b'0', b'0', 'mdi-receipt-text-check', b'0', 'OAuth2Compliance', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', '2022-07-16 22:53:22.541', '2022-07-16 22:53:22', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/authorize/scope/Index.vue', b'0', b'1', b'1', 'mdi-group', b'0', 'OAuth2Scope', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', '2022-07-16 22:51:04.542', '2022-07-16 22:51:04', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/application/Content.vue', b'1', b'0', b'0', 'mdi-application-edit', b'0', 'OAuth2ApplicationContent', b'1', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', '2022-07-16 22:37:29.561', '2022-07-16 22:37:29', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/hr/organization/Index.vue', b'0', b'1', b'1', 'mdi-bank-outline', b'0', 'SysOrganization', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', '2022-07-16 22:56:24.016', '2022-07-16 22:56:24', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/authorize/token/Index.vue', b'0', b'0', b'0', 'mdi-sitemap', b'0', 'OAuth2Token', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', '2022-07-16 22:54:31.827', '2022-07-16 22:54:31', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/scope/Content.vue', b'1', b'0', b'0', 'mdi-vector-link', b'0', 'OAuth2ScopeContent', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', '2022-07-16 22:42:31.936', '2022-07-16 22:42:31', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/department/Content.vue', b'1', b'0', b'0', 'mdi-home-edit', b'0', 'SysDepartmentContent', b'1', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('ddc98314-5b84-4471-9dd1-733103321504', '2022-07-16 22:44:37.69', '2022-07-16 22:44:37', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/employee/Content.vue', b'1', b'0', b'0', 'mdi-card-account-details', b'0', 'SysEmployeeContent', b'1', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', '2022-07-16 22:38:38.018', '2022-07-16 22:38:38', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/organization/Content.vue', b'1', b'0', b'0', 'mdi-bank-check', b'0', 'SysOrganizationContent', b'1', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', '2022-07-16 22:02:28.563', '2022-07-16 22:02:28', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/user/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-account', b'0', 'SysUserContent', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', '2022-07-16 22:27:41.408', '2022-07-16 22:27:41', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/default-role/Authorize.vue', b'1', b'0', b'0', 'mdi-lock-open-check', b'0', 'SysDefaultRoleAuthorize', b'1', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', '2022-07-16 22:31:57.556', '2022-07-16 22:31:57', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/element/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-text-multiple', b'0', 'SysElementContent', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', '2022-07-16 22:23:59.842', '2022-07-16 22:23:59', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/role/Authorize.vue', b'1', b'0', b'0', 'mdi-shield-key', b'0', 'SysRoleAuthorize', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', '2022-07-16 22:22:48.381', '2022-07-16 22:22:48', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/role/Content.vue', b'1', b'0', b'0', 'mdi-shield-edit', b'0', 'SysRoleContent', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', '2022-07-16 22:32:45.894', '2022-07-16 22:32:45', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/element/Authorize.vue', b'1', b'0', b'0', 'mdi-sort-variant-lock', b'0', 'SysElementAuthorize', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '2022-07-16 22:48:29.733', '2022-07-16 22:48:29', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-security', b'0', NULL, b'1', NULL, '/authorize', '/authorize/application', '平台认证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('c21db958-7eab-4dbc-8061-966294684219', '2022-07-16 22:58:47.236', '2022-07-16 22:58:47.236', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-view-dashboard', b'0', NULL, b'1', NULL, '/dashboard', '/dashboard/console', 'Dashboard', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', '2022-07-16 22:36:31.755', '2022-07-16 22:36:31.755', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-account-tie', b'0', NULL, b'1', NULL, '/hr', '/hr/organization', '人力资源管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', '2022-07-16 22:55:21.043', '2022-07-16 22:55:21', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/scope/Authorize.vue', b'1', b'0', b'0', 'mdi-vector-intersection', b'0', 'OAuth2ScopeAuthorize', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', '2022-07-16 22:46:59.014', '2022-07-16 22:46:59', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/ownership/Content.vue', b'1', b'0', b'0', 'mdi-account-multiple-check-outline', b'0', 'SysOwnershipContent', b'1', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', '2022-07-16 22:33:50.326', '2022-07-16 22:33:50', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/security/attribute/Index.vue', b'0', b'1', b'1', 'mdi-layers-triple', b'0', 'SysAttribute', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', '2022-07-16 22:34:37.542', '2022-07-16 22:34:37', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/attribute/Content.vue', b'1', b'0', b'0', 'mdi-layers', b'0', 'SysAttributeContent', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', '2022-07-19 16:19:19.649', '2022-07-19 16:19:19.649', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-transit-connection-variant', b'0', NULL, b'1', NULL, '/workflow', '/workflow/deployment', '工作流程管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', '2022-07-17 15:18:48.564', '2022-07-17 15:18:48', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/hr/department/Index.vue', b'0', b'1', b'1', 'mdi-home', b'0', 'SysDepartment', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '2022-07-16 22:07:42.186', '2022-07-16 22:07:42', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/security/role/Index.vue', b'0', b'1', b'1', 'mdi-shield-account', b'0', 'SysRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', '2022-07-19 16:21:00.126', '2022-07-19 16:21:00', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/workflow/deployment/Index.vue', b'0', b'1', b'1', 'mdi-cloud-braces', b'0', 'WorkflowDeployment', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', '2023-01-07 22:11:18.672', '2023-01-07 22:11:18', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/workflow/process-definition/Index.vue', b'0', b'1', b'1', 'mdi-xml', b'0', 'WorkflowProcessDefinition', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', '2023-01-08 15:02:04.837', '2023-01-08 15:02:04', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/workflow/process-instance/Index.vue', b'0', b'0', b'1', 'mdi-motion-play', b'0', 'WorkflowProcessInstance', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', '2022-07-16 22:59:57.497', '2022-07-16 22:59:57', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/dashboard/console/Index.vue', b'0', b'0', b'0', 'mdi-sign-text', b'0', 'DashboardConsole', b'0', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '2023-01-22 13:26:49.837', '2023-01-22 13:26:49', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/dashboard/workbench/Index.vue', b'0', b'1', b'1', 'mdi-desktop-classic', b'0', 'DashboardWorkbench', b'1', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', '2023-01-19 21:53:08.863', '2023-01-19 21:53:08', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/pages/workflow/dynamic-form/Index.vue', b'0', b'1', b'1', 'mdi-monitor-dashboard', b'0', 'WorkflowDynamicForm', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', '2023-02-15 20:46:09.353', '2023-02-15 20:46:09', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', b'1', b'0', b'0', 'mdi-flag-plus', b'0', 'WorkflowProcessStart', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', '2023-02-27 17:22:39.682', '2023-02-27 17:22:39', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', b'1', b'0', b'0', 'mdi-check-decagram', b'0', 'WorkflowProcessApprove', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', '2022-07-16 22:29:06.482', '2022-07-16 22:29:06', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/security/permission/Index.vue', b'0', b'1', b'1', 'mdi-shield-link-variant', b'0', 'SysPermission', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', '2023-03-12 15:49:12.236', '2023-03-12 15:49:12.236', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/permission/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-check-multiple', b'0', 'SysPermissionContent', b'1', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', '2023-03-12 16:02:52.003', '2023-03-12 16:02:52.003', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/attribute/Authorize.vue', b'1', b'0', b'0', 'mdi-layers-edit', b'0', 'SysAttributeAuthorize', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', '2023-03-31 14:24:55.765', '2023-03-31 14:24:55.765', NULL, 0, NULL, NULL, 7, b'1', 0, 'views/pages/security/tenant/Index.vue', b'0', b'1', b'1', 'mdi-database-plus', b'0', 'SysTenantDataSource', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', '2023-03-31 14:26:35.349', '2023-03-31 14:26:35', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/tenant/Content.vue', b'1', b'0', b'0', 'mdi-database-edit', b'0', 'SysTenantDataSourceContent', b'1', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', '2022-07-16 22:26:37.924', '2022-07-16 22:26:37', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/pages/security/default-role/Index.vue', b'0', b'1', b'1', 'mdi-lock-open-alert', b'0', 'SysDefaultRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', '2023-05-24 17:47:49.783', 'system', 0, 'system', NULL, 5, b'1', 0, 'views/pages/authorize/product/Index.vue', b'0', b'1', b'1', 'mdi-folder-table', b'0', 'OAuth2Product', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', '2023-05-24 17:47:55.885', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/authorize/product/Content.vue', b'1', b'0', b'0', 'mdi-folder-text', b'0', 'OAuth2ProductContent', b'1', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', '2023-05-24 17:50:31.431', 'system', 0, 'system', NULL, 6, b'1', 0, 'views/pages/authorize/device/Index.vue', b'0', b'1', b'1', 'mdi-devices', b'0', 'OAuth2Device', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', '2023-05-24 17:50:37.93', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/authorize/device/Content.vue', b'1', b'0', b'0', 'mdi-lan-check', b'0', 'OAuth2DeviceContent', b'1', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '2023-05-28 21:32:26.818', '2023-05-28 21:37:08.235', 'system', 0, 'system', NULL, 8, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-cloud-upload', b'0', NULL, b'0', NULL, '/oss', '/oss/bucket', '对象存储管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', '2023-05-28 21:33:50.411', '2023-05-28 21:37:15.403', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/bucket/Index.vue', b'0', b'1', b'1', 'mdi-bucket', b'0', 'OssBucket', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', '2023-05-28 21:36:49.851', '2023-05-28 21:37:26.726', 'system', 0, 'system', NULL, 0, b'1', 0, 'views/pages/oss/bucket/Content.vue', b'1', b'0', b'0', 'mdi-bucket-outline', b'0', 'OssBucketContent', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', '2023-05-31 23:07:27.146', '2023-05-31 23:07:47.669', 'system', 0, 'system', NULL, 2, b'1', 0, 'views/pages/oss/object/Index.vue', b'0', b'1', b'1', 'mdi-file-cabinet', b'0', 'OssObject', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', '2023-06-06 12:28:56.979', '2023-06-06 12:29:07.842', 'system', 0, 'system', NULL, 2, b'1', 0, 'views/pages/oss/bucket/Authorize.vue', b'1', b'0', b'0', 'mdi-cog-outline', b'0', 'OssBucketAuthorize', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', '2023-06-12 22:12:44.386', '2023-06-12 22:13:20.132', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/object/Authorize.vue', b'1', b'0', b'0', 'mdi-file-cog', b'0', 'OssObjectAuthorize', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', '2023-07-04 23:33:40.791', '2023-07-04 23:34:57.979', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/object/Content.vue', b'1', b'0', b'0', 'mdi-folder-open', b'0', 'OssObjectContent', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', 'WEB', 'MENU', 'APP'); + -- ---------------------------- -- Table data for sys_element_role -- ---------------------------- @@ -359,8 +360,7 @@ FROM FROM `sys_attribute` sa WHERE - sa.url LIKE'%authorize%' - AND sa.url != '/authorize/constant/enums' UNION + sa.url LIKE'%authorize%' UNION SELECT '3' AS permission_id, sa.attribute_id @@ -383,22 +383,6 @@ FROM `sys_attribute` sa WHERE sa.url LIKE'%camunda-extended%' UNION - SELECT - '6' AS permission_id, - sa.attribute_id - FROM - `sys_attribute` sa - WHERE - sa.url LIKE'%db%' - OR sa.url LIKE'%asset%' UNION - SELECT - '7' AS permission_id, - sa.attribute_id - FROM - `sys_attribute` sa - WHERE - sa.url LIKE'%meteorology%' - OR sa.url LIKE'%satellite%' UNION SELECT '8' AS permission_id, sa.attribute_id @@ -406,5 +390,4 @@ FROM `sys_attribute` sa WHERE sa.url LIKE'%oss%' - AND sa.url != '/oss/minio/constant/enums' ) AS st; \ No newline at end of file diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql index 164e0219..f60e02f6 100644 --- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql +++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql @@ -176,63 +176,64 @@ INSERT INTO "sys_default_role" ("default_id", "create_time", "ranking", "update_ -- ---------------------------- -- Table data for sys_element -- ---------------------------- -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', NULL, '2022-07-16 21:43:14.156', 3, NULL, '2022-07-16 21:43:14', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-lock-pattern', 'f', NULL, 't', NULL, '/security', '/security/user', '用户安全管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', NULL, '2022-07-16 22:49:43.981', 1, NULL, '2022-07-16 22:49:43', NULL, 't', 0, 0, 'views/pages/authorize/application/Index.vue', 'f', 't', 't', 'mdi-apps', 'f', 'OAuth2Application', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', NULL, '2022-07-16 21:59:25.943', 1, NULL, '2022-07-16 21:59:25', NULL, 't', 0, 0, 'views/pages/security/user/Index.vue', 'f', 't', 't', 'mdi-badge-account-horizontal', 'f', 'SysUser', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', NULL, '2022-07-16 22:45:57.764', 4, NULL, '2022-07-16 22:45:57', NULL, 't', 0, 0, 'views/pages/hr/ownership/Index.vue', 'f', 't', 't', 'mdi-account-switch', 'f', 'SysOwnership', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', NULL, '2022-07-16 22:06:02.03', 0, NULL, '2022-07-16 22:06:02', NULL, 't', 0, 0, 'views/pages/security/user/Authorize.vue', 't', 'f', 'f', 'mdi-badge-account-alert', 'f', 'SysUserAuthorize', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', NULL, '2022-07-16 22:43:51.89', 3, NULL, '2022-07-16 22:43:51.89', NULL, 't', 0, 0, 'views/pages/hr/employee/Index.vue', 'f', 't', 't', 'mdi-card-account-details-star', 'f', 'SysEmployee', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', NULL, '2022-07-16 22:30:40.258', 6, NULL, '2022-07-16 22:30:40.258', NULL, 't', 0, 0, 'views/pages/security/element/Index.vue', 'f', 't', 't', 'mdi-clipboard-text', 'f', 'SysElement', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', NULL, '2022-07-16 22:57:21.513', 4, NULL, '2022-07-16 22:57:21', NULL, 't', 0, 0, 'views/pages/authorize/compliance/Index.vue', 'f', 'f', 'f', 'mdi-receipt-text-check', 'f', 'OAuth2Compliance', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', NULL, '2022-07-16 22:53:22.541', 2, NULL, '2022-07-16 22:53:22', NULL, 't', 0, 0, 'views/pages/authorize/scope/Index.vue', 'f', 't', 't', 'mdi-group', 'f', 'OAuth2Scope', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', NULL, '2022-07-16 22:51:04.542', 0, NULL, '2022-07-16 22:51:04', NULL, 't', 0, 0, 'views/pages/authorize/application/Content.vue', 't', 'f', 'f', 'mdi-application-edit', 'f', 'OAuth2ApplicationContent', 't', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', NULL, '2022-07-16 22:37:29.561', 1, NULL, '2022-07-16 22:37:29', NULL, 't', 0, 0, 'views/pages/hr/organization/Index.vue', 'f', 't', 't', 'mdi-bank-outline', 'f', 'SysOrganization', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', NULL, '2022-07-16 22:56:24.016', 3, NULL, '2022-07-16 22:56:24', NULL, 't', 0, 0, 'views/pages/authorize/token/Index.vue', 'f', 'f', 'f', 'mdi-sitemap', 'f', 'OAuth2Token', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', NULL, '2022-07-16 22:54:31.827', 0, NULL, '2022-07-16 22:54:31', NULL, 't', 0, 0, 'views/pages/authorize/scope/Content.vue', 't', 'f', 'f', 'mdi-vector-link', 'f', 'OAuth2ScopeContent', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', NULL, '2022-07-16 22:42:31.936', 0, NULL, '2022-07-16 22:42:31', NULL, 't', 0, 0, 'views/pages/hr/department/Content.vue', 't', 'f', 'f', 'mdi-home-edit', 'f', 'SysDepartmentContent', 't', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('ddc98314-5b84-4471-9dd1-733103321504', NULL, '2022-07-16 22:44:37.69', 0, NULL, '2022-07-16 22:44:37', NULL, 't', 0, 0, 'views/pages/hr/employee/Content.vue', 't', 'f', 'f', 'mdi-card-account-details', 'f', 'SysEmployeeContent', 't', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', NULL, '2022-07-16 22:38:38.018', 0, NULL, '2022-07-16 22:38:38', NULL, 't', 0, 0, 'views/pages/hr/organization/Content.vue', 't', 'f', 'f', 'mdi-bank-check', 'f', 'SysOrganizationContent', 't', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', NULL, '2022-07-16 22:02:28.563', 0, NULL, '2022-07-16 22:02:28', NULL, 't', 0, 0, 'views/pages/security/user/Content.vue', 't', 'f', 'f', 'mdi-clipboard-account', 'f', 'SysUserContent', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', NULL, '2022-07-16 22:27:41.408', 0, NULL, '2022-07-16 22:27:41', NULL, 't', 0, 0, 'views/pages/security/default-role/Authorize.vue', 't', 'f', 'f', 'mdi-lock-open-check', 'f', 'SysDefaultRoleAuthorize', 't', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', NULL, '2022-07-16 22:31:57.556', 0, NULL, '2022-07-16 22:31:57', NULL, 't', 0, 0, 'views/pages/security/element/Content.vue', 't', 'f', 'f', 'mdi-clipboard-text-multiple', 'f', 'SysElementContent', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', NULL, '2022-07-16 22:23:59.842', 0, NULL, '2022-07-16 22:23:59', NULL, 't', 0, 0, 'views/pages/security/role/Authorize.vue', 't', 'f', 'f', 'mdi-shield-key', 'f', 'SysRoleAuthorize', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', NULL, '2022-07-16 22:22:48.381', 0, NULL, '2022-07-16 22:22:48', NULL, 't', 0, 0, 'views/pages/security/role/Content.vue', 't', 'f', 'f', 'mdi-shield-edit', 'f', 'SysRoleContent', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', NULL, '2022-07-16 22:32:45.894', 0, NULL, '2022-07-16 22:32:45', NULL, 't', 0, 0, 'views/pages/security/element/Authorize.vue', 't', 'f', 'f', 'mdi-sort-variant-lock', 'f', 'SysElementAuthorize', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', NULL, '2022-07-16 22:48:29.733', 2, NULL, '2022-07-16 22:48:29', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-security', 'f', NULL, 't', NULL, '/authorize', '/authorize/application', '平台认证管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('c21db958-7eab-4dbc-8061-966294684219', NULL, '2022-07-16 22:58:47.236', 1, NULL, '2022-07-16 22:58:47.236', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-view-dashboard', 'f', NULL, 't', NULL, '/dashboard', '/dashboard/console', 'Dashboard', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', NULL, '2022-07-16 22:36:31.755', 4, NULL, '2022-07-16 22:36:31.755', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-account-tie', 'f', NULL, 't', NULL, '/hr', '/hr/organization', '人力资源管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', NULL, '2022-07-16 22:55:21.043', 0, NULL, '2022-07-16 22:55:21', NULL, 't', 0, 0, 'views/pages/authorize/scope/Authorize.vue', 't', 'f', 'f', 'mdi-vector-intersection', 'f', 'OAuth2ScopeAuthorize', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', NULL, '2022-07-16 22:46:59.014', 0, NULL, '2022-07-16 22:46:59', NULL, 't', 0, 0, 'views/pages/hr/ownership/Content.vue', 't', 'f', 'f', 'mdi-account-multiple-check-outline', 'f', 'SysOwnershipContent', 't', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', NULL, '2022-07-16 22:33:50.326', 4, NULL, '2022-07-16 22:33:50', NULL, 't', 0, 0, 'views/pages/security/attribute/Index.vue', 'f', 't', 't', 'mdi-layers-triple', 'f', 'SysAttribute', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', NULL, '2022-07-16 22:34:37.542', 0, NULL, '2022-07-16 22:34:37', NULL, 't', 0, 0, 'views/pages/security/attribute/Content.vue', 't', 'f', 'f', 'mdi-layers', 'f', 'SysAttributeContent', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', NULL, '2022-07-19 16:19:19.649', 5, NULL, '2022-07-19 16:19:19.649', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-transit-connection-variant', 'f', NULL, 't', NULL, '/workflow', '/workflow/deployment', '工作流程管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', NULL, '2022-07-17 15:18:48.564', 2, NULL, '2022-07-17 15:18:48', NULL, 't', 0, 0, 'views/pages/hr/department/Index.vue', 'f', 't', 't', 'mdi-home', 'f', 'SysDepartment', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', NULL, '2022-07-16 22:07:42.186', 2, NULL, '2022-07-16 22:07:42', NULL, 't', 0, 0, 'views/pages/security/role/Index.vue', 'f', 't', 't', 'mdi-shield-account', 'f', 'SysRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', NULL, '2022-07-19 16:21:00.126', 1, NULL, '2022-07-19 16:21:00', NULL, 't', 0, 0, 'views/pages/workflow/deployment/Index.vue', 'f', 't', 't', 'mdi-cloud-braces', 'f', 'WorkflowDeployment', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', NULL, '2023-01-07 22:11:18.672', 2, NULL, '2023-01-07 22:11:18', NULL, 't', 0, 0, 'views/pages/workflow/process-definition/Index.vue', 'f', 't', 't', 'mdi-xml', 'f', 'WorkflowProcessDefinition', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', NULL, '2023-01-08 15:02:04.837', 3, NULL, '2023-01-08 15:02:04', NULL, 't', 0, 0, 'views/pages/workflow/process-instance/Index.vue', 'f', 'f', 't', 'mdi-motion-play', 'f', 'WorkflowProcessInstance', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', NULL, '2022-07-16 22:59:57.497', 0, NULL, '2022-07-16 22:59:57', NULL, 't', 0, 0, 'views/dashboard/console/Index.vue', 'f', 'f', 'f', 'mdi-sign-text', 'f', 'DashboardConsole', 'f', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', NULL, '2023-01-22 13:26:49.837', 2, NULL, '2023-01-22 13:26:49', NULL, 't', 0, 0, 'views/dashboard/workbench/Index.vue', 'f', 't', 't', 'mdi-desktop-classic', 'f', 'DashboardWorkbench', 't', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', NULL, '2023-01-19 21:53:08.863', 5, NULL, '2023-01-19 21:53:08', NULL, 't', 0, 0, 'views/pages/workflow/dynamic-form/Index.vue', 'f', 't', 't', 'mdi-monitor-dashboard', 'f', 'WorkflowDynamicForm', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', NULL, '2023-02-15 20:46:09.353', 0, NULL, '2023-02-15 20:46:09', NULL, 't', 0, 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', 't', 'f', 'f', 'mdi-flag-plus', 'f', 'WorkflowProcessStart', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', NULL, '2023-02-27 17:22:39.682', 1, NULL, '2023-02-27 17:22:39', NULL, 't', 0, 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', 't', 'f', 'f', 'mdi-check-decagram', 'f', 'WorkflowProcessApprove', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', NULL, '2022-07-16 22:29:06.482', 3, NULL, '2022-07-16 22:29:06', NULL, 't', 0, 0, 'views/pages/security/permission/Index.vue', 'f', 't', 't', 'mdi-shield-link-variant', 'f', 'SysPermission', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', NULL, '2023-03-12 15:49:12.236', 0, NULL, '2023-03-12 15:49:12.236', NULL, 't', 0, 0, 'views/pages/security/permission/Content.vue', 't', 'f', 'f', 'mdi-clipboard-check-multiple', 'f', 'SysPermissionContent', 't', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', NULL, '2023-03-12 16:02:52.003', 0, NULL, '2023-03-12 16:02:52.003', NULL, 't', 0, 0, 'views/pages/security/attribute/Authorize.vue', 't', 'f', 'f', 'mdi-layers-edit', 'f', 'SysAttributeAuthorize', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', NULL, '2023-03-31 14:24:55.765', 7, NULL, '2023-03-31 14:24:55.765', NULL, 't', 0, 0, 'views/pages/security/tenant/Index.vue', 'f', 't', 't', 'mdi-database-plus', 'f', 'SysTenantDataSource', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', NULL, '2023-03-31 14:26:35.349', 0, NULL, '2023-03-31 14:26:35', NULL, 't', 0, 0, 'views/pages/security/tenant/Content.vue', 't', 'f', 'f', 'mdi-database-edit', 'f', 'SysTenantDataSourceContent', 't', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', NULL, '2022-07-16 22:26:37.924', 5, NULL, '2022-07-16 22:26:37', NULL, 't', 0, 0, 'views/pages/security/default-role/Index.vue', 'f', 't', 't', 'mdi-lock-open-alert', 'f', 'SysDefaultRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', NULL); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', 5, '2023-05-24 17:47:49.783', NULL, 't', 0, 0, 'views/pages/authorize/product/Index.vue', 'f', 't', 't', 'mdi-folder-table', 'f', 'OAuth2Product', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', 1, '2023-05-24 17:47:55.885', NULL, 't', 0, 0, 'views/pages/authorize/product/Content.vue', 't', 'f', 'f', 'mdi-folder-text', 'f', 'OAuth2ProductContent', 't', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', 6, '2023-05-24 17:50:31.431', NULL, 't', 0, 0, 'views/pages/authorize/device/Index.vue', 'f', 't', 't', 'mdi-devices', 'f', 'OAuth2Device', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', 1, '2023-05-24 17:50:37.93', NULL, 't', 0, 0, 'views/pages/authorize/device/Content.vue', 't', 'f', 'f', 'mdi-lan-check', 'f', 'OAuth2DeviceContent', 't', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', 'system', '2023-05-28 21:32:26.818', 8, 'system', '2023-05-28 21:37:08.235', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-cloud-upload', 'f', NULL, 'f', NULL, '/oss', '/oss/bucket', '对象存储管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', 'system', '2023-05-28 21:33:50.411', 1, 'system', '2023-05-28 21:37:15.403', NULL, 't', 0, 0, 'views/pages/oss/bucket/Index.vue', 'f', 't', 't', 'mdi-bucket', 'f', 'OssBucket', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', 'system', '2023-05-28 21:36:49.851', 0, 'system', '2023-05-28 21:37:26.726', NULL, 't', 0, 0, 'views/pages/oss/bucket/Content.vue', 't', 'f', 'f', 'mdi-bucket-outline', 'f', 'OssBucketContent', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', 'system', '2023-05-31 23:07:27.146', 2, 'system', '2023-05-31 23:07:47.669', NULL, 't', 0, 0, 'views/pages/oss/object/Index.vue', 'f', 't', 't', 'mdi-file-cabinet', 'f', 'OssObject', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', 'system', '2023-06-06 12:28:56.979', 2, 'system', '2023-06-06 12:29:07.842', NULL, 't', 0, 0, 'views/pages/oss/bucket/Authorize.vue', 't', 'f', 'f', 'mdi-cog-outline', 'f', 'OssBucketAuthorize', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', 'system', '2023-06-12 22:12:44.386', 1, 'system', '2023-06-12 22:13:20.132', NULL, 't', 0, 0, 'views/pages/oss/object/Authorize.vue', 't', 'f', 'f', 'mdi-file-cog', 'f', 'OssObjectAuthorize', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', 'system', '2023-07-04 23:33:40.791', 1, 'system', '2023-07-04 23:34:57.979', NULL, 't', 0, 0, 'views/pages/oss/object/Content.vue', 't', 'f', 'f', 'mdi-folder-open', 'f', 'OssObjectContent', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', NULL); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '2022-07-16 21:43:14.156', '2022-07-16 21:43:14', NULL, 0, NULL, NULL, 3, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-lock-pattern', 'f', NULL, 't', NULL, '/security', '/security/user', '用户安全管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', '2022-07-16 22:49:43.981', '2022-07-16 22:49:43', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/authorize/application/Index.vue', 'f', 't', 't', 'mdi-apps', 'f', 'OAuth2Application', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', '2022-07-16 21:59:25.943', '2022-07-16 21:59:25', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/security/user/Index.vue', 'f', 't', 't', 'mdi-badge-account-horizontal', 'f', 'SysUser', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', '2022-07-16 22:45:57.764', '2022-07-16 22:45:57', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/hr/ownership/Index.vue', 'f', 't', 't', 'mdi-account-switch', 'f', 'SysOwnership', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', '2022-07-16 22:06:02.03', '2022-07-16 22:06:02', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/user/Authorize.vue', 't', 'f', 'f', 'mdi-badge-account-alert', 'f', 'SysUserAuthorize', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', '2022-07-16 22:43:51.89', '2022-07-16 22:43:51.89', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/hr/employee/Index.vue', 'f', 't', 't', 'mdi-card-account-details-star', 'f', 'SysEmployee', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', '2022-07-16 22:30:40.258', '2022-07-16 22:30:40.258', NULL, 0, NULL, NULL, 6, 't', 0, 'views/pages/security/element/Index.vue', 'f', 't', 't', 'mdi-clipboard-text', 'f', 'SysElement', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', '2022-07-16 22:57:21.513', '2022-07-16 22:57:21', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/authorize/compliance/Index.vue', 'f', 'f', 'f', 'mdi-receipt-text-check', 'f', 'OAuth2Compliance', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', '2022-07-16 22:53:22.541', '2022-07-16 22:53:22', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/authorize/scope/Index.vue', 'f', 't', 't', 'mdi-group', 'f', 'OAuth2Scope', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', '2022-07-16 22:51:04.542', '2022-07-16 22:51:04', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/application/Content.vue', 't', 'f', 'f', 'mdi-application-edit', 'f', 'OAuth2ApplicationContent', 't', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', '2022-07-16 22:37:29.561', '2022-07-16 22:37:29', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/hr/organization/Index.vue', 'f', 't', 't', 'mdi-bank-outline', 'f', 'SysOrganization', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', '2022-07-16 22:56:24.016', '2022-07-16 22:56:24', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/authorize/token/Index.vue', 'f', 'f', 'f', 'mdi-sitemap', 'f', 'OAuth2Token', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', '2022-07-16 22:54:31.827', '2022-07-16 22:54:31', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/scope/Content.vue', 't', 'f', 'f', 'mdi-vector-link', 'f', 'OAuth2ScopeContent', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', '2022-07-16 22:42:31.936', '2022-07-16 22:42:31', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/department/Content.vue', 't', 'f', 'f', 'mdi-home-edit', 'f', 'SysDepartmentContent', 't', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('ddc98314-5b84-4471-9dd1-733103321504', '2022-07-16 22:44:37.69', '2022-07-16 22:44:37', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/employee/Content.vue', 't', 'f', 'f', 'mdi-card-account-details', 'f', 'SysEmployeeContent', 't', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', '2022-07-16 22:38:38.018', '2022-07-16 22:38:38', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/organization/Content.vue', 't', 'f', 'f', 'mdi-bank-check', 'f', 'SysOrganizationContent', 't', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', '2022-07-16 22:02:28.563', '2022-07-16 22:02:28', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/user/Content.vue', 't', 'f', 'f', 'mdi-clipboard-account', 'f', 'SysUserContent', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', '2022-07-16 22:27:41.408', '2022-07-16 22:27:41', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/default-role/Authorize.vue', 't', 'f', 'f', 'mdi-lock-open-check', 'f', 'SysDefaultRoleAuthorize', 't', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', '2022-07-16 22:31:57.556', '2022-07-16 22:31:57', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/element/Content.vue', 't', 'f', 'f', 'mdi-clipboard-text-multiple', 'f', 'SysElementContent', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', '2022-07-16 22:23:59.842', '2022-07-16 22:23:59', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/role/Authorize.vue', 't', 'f', 'f', 'mdi-shield-key', 'f', 'SysRoleAuthorize', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', '2022-07-16 22:22:48.381', '2022-07-16 22:22:48', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/role/Content.vue', 't', 'f', 'f', 'mdi-shield-edit', 'f', 'SysRoleContent', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', '2022-07-16 22:32:45.894', '2022-07-16 22:32:45', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/element/Authorize.vue', 't', 'f', 'f', 'mdi-sort-variant-lock', 'f', 'SysElementAuthorize', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '2022-07-16 22:48:29.733', '2022-07-16 22:48:29', NULL, 0, NULL, NULL, 2, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-security', 'f', NULL, 't', NULL, '/authorize', '/authorize/application', '平台认证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('c21db958-7eab-4dbc-8061-966294684219', '2022-07-16 22:58:47.236', '2022-07-16 22:58:47.236', NULL, 0, NULL, NULL, 1, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-view-dashboard', 'f', NULL, 't', NULL, '/dashboard', '/dashboard/console', 'Dashboard', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', '2022-07-16 22:36:31.755', '2022-07-16 22:36:31.755', NULL, 0, NULL, NULL, 4, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-account-tie', 'f', NULL, 't', NULL, '/hr', '/hr/organization', '人力资源管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', '2022-07-16 22:55:21.043', '2022-07-16 22:55:21', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/scope/Authorize.vue', 't', 'f', 'f', 'mdi-vector-intersection', 'f', 'OAuth2ScopeAuthorize', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', '2022-07-16 22:46:59.014', '2022-07-16 22:46:59', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/ownership/Content.vue', 't', 'f', 'f', 'mdi-account-multiple-check-outline', 'f', 'SysOwnershipContent', 't', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', '2022-07-16 22:33:50.326', '2022-07-16 22:33:50', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/security/attribute/Index.vue', 'f', 't', 't', 'mdi-layers-triple', 'f', 'SysAttribute', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', '2022-07-16 22:34:37.542', '2022-07-16 22:34:37', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/attribute/Content.vue', 't', 'f', 'f', 'mdi-layers', 'f', 'SysAttributeContent', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', '2022-07-19 16:19:19.649', '2022-07-19 16:19:19.649', NULL, 0, NULL, NULL, 5, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-transit-connection-variant', 'f', NULL, 't', NULL, '/workflow', '/workflow/deployment', '工作流程管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', '2022-07-17 15:18:48.564', '2022-07-17 15:18:48', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/hr/department/Index.vue', 'f', 't', 't', 'mdi-home', 'f', 'SysDepartment', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '2022-07-16 22:07:42.186', '2022-07-16 22:07:42', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/security/role/Index.vue', 'f', 't', 't', 'mdi-shield-account', 'f', 'SysRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', '2022-07-19 16:21:00.126', '2022-07-19 16:21:00', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/workflow/deployment/Index.vue', 'f', 't', 't', 'mdi-cloud-braces', 'f', 'WorkflowDeployment', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', '2023-01-07 22:11:18.672', '2023-01-07 22:11:18', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/workflow/process-definition/Index.vue', 'f', 't', 't', 'mdi-xml', 'f', 'WorkflowProcessDefinition', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', '2023-01-08 15:02:04.837', '2023-01-08 15:02:04', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/workflow/process-instance/Index.vue', 'f', 'f', 't', 'mdi-motion-play', 'f', 'WorkflowProcessInstance', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', '2022-07-16 22:59:57.497', '2022-07-16 22:59:57', NULL, 0, NULL, NULL, 0, 't', 0, 'views/dashboard/console/Index.vue', 'f', 'f', 'f', 'mdi-sign-text', 'f', 'DashboardConsole', 'f', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '2023-01-22 13:26:49.837', '2023-01-22 13:26:49', NULL, 0, NULL, NULL, 2, 't', 0, 'views/dashboard/workbench/Index.vue', 'f', 't', 't', 'mdi-desktop-classic', 'f', 'DashboardWorkbench', 't', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', '2023-01-19 21:53:08.863', '2023-01-19 21:53:08', NULL, 0, NULL, NULL, 5, 't', 0, 'views/pages/workflow/dynamic-form/Index.vue', 'f', 't', 't', 'mdi-monitor-dashboard', 'f', 'WorkflowDynamicForm', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', '2023-02-15 20:46:09.353', '2023-02-15 20:46:09', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', 't', 'f', 'f', 'mdi-flag-plus', 'f', 'WorkflowProcessStart', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', '2023-02-27 17:22:39.682', '2023-02-27 17:22:39', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', 't', 'f', 'f', 'mdi-check-decagram', 'f', 'WorkflowProcessApprove', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', '2022-07-16 22:29:06.482', '2022-07-16 22:29:06', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/security/permission/Index.vue', 'f', 't', 't', 'mdi-shield-link-variant', 'f', 'SysPermission', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', '2023-03-12 15:49:12.236', '2023-03-12 15:49:12.236', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/permission/Content.vue', 't', 'f', 'f', 'mdi-clipboard-check-multiple', 'f', 'SysPermissionContent', 't', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', '2023-03-12 16:02:52.003', '2023-03-12 16:02:52.003', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/attribute/Authorize.vue', 't', 'f', 'f', 'mdi-layers-edit', 'f', 'SysAttributeAuthorize', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', '2023-03-31 14:24:55.765', '2023-03-31 14:24:55.765', NULL, 0, NULL, NULL, 7, 't', 0, 'views/pages/security/tenant/Index.vue', 'f', 't', 't', 'mdi-database-plus', 'f', 'SysTenantDataSource', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', '2023-03-31 14:26:35.349', '2023-03-31 14:26:35', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/tenant/Content.vue', 't', 'f', 'f', 'mdi-database-edit', 'f', 'SysTenantDataSourceContent', 't', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', '2022-07-16 22:26:37.924', '2022-07-16 22:26:37', NULL, 0, NULL, NULL, 5, 't', 0, 'views/pages/security/default-role/Index.vue', 'f', 't', 't', 'mdi-lock-open-alert', 'f', 'SysDefaultRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', '2023-05-24 17:47:49.783', 'system', 0, 'system', NULL, 5, 't', 0, 'views/pages/authorize/product/Index.vue', 'f', 't', 't', 'mdi-folder-table', 'f', 'OAuth2Product', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', '2023-05-24 17:47:55.885', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/authorize/product/Content.vue', 't', 'f', 'f', 'mdi-folder-text', 'f', 'OAuth2ProductContent', 't', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', '2023-05-24 17:50:31.431', 'system', 0, 'system', NULL, 6, 't', 0, 'views/pages/authorize/device/Index.vue', 'f', 't', 't', 'mdi-devices', 'f', 'OAuth2Device', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', '2023-05-24 17:50:37.93', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/authorize/device/Content.vue', 't', 'f', 'f', 'mdi-lan-check', 'f', 'OAuth2DeviceContent', 't', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '2023-05-28 21:32:26.818', '2023-05-28 21:37:08.235', 'system', 0, 'system', NULL, 8, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-cloud-upload', 'f', NULL, 'f', NULL, '/oss', '/oss/bucket', '对象存储管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', '2023-05-28 21:33:50.411', '2023-05-28 21:37:15.403', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/bucket/Index.vue', 'f', 't', 't', 'mdi-bucket', 'f', 'OssBucket', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', '2023-05-28 21:36:49.851', '2023-05-28 21:37:26.726', 'system', 0, 'system', NULL, 0, 't', 0, 'views/pages/oss/bucket/Content.vue', 't', 'f', 'f', 'mdi-bucket-outline', 'f', 'OssBucketContent', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', '2023-05-31 23:07:27.146', '2023-05-31 23:07:47.669', 'system', 0, 'system', NULL, 2, 't', 0, 'views/pages/oss/object/Index.vue', 'f', 't', 't', 'mdi-file-cabinet', 'f', 'OssObject', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', '2023-06-06 12:28:56.979', '2023-06-06 12:29:07.842', 'system', 0, 'system', NULL, 2, 't', 0, 'views/pages/oss/bucket/Authorize.vue', 't', 'f', 'f', 'mdi-cog-outline', 'f', 'OssBucketAuthorize', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', '2023-06-12 22:12:44.386', '2023-06-12 22:13:20.132', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/object/Authorize.vue', 't', 'f', 'f', 'mdi-file-cog', 'f', 'OssObjectAuthorize', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', '2023-07-04 23:33:40.791', '2023-07-04 23:34:57.979', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/object/Content.vue', 't', 'f', 'f', 'mdi-folder-open', 'f', 'OssObjectContent', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', 'WEB', 'MENU', 'APP'); + -- ---------------------------- -- Table data for sys_element_role -- ---------------------------- @@ -360,8 +361,7 @@ FROM FROM "sys_attribute" sa WHERE - sa.url LIKE'%authorize%' - AND sa.url != '/authorize/constant/enums' UNION + sa.url LIKE'%authorize%' UNION SELECT '3' AS permission_id, sa.attribute_id @@ -384,22 +384,6 @@ FROM "sys_attribute" sa WHERE sa.url LIKE'%camunda-extended%' UNION - SELECT - '6' AS permission_id, - sa.attribute_id - FROM - "sys_attribute" sa - WHERE - sa.url LIKE'%db%' - OR sa.url LIKE'%asset%' UNION - SELECT - '7' AS permission_id, - sa.attribute_id - FROM - "sys_attribute" sa - WHERE - sa.url LIKE'%meteorology%' - OR sa.url LIKE'%satellite%' UNION SELECT '8' AS permission_id, sa.attribute_id @@ -407,5 +391,4 @@ FROM "sys_attribute" sa WHERE sa.url LIKE'%oss%' - AND sa.url != '/oss/minio/constant/enums' ) AS st; \ No newline at end of file diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql index e6ff1c08..f354b9e5 100644 --- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql +++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql @@ -176,63 +176,63 @@ INSERT INTO `sys_default_role` (`default_id`, `create_time`, `ranking`, `update_ -- ---------------------------- -- Table data for sys_element -- ---------------------------- -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', NULL, '2022-07-16 21:43:14.156', 3, NULL, '2022-07-16 21:43:14', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-lock-pattern', b'0', NULL, b'1', NULL, '/security', '/security/user', '用户安全管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', NULL, '2022-07-16 22:49:43.981', 1, NULL, '2022-07-16 22:49:43', NULL, b'1', 0, 0, 'views/pages/authorize/application/Index.vue', b'0', b'1', b'1', 'mdi-apps', b'0', 'OAuth2Application', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', NULL, '2022-07-16 21:59:25.943', 1, NULL, '2022-07-16 21:59:25', NULL, b'1', 0, 0, 'views/pages/security/user/Index.vue', b'0', b'1', b'1', 'mdi-badge-account-horizontal', b'0', 'SysUser', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', NULL, '2022-07-16 22:45:57.764', 4, NULL, '2022-07-16 22:45:57', NULL, b'1', 0, 0, 'views/pages/hr/ownership/Index.vue', b'0', b'1', b'1', 'mdi-account-switch', b'0', 'SysOwnership', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', NULL, '2022-07-16 22:06:02.03', 0, NULL, '2022-07-16 22:06:02', NULL, b'1', 0, 0, 'views/pages/security/user/Authorize.vue', b'1', b'0', b'0', 'mdi-badge-account-alert', b'0', 'SysUserAuthorize', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', NULL, '2022-07-16 22:43:51.89', 3, NULL, '2022-07-16 22:43:51.89', NULL, b'1', 0, 0, 'views/pages/hr/employee/Index.vue', b'0', b'1', b'1', 'mdi-card-account-details-star', b'0', 'SysEmployee', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', NULL, '2022-07-16 22:30:40.258', 6, NULL, '2022-07-16 22:30:40.258', NULL, b'1', 0, 0, 'views/pages/security/element/Index.vue', b'0', b'1', b'1', 'mdi-clipboard-text', b'0', 'SysElement', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', NULL, '2022-07-16 22:57:21.513', 4, NULL, '2022-07-16 22:57:21', NULL, b'1', 0, 0, 'views/pages/authorize/compliance/Index.vue', b'0', b'0', b'0', 'mdi-receipt-text-check', b'0', 'OAuth2Compliance', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', NULL, '2022-07-16 22:53:22.541', 2, NULL, '2022-07-16 22:53:22', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Index.vue', b'0', b'1', b'1', 'mdi-group', b'0', 'OAuth2Scope', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', NULL, '2022-07-16 22:51:04.542', 0, NULL, '2022-07-16 22:51:04', NULL, b'1', 0, 0, 'views/pages/authorize/application/Content.vue', b'1', b'0', b'0', 'mdi-application-edit', b'0', 'OAuth2ApplicationContent', b'1', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', NULL, '2022-07-16 22:37:29.561', 1, NULL, '2022-07-16 22:37:29', NULL, b'1', 0, 0, 'views/pages/hr/organization/Index.vue', b'0', b'1', b'1', 'mdi-bank-outline', b'0', 'SysOrganization', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', NULL, '2022-07-16 22:56:24.016', 3, NULL, '2022-07-16 22:56:24', NULL, b'1', 0, 0, 'views/pages/authorize/token/Index.vue', b'0', b'0', b'0', 'mdi-sitemap', b'0', 'OAuth2Token', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', NULL, '2022-07-16 22:54:31.827', 0, NULL, '2022-07-16 22:54:31', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Content.vue', b'1', b'0', b'0', 'mdi-vector-link', b'0', 'OAuth2ScopeContent', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', NULL, '2022-07-16 22:42:31.936', 0, NULL, '2022-07-16 22:42:31', NULL, b'1', 0, 0, 'views/pages/hr/department/Content.vue', b'1', b'0', b'0', 'mdi-home-edit', b'0', 'SysDepartmentContent', b'1', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('ddc98314-5b84-4471-9dd1-733103321504', NULL, '2022-07-16 22:44:37.69', 0, NULL, '2022-07-16 22:44:37', NULL, b'1', 0, 0, 'views/pages/hr/employee/Content.vue', b'1', b'0', b'0', 'mdi-card-account-details', b'0', 'SysEmployeeContent', b'1', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', NULL, '2022-07-16 22:38:38.018', 0, NULL, '2022-07-16 22:38:38', NULL, b'1', 0, 0, 'views/pages/hr/organization/Content.vue', b'1', b'0', b'0', 'mdi-bank-check', b'0', 'SysOrganizationContent', b'1', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', NULL, '2022-07-16 22:02:28.563', 0, NULL, '2022-07-16 22:02:28', NULL, b'1', 0, 0, 'views/pages/security/user/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-account', b'0', 'SysUserContent', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', NULL, '2022-07-16 22:27:41.408', 0, NULL, '2022-07-16 22:27:41', NULL, b'1', 0, 0, 'views/pages/security/default-role/Authorize.vue', b'1', b'0', b'0', 'mdi-lock-open-check', b'0', 'SysDefaultRoleAuthorize', b'1', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', NULL, '2022-07-16 22:31:57.556', 0, NULL, '2022-07-16 22:31:57', NULL, b'1', 0, 0, 'views/pages/security/element/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-text-multiple', b'0', 'SysElementContent', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', NULL, '2022-07-16 22:23:59.842', 0, NULL, '2022-07-16 22:23:59', NULL, b'1', 0, 0, 'views/pages/security/role/Authorize.vue', b'1', b'0', b'0', 'mdi-shield-key', b'0', 'SysRoleAuthorize', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', NULL, '2022-07-16 22:22:48.381', 0, NULL, '2022-07-16 22:22:48', NULL, b'1', 0, 0, 'views/pages/security/role/Content.vue', b'1', b'0', b'0', 'mdi-shield-edit', b'0', 'SysRoleContent', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', NULL, '2022-07-16 22:32:45.894', 0, NULL, '2022-07-16 22:32:45', NULL, b'1', 0, 0, 'views/pages/security/element/Authorize.vue', b'1', b'0', b'0', 'mdi-sort-variant-lock', b'0', 'SysElementAuthorize', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', NULL, '2022-07-16 22:48:29.733', 2, NULL, '2022-07-16 22:48:29', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-security', b'0', NULL, b'1', NULL, '/authorize', '/authorize/application', '平台认证管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('c21db958-7eab-4dbc-8061-966294684219', NULL, '2022-07-16 22:58:47.236', 1, NULL, '2022-07-16 22:58:47.236', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-view-dashboard', b'0', NULL, b'1', NULL, '/dashboard', '/dashboard/console', 'Dashboard', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', NULL, '2022-07-16 22:36:31.755', 4, NULL, '2022-07-16 22:36:31.755', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-account-tie', b'0', NULL, b'1', NULL, '/hr', '/hr/organization', '人力资源管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', NULL, '2022-07-16 22:55:21.043', 0, NULL, '2022-07-16 22:55:21', NULL, b'1', 0, 0, 'views/pages/authorize/scope/Authorize.vue', b'1', b'0', b'0', 'mdi-vector-intersection', b'0', 'OAuth2ScopeAuthorize', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', NULL, '2022-07-16 22:46:59.014', 0, NULL, '2022-07-16 22:46:59', NULL, b'1', 0, 0, 'views/pages/hr/ownership/Content.vue', b'1', b'0', b'0', 'mdi-account-multiple-check-outline', b'0', 'SysOwnershipContent', b'1', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', NULL, '2022-07-16 22:33:50.326', 4, NULL, '2022-07-16 22:33:50', NULL, b'1', 0, 0, 'views/pages/security/attribute/Index.vue', b'0', b'1', b'1', 'mdi-layers-triple', b'0', 'SysAttribute', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', NULL, '2022-07-16 22:34:37.542', 0, NULL, '2022-07-16 22:34:37', NULL, b'1', 0, 0, 'views/pages/security/attribute/Content.vue', b'1', b'0', b'0', 'mdi-layers', b'0', 'SysAttributeContent', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', NULL, '2022-07-19 16:19:19.649', 5, NULL, '2022-07-19 16:19:19.649', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-transit-connection-variant', b'0', NULL, b'1', NULL, '/workflow', '/workflow/deployment', '工作流程管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', NULL, '2022-07-17 15:18:48.564', 2, NULL, '2022-07-17 15:18:48', NULL, b'1', 0, 0, 'views/pages/hr/department/Index.vue', b'0', b'1', b'1', 'mdi-home', b'0', 'SysDepartment', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', NULL, '2022-07-16 22:07:42.186', 2, NULL, '2022-07-16 22:07:42', NULL, b'1', 0, 0, 'views/pages/security/role/Index.vue', b'0', b'1', b'1', 'mdi-shield-account', b'0', 'SysRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', NULL, '2022-07-19 16:21:00.126', 1, NULL, '2022-07-19 16:21:00', NULL, b'1', 0, 0, 'views/pages/workflow/deployment/Index.vue', b'0', b'1', b'1', 'mdi-cloud-braces', b'0', 'WorkflowDeployment', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', NULL, '2023-01-07 22:11:18.672', 2, NULL, '2023-01-07 22:11:18', NULL, b'1', 0, 0, 'views/pages/workflow/process-definition/Index.vue', b'0', b'1', b'1', 'mdi-xml', b'0', 'WorkflowProcessDefinition', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', NULL, '2023-01-08 15:02:04.837', 3, NULL, '2023-01-08 15:02:04', NULL, b'1', 0, 0, 'views/pages/workflow/process-instance/Index.vue', b'0', b'0', b'1', 'mdi-motion-play', b'0', 'WorkflowProcessInstance', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', NULL, '2022-07-16 22:59:57.497', 0, NULL, '2022-07-16 22:59:57', NULL, b'1', 0, 0, 'views/dashboard/console/Index.vue', b'0', b'0', b'0', 'mdi-sign-text', b'0', 'DashboardConsole', b'0', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', NULL, '2023-01-22 13:26:49.837', 2, NULL, '2023-01-22 13:26:49', NULL, b'1', 0, 0, 'views/dashboard/workbench/Index.vue', b'0', b'1', b'1', 'mdi-desktop-classic', b'0', 'DashboardWorkbench', b'1', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', NULL, '2023-01-19 21:53:08.863', 5, NULL, '2023-01-19 21:53:08', NULL, b'1', 0, 0, 'views/pages/workflow/dynamic-form/Index.vue', b'0', b'1', b'1', 'mdi-monitor-dashboard', b'0', 'WorkflowDynamicForm', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', NULL, '2023-02-15 20:46:09.353', 0, NULL, '2023-02-15 20:46:09', NULL, b'1', 0, 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', b'1', b'0', b'0', 'mdi-flag-plus', b'0', 'WorkflowProcessStart', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', NULL, '2023-02-27 17:22:39.682', 1, NULL, '2023-02-27 17:22:39', NULL, b'1', 0, 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', b'1', b'0', b'0', 'mdi-check-decagram', b'0', 'WorkflowProcessApprove', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', NULL, '2022-07-16 22:29:06.482', 3, NULL, '2022-07-16 22:29:06', NULL, b'1', 0, 0, 'views/pages/security/permission/Index.vue', b'0', b'1', b'1', 'mdi-shield-link-variant', b'0', 'SysPermission', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', NULL, '2023-03-12 15:49:12.236', 0, NULL, '2023-03-12 15:49:12.236', NULL, b'1', 0, 0, 'views/pages/security/permission/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-check-multiple', b'0', 'SysPermissionContent', b'1', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', NULL, '2023-03-12 16:02:52.003', 0, NULL, '2023-03-12 16:02:52.003', NULL, b'1', 0, 0, 'views/pages/security/attribute/Authorize.vue', b'1', b'0', b'0', 'mdi-layers-edit', b'0', 'SysAttributeAuthorize', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', NULL, '2023-03-31 14:24:55.765', 7, NULL, '2023-03-31 14:24:55.765', NULL, b'1', 0, 0, 'views/pages/security/tenant/Index.vue', b'0', b'1', b'1', 'mdi-database-plus', b'0', 'SysTenantDataSource', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', NULL, '2023-03-31 14:26:35.349', 0, NULL, '2023-03-31 14:26:35', NULL, b'1', 0, 0, 'views/pages/security/tenant/Content.vue', b'1', b'0', b'0', 'mdi-database-edit', b'0', 'SysTenantDataSourceContent', b'1', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', NULL, '2022-07-16 22:26:37.924', 5, NULL, '2022-07-16 22:26:37', NULL, b'1', 0, 0, 'views/pages/security/default-role/Index.vue', b'0', b'1', b'1', 'mdi-lock-open-alert', b'0', 'SysDefaultRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', NULL); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', 5, '2023-05-24 17:47:49.783', NULL, b'1', 0, 0, 'views/pages/authorize/product/Index.vue', b'0', b'1', b'1', 'mdi-folder-table', b'0', 'OAuth2Product', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', 1, '2023-05-24 17:47:55.885', NULL, b'1', 0, 0, 'views/pages/authorize/product/Content.vue', b'1', b'0', b'0', 'mdi-folder-text', b'0', 'OAuth2ProductContent', b'1', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', 6, '2023-05-24 17:50:31.431', NULL, b'1', 0, 0, 'views/pages/authorize/device/Index.vue', b'0', b'1', b'1', 'mdi-devices', b'0', 'OAuth2Device', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_time`, `ranking`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`, `create_by`, `update_by`) VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', 1, '2023-05-24 17:50:37.93', NULL, b'1', 0, 0, 'views/pages/authorize/device/Content.vue', b'1', b'0', b'0', 'mdi-lan-check', b'0', 'OAuth2DeviceContent', b'1', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', NULL, 'system', 'system'); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', 'system', '2023-05-28 21:32:26.818', 8, 'system', '2023-05-28 21:37:08.235', NULL, b'1', 0, 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-cloud-upload', b'0', NULL, b'0', NULL, '/oss', '/oss/bucket', '对象存储管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', 'system', '2023-05-28 21:33:50.411', 1, 'system', '2023-05-28 21:37:15.403', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Index.vue', b'0', b'1', b'1', 'mdi-bucket', b'0', 'OssBucket', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', 'system', '2023-05-28 21:36:49.851', 0, 'system', '2023-05-28 21:37:26.726', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Content.vue', b'1', b'0', b'0', 'mdi-bucket-outline', b'0', 'OssBucketContent', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', 'system', '2023-05-31 23:07:27.146', 2, 'system', '2023-05-31 23:07:47.669', NULL, b'1', 0, 0, 'views/pages/oss/object/Index.vue', b'0', b'1', b'1', 'mdi-file-cabinet', b'0', 'OssObject', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', 'system', '2023-06-06 12:28:56.979', 2, 'system', '2023-06-06 12:29:07.842', NULL, b'1', 0, 0, 'views/pages/oss/bucket/Authorize.vue', b'1', b'0', b'0', 'mdi-cog-outline', b'0', 'OssBucketAuthorize', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', 'system', '2023-06-12 22:12:44.386', 1, 'system', '2023-06-12 22:13:20.132', NULL, b'1', 0, 0, 'views/pages/oss/object/Authorize.vue', b'1', b'0', b'0', 'mdi-file-cog', b'0', 'OssObjectAuthorize', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', NULL); -INSERT INTO `sys_element` (`element_id`, `create_by`, `create_time`, `ranking`, `update_by`, `update_time`, `description`, `is_reserved`, `reversion`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `type`) VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', 'system', '2023-07-04 23:33:40.791', 1, 'system', '2023-07-04 23:34:57.979', NULL, b'1', 0, 0, 'views/pages/oss/object/Content.vue', b'1', b'0', b'0', 'mdi-folder-open', b'0', 'OssObjectContent', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', NULL); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '2022-07-16 21:43:14.156', '2022-07-16 21:43:14', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-lock-pattern', b'0', NULL, b'1', NULL, '/security', '/security/user', '用户安全管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', '2022-07-16 22:49:43.981', '2022-07-16 22:49:43', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/authorize/application/Index.vue', b'0', b'1', b'1', 'mdi-apps', b'0', 'OAuth2Application', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', '2022-07-16 21:59:25.943', '2022-07-16 21:59:25', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/security/user/Index.vue', b'0', b'1', b'1', 'mdi-badge-account-horizontal', b'0', 'SysUser', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', '2022-07-16 22:45:57.764', '2022-07-16 22:45:57', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/hr/ownership/Index.vue', b'0', b'1', b'1', 'mdi-account-switch', b'0', 'SysOwnership', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', '2022-07-16 22:06:02.03', '2022-07-16 22:06:02', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/user/Authorize.vue', b'1', b'0', b'0', 'mdi-badge-account-alert', b'0', 'SysUserAuthorize', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', '2022-07-16 22:43:51.89', '2022-07-16 22:43:51.89', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/hr/employee/Index.vue', b'0', b'1', b'1', 'mdi-card-account-details-star', b'0', 'SysEmployee', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', '2022-07-16 22:30:40.258', '2022-07-16 22:30:40.258', NULL, 0, NULL, NULL, 6, b'1', 0, 'views/pages/security/element/Index.vue', b'0', b'1', b'1', 'mdi-clipboard-text', b'0', 'SysElement', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', '2022-07-16 22:57:21.513', '2022-07-16 22:57:21', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/authorize/compliance/Index.vue', b'0', b'0', b'0', 'mdi-receipt-text-check', b'0', 'OAuth2Compliance', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', '2022-07-16 22:53:22.541', '2022-07-16 22:53:22', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/authorize/scope/Index.vue', b'0', b'1', b'1', 'mdi-group', b'0', 'OAuth2Scope', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', '2022-07-16 22:51:04.542', '2022-07-16 22:51:04', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/application/Content.vue', b'1', b'0', b'0', 'mdi-application-edit', b'0', 'OAuth2ApplicationContent', b'1', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', '2022-07-16 22:37:29.561', '2022-07-16 22:37:29', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/hr/organization/Index.vue', b'0', b'1', b'1', 'mdi-bank-outline', b'0', 'SysOrganization', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', '2022-07-16 22:56:24.016', '2022-07-16 22:56:24', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/authorize/token/Index.vue', b'0', b'0', b'0', 'mdi-sitemap', b'0', 'OAuth2Token', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', '2022-07-16 22:54:31.827', '2022-07-16 22:54:31', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/scope/Content.vue', b'1', b'0', b'0', 'mdi-vector-link', b'0', 'OAuth2ScopeContent', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', '2022-07-16 22:42:31.936', '2022-07-16 22:42:31', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/department/Content.vue', b'1', b'0', b'0', 'mdi-home-edit', b'0', 'SysDepartmentContent', b'1', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('ddc98314-5b84-4471-9dd1-733103321504', '2022-07-16 22:44:37.69', '2022-07-16 22:44:37', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/employee/Content.vue', b'1', b'0', b'0', 'mdi-card-account-details', b'0', 'SysEmployeeContent', b'1', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', '2022-07-16 22:38:38.018', '2022-07-16 22:38:38', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/organization/Content.vue', b'1', b'0', b'0', 'mdi-bank-check', b'0', 'SysOrganizationContent', b'1', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', '2022-07-16 22:02:28.563', '2022-07-16 22:02:28', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/user/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-account', b'0', 'SysUserContent', b'1', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', '2022-07-16 22:27:41.408', '2022-07-16 22:27:41', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/default-role/Authorize.vue', b'1', b'0', b'0', 'mdi-lock-open-check', b'0', 'SysDefaultRoleAuthorize', b'1', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', '2022-07-16 22:31:57.556', '2022-07-16 22:31:57', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/element/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-text-multiple', b'0', 'SysElementContent', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', '2022-07-16 22:23:59.842', '2022-07-16 22:23:59', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/role/Authorize.vue', b'1', b'0', b'0', 'mdi-shield-key', b'0', 'SysRoleAuthorize', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', '2022-07-16 22:22:48.381', '2022-07-16 22:22:48', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/role/Content.vue', b'1', b'0', b'0', 'mdi-shield-edit', b'0', 'SysRoleContent', b'1', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', '2022-07-16 22:32:45.894', '2022-07-16 22:32:45', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/element/Authorize.vue', b'1', b'0', b'0', 'mdi-sort-variant-lock', b'0', 'SysElementAuthorize', b'1', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '2022-07-16 22:48:29.733', '2022-07-16 22:48:29', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-security', b'0', NULL, b'1', NULL, '/authorize', '/authorize/application', '平台认证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('c21db958-7eab-4dbc-8061-966294684219', '2022-07-16 22:58:47.236', '2022-07-16 22:58:47.236', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-view-dashboard', b'0', NULL, b'1', NULL, '/dashboard', '/dashboard/console', 'Dashboard', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', '2022-07-16 22:36:31.755', '2022-07-16 22:36:31.755', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-account-tie', b'0', NULL, b'1', NULL, '/hr', '/hr/organization', '人力资源管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', '2022-07-16 22:55:21.043', '2022-07-16 22:55:21', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/authorize/scope/Authorize.vue', b'1', b'0', b'0', 'mdi-vector-intersection', b'0', 'OAuth2ScopeAuthorize', b'1', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', '2022-07-16 22:46:59.014', '2022-07-16 22:46:59', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/hr/ownership/Content.vue', b'1', b'0', b'0', 'mdi-account-multiple-check-outline', b'0', 'SysOwnershipContent', b'1', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', '2022-07-16 22:33:50.326', '2022-07-16 22:33:50', NULL, 0, NULL, NULL, 4, b'1', 0, 'views/pages/security/attribute/Index.vue', b'0', b'1', b'1', 'mdi-layers-triple', b'0', 'SysAttribute', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', '2022-07-16 22:34:37.542', '2022-07-16 22:34:37', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/attribute/Content.vue', b'1', b'0', b'0', 'mdi-layers', b'0', 'SysAttributeContent', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', '2022-07-19 16:19:19.649', '2022-07-19 16:19:19.649', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-transit-connection-variant', b'0', NULL, b'1', NULL, '/workflow', '/workflow/deployment', '工作流程管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', '2022-07-17 15:18:48.564', '2022-07-17 15:18:48', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/hr/department/Index.vue', b'0', b'1', b'1', 'mdi-home', b'0', 'SysDepartment', b'1', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '2022-07-16 22:07:42.186', '2022-07-16 22:07:42', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/security/role/Index.vue', b'0', b'1', b'1', 'mdi-shield-account', b'0', 'SysRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', '2022-07-19 16:21:00.126', '2022-07-19 16:21:00', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/workflow/deployment/Index.vue', b'0', b'1', b'1', 'mdi-cloud-braces', b'0', 'WorkflowDeployment', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', '2023-01-07 22:11:18.672', '2023-01-07 22:11:18', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/pages/workflow/process-definition/Index.vue', b'0', b'1', b'1', 'mdi-xml', b'0', 'WorkflowProcessDefinition', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', '2023-01-08 15:02:04.837', '2023-01-08 15:02:04', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/workflow/process-instance/Index.vue', b'0', b'0', b'1', 'mdi-motion-play', b'0', 'WorkflowProcessInstance', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', '2022-07-16 22:59:57.497', '2022-07-16 22:59:57', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/dashboard/console/Index.vue', b'0', b'0', b'0', 'mdi-sign-text', b'0', 'DashboardConsole', b'0', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '2023-01-22 13:26:49.837', '2023-01-22 13:26:49', NULL, 0, NULL, NULL, 2, b'1', 0, 'views/dashboard/workbench/Index.vue', b'0', b'1', b'1', 'mdi-desktop-classic', b'0', 'DashboardWorkbench', b'1', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', '2023-01-19 21:53:08.863', '2023-01-19 21:53:08', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/pages/workflow/dynamic-form/Index.vue', b'0', b'1', b'1', 'mdi-monitor-dashboard', b'0', 'WorkflowDynamicForm', b'1', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', '2023-02-15 20:46:09.353', '2023-02-15 20:46:09', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', b'1', b'0', b'0', 'mdi-flag-plus', b'0', 'WorkflowProcessStart', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', '2023-02-27 17:22:39.682', '2023-02-27 17:22:39', NULL, 0, NULL, NULL, 1, b'1', 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', b'1', b'0', b'0', 'mdi-check-decagram', b'0', 'WorkflowProcessApprove', b'1', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', '2022-07-16 22:29:06.482', '2022-07-16 22:29:06', NULL, 0, NULL, NULL, 3, b'1', 0, 'views/pages/security/permission/Index.vue', b'0', b'1', b'1', 'mdi-shield-link-variant', b'0', 'SysPermission', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', '2023-03-12 15:49:12.236', '2023-03-12 15:49:12.236', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/permission/Content.vue', b'1', b'0', b'0', 'mdi-clipboard-check-multiple', b'0', 'SysPermissionContent', b'1', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', '2023-03-12 16:02:52.003', '2023-03-12 16:02:52.003', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/attribute/Authorize.vue', b'1', b'0', b'0', 'mdi-layers-edit', b'0', 'SysAttributeAuthorize', b'1', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', '2023-03-31 14:24:55.765', '2023-03-31 14:24:55.765', NULL, 0, NULL, NULL, 7, b'1', 0, 'views/pages/security/tenant/Index.vue', b'0', b'1', b'1', 'mdi-database-plus', b'0', 'SysTenantDataSource', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', '2023-03-31 14:26:35.349', '2023-03-31 14:26:35', NULL, 0, NULL, NULL, 0, b'1', 0, 'views/pages/security/tenant/Content.vue', b'1', b'0', b'0', 'mdi-database-edit', b'0', 'SysTenantDataSourceContent', b'1', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', '2022-07-16 22:26:37.924', '2022-07-16 22:26:37', NULL, 0, NULL, NULL, 5, b'1', 0, 'views/pages/security/default-role/Index.vue', b'0', b'1', b'1', 'mdi-lock-open-alert', b'0', 'SysDefaultRole', b'1', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', '2023-05-24 17:47:49.783', 'system', 0, 'system', NULL, 5, b'1', 0, 'views/pages/authorize/product/Index.vue', b'0', b'1', b'1', 'mdi-folder-table', b'0', 'OAuth2Product', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', '2023-05-24 17:47:55.885', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/authorize/product/Content.vue', b'1', b'0', b'0', 'mdi-folder-text', b'0', 'OAuth2ProductContent', b'1', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', '2023-05-24 17:50:31.431', 'system', 0, 'system', NULL, 6, b'1', 0, 'views/pages/authorize/device/Index.vue', b'0', b'1', b'1', 'mdi-devices', b'0', 'OAuth2Device', b'1', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', '2023-05-24 17:50:37.93', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/authorize/device/Content.vue', b'1', b'0', b'0', 'mdi-lan-check', b'0', 'OAuth2DeviceContent', b'1', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '2023-05-28 21:32:26.818', '2023-05-28 21:37:08.235', 'system', 0, 'system', NULL, 8, b'1', 0, 'views/layouts/Index.vue', b'0', b'1', b'0', 'mdi-cloud-upload', b'0', NULL, b'0', NULL, '/oss', '/oss/bucket', '对象存储管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', '2023-05-28 21:33:50.411', '2023-05-28 21:37:15.403', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/bucket/Index.vue', b'0', b'1', b'1', 'mdi-bucket', b'0', 'OssBucket', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', '2023-05-28 21:36:49.851', '2023-05-28 21:37:26.726', 'system', 0, 'system', NULL, 0, b'1', 0, 'views/pages/oss/bucket/Content.vue', b'1', b'0', b'0', 'mdi-bucket-outline', b'0', 'OssBucketContent', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', '2023-05-31 23:07:27.146', '2023-05-31 23:07:47.669', 'system', 0, 'system', NULL, 2, b'1', 0, 'views/pages/oss/object/Index.vue', b'0', b'1', b'1', 'mdi-file-cabinet', b'0', 'OssObject', b'1', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', '2023-06-06 12:28:56.979', '2023-06-06 12:29:07.842', 'system', 0, 'system', NULL, 2, b'1', 0, 'views/pages/oss/bucket/Authorize.vue', b'1', b'0', b'0', 'mdi-cog-outline', b'0', 'OssBucketAuthorize', b'1', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', '2023-06-12 22:12:44.386', '2023-06-12 22:13:20.132', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/object/Authorize.vue', b'1', b'0', b'0', 'mdi-file-cog', b'0', 'OssObjectAuthorize', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', 'WEB', 'MENU', 'APP'); +INSERT INTO `sys_element` (`element_id`, `create_time`, `update_time`, `create_by`, `reversion`, `update_by`, `description`, `ranking`, `is_reserved`, `status`, `component`, `detail_content`, `have_child`, `hide_all_child`, `icon`, `ignore_auth`, `name`, `not_keep_alive`, `parent_id`, `path`, `redirect`, `title`, `application_type`, `element_category`, `menu_scenario`) VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', '2023-07-04 23:33:40.791', '2023-07-04 23:34:57.979', 'system', 0, 'system', NULL, 1, b'1', 0, 'views/pages/oss/object/Content.vue', b'1', b'0', b'0', 'mdi-folder-open', b'0', 'OssObjectContent', b'1', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', 'WEB', 'MENU', 'APP'); -- ---------------------------- -- Table data for sys_element_role @@ -361,8 +361,7 @@ FROM FROM `sys_attribute` sa WHERE - sa.url LIKE'%authorize%' - AND sa.url != '/authorize/constant/enums' UNION + sa.url LIKE'%authorize%' UNION SELECT '3' AS permission_id, sa.attribute_id @@ -385,22 +384,6 @@ FROM `sys_attribute` sa WHERE sa.url LIKE'%camunda-extended%' UNION - SELECT - '6' AS permission_id, - sa.attribute_id - FROM - `sys_attribute` sa - WHERE - sa.url LIKE'%db%' - OR sa.url LIKE'%asset%' UNION - SELECT - '7' AS permission_id, - sa.attribute_id - FROM - `sys_attribute` sa - WHERE - sa.url LIKE'%meteorology%' - OR sa.url LIKE'%satellite%' UNION SELECT '8' AS permission_id, sa.attribute_id @@ -408,5 +391,4 @@ FROM `sys_attribute` sa WHERE sa.url LIKE'%oss%' - AND sa.url != '/oss/minio/constant/enums' ) AS st; \ No newline at end of file diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql index d1d7ecb8..222d022d 100644 --- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql +++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql @@ -177,63 +177,63 @@ INSERT INTO "sys_default_role" ("default_id", "create_time", "ranking", "update_ -- ---------------------------- -- Table data for sys_element -- ---------------------------- -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', NULL, '2022-07-16 21:43:14.156', 3, NULL, '2022-07-16 21:43:14', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-lock-pattern', 'f', NULL, 't', NULL, '/security', '/security/user', '用户安全管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', NULL, '2022-07-16 22:49:43.981', 1, NULL, '2022-07-16 22:49:43', NULL, 't', 0, 0, 'views/pages/authorize/application/Index.vue', 'f', 't', 't', 'mdi-apps', 'f', 'OAuth2Application', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', NULL, '2022-07-16 21:59:25.943', 1, NULL, '2022-07-16 21:59:25', NULL, 't', 0, 0, 'views/pages/security/user/Index.vue', 'f', 't', 't', 'mdi-badge-account-horizontal', 'f', 'SysUser', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', NULL, '2022-07-16 22:45:57.764', 4, NULL, '2022-07-16 22:45:57', NULL, 't', 0, 0, 'views/pages/hr/ownership/Index.vue', 'f', 't', 't', 'mdi-account-switch', 'f', 'SysOwnership', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', NULL, '2022-07-16 22:06:02.03', 0, NULL, '2022-07-16 22:06:02', NULL, 't', 0, 0, 'views/pages/security/user/Authorize.vue', 't', 'f', 'f', 'mdi-badge-account-alert', 'f', 'SysUserAuthorize', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', NULL, '2022-07-16 22:43:51.89', 3, NULL, '2022-07-16 22:43:51.89', NULL, 't', 0, 0, 'views/pages/hr/employee/Index.vue', 'f', 't', 't', 'mdi-card-account-details-star', 'f', 'SysEmployee', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', NULL, '2022-07-16 22:30:40.258', 6, NULL, '2022-07-16 22:30:40.258', NULL, 't', 0, 0, 'views/pages/security/element/Index.vue', 'f', 't', 't', 'mdi-clipboard-text', 'f', 'SysElement', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', NULL, '2022-07-16 22:57:21.513', 4, NULL, '2022-07-16 22:57:21', NULL, 't', 0, 0, 'views/pages/authorize/compliance/Index.vue', 'f', 'f', 'f', 'mdi-receipt-text-check', 'f', 'OAuth2Compliance', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', NULL, '2022-07-16 22:53:22.541', 2, NULL, '2022-07-16 22:53:22', NULL, 't', 0, 0, 'views/pages/authorize/scope/Index.vue', 'f', 't', 't', 'mdi-group', 'f', 'OAuth2Scope', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', NULL, '2022-07-16 22:51:04.542', 0, NULL, '2022-07-16 22:51:04', NULL, 't', 0, 0, 'views/pages/authorize/application/Content.vue', 't', 'f', 'f', 'mdi-application-edit', 'f', 'OAuth2ApplicationContent', 't', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', NULL, '2022-07-16 22:37:29.561', 1, NULL, '2022-07-16 22:37:29', NULL, 't', 0, 0, 'views/pages/hr/organization/Index.vue', 'f', 't', 't', 'mdi-bank-outline', 'f', 'SysOrganization', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', NULL, '2022-07-16 22:56:24.016', 3, NULL, '2022-07-16 22:56:24', NULL, 't', 0, 0, 'views/pages/authorize/token/Index.vue', 'f', 'f', 'f', 'mdi-sitemap', 'f', 'OAuth2Token', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', NULL, '2022-07-16 22:54:31.827', 0, NULL, '2022-07-16 22:54:31', NULL, 't', 0, 0, 'views/pages/authorize/scope/Content.vue', 't', 'f', 'f', 'mdi-vector-link', 'f', 'OAuth2ScopeContent', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', NULL, '2022-07-16 22:42:31.936', 0, NULL, '2022-07-16 22:42:31', NULL, 't', 0, 0, 'views/pages/hr/department/Content.vue', 't', 'f', 'f', 'mdi-home-edit', 'f', 'SysDepartmentContent', 't', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('ddc98314-5b84-4471-9dd1-733103321504', NULL, '2022-07-16 22:44:37.69', 0, NULL, '2022-07-16 22:44:37', NULL, 't', 0, 0, 'views/pages/hr/employee/Content.vue', 't', 'f', 'f', 'mdi-card-account-details', 'f', 'SysEmployeeContent', 't', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', NULL, '2022-07-16 22:38:38.018', 0, NULL, '2022-07-16 22:38:38', NULL, 't', 0, 0, 'views/pages/hr/organization/Content.vue', 't', 'f', 'f', 'mdi-bank-check', 'f', 'SysOrganizationContent', 't', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', NULL, '2022-07-16 22:02:28.563', 0, NULL, '2022-07-16 22:02:28', NULL, 't', 0, 0, 'views/pages/security/user/Content.vue', 't', 'f', 'f', 'mdi-clipboard-account', 'f', 'SysUserContent', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', NULL, '2022-07-16 22:27:41.408', 0, NULL, '2022-07-16 22:27:41', NULL, 't', 0, 0, 'views/pages/security/default-role/Authorize.vue', 't', 'f', 'f', 'mdi-lock-open-check', 'f', 'SysDefaultRoleAuthorize', 't', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', NULL, '2022-07-16 22:31:57.556', 0, NULL, '2022-07-16 22:31:57', NULL, 't', 0, 0, 'views/pages/security/element/Content.vue', 't', 'f', 'f', 'mdi-clipboard-text-multiple', 'f', 'SysElementContent', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', NULL, '2022-07-16 22:23:59.842', 0, NULL, '2022-07-16 22:23:59', NULL, 't', 0, 0, 'views/pages/security/role/Authorize.vue', 't', 'f', 'f', 'mdi-shield-key', 'f', 'SysRoleAuthorize', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', NULL, '2022-07-16 22:22:48.381', 0, NULL, '2022-07-16 22:22:48', NULL, 't', 0, 0, 'views/pages/security/role/Content.vue', 't', 'f', 'f', 'mdi-shield-edit', 'f', 'SysRoleContent', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', NULL, '2022-07-16 22:32:45.894', 0, NULL, '2022-07-16 22:32:45', NULL, 't', 0, 0, 'views/pages/security/element/Authorize.vue', 't', 'f', 'f', 'mdi-sort-variant-lock', 'f', 'SysElementAuthorize', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', NULL, '2022-07-16 22:48:29.733', 2, NULL, '2022-07-16 22:48:29', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-security', 'f', NULL, 't', NULL, '/authorize', '/authorize/application', '平台认证管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('c21db958-7eab-4dbc-8061-966294684219', NULL, '2022-07-16 22:58:47.236', 1, NULL, '2022-07-16 22:58:47.236', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-view-dashboard', 'f', NULL, 't', NULL, '/dashboard', '/dashboard/console', 'Dashboard', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', NULL, '2022-07-16 22:36:31.755', 4, NULL, '2022-07-16 22:36:31.755', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-account-tie', 'f', NULL, 't', NULL, '/hr', '/hr/organization', '人力资源管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', NULL, '2022-07-16 22:55:21.043', 0, NULL, '2022-07-16 22:55:21', NULL, 't', 0, 0, 'views/pages/authorize/scope/Authorize.vue', 't', 'f', 'f', 'mdi-vector-intersection', 'f', 'OAuth2ScopeAuthorize', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', NULL, '2022-07-16 22:46:59.014', 0, NULL, '2022-07-16 22:46:59', NULL, 't', 0, 0, 'views/pages/hr/ownership/Content.vue', 't', 'f', 'f', 'mdi-account-multiple-check-outline', 'f', 'SysOwnershipContent', 't', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', NULL, '2022-07-16 22:33:50.326', 4, NULL, '2022-07-16 22:33:50', NULL, 't', 0, 0, 'views/pages/security/attribute/Index.vue', 'f', 't', 't', 'mdi-layers-triple', 'f', 'SysAttribute', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', NULL, '2022-07-16 22:34:37.542', 0, NULL, '2022-07-16 22:34:37', NULL, 't', 0, 0, 'views/pages/security/attribute/Content.vue', 't', 'f', 'f', 'mdi-layers', 'f', 'SysAttributeContent', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', NULL, '2022-07-19 16:19:19.649', 5, NULL, '2022-07-19 16:19:19.649', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-transit-connection-variant', 'f', NULL, 't', NULL, '/workflow', '/workflow/deployment', '工作流程管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', NULL, '2022-07-17 15:18:48.564', 2, NULL, '2022-07-17 15:18:48', NULL, 't', 0, 0, 'views/pages/hr/department/Index.vue', 'f', 't', 't', 'mdi-home', 'f', 'SysDepartment', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', NULL, '2022-07-16 22:07:42.186', 2, NULL, '2022-07-16 22:07:42', NULL, 't', 0, 0, 'views/pages/security/role/Index.vue', 'f', 't', 't', 'mdi-shield-account', 'f', 'SysRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', NULL, '2022-07-19 16:21:00.126', 1, NULL, '2022-07-19 16:21:00', NULL, 't', 0, 0, 'views/pages/workflow/deployment/Index.vue', 'f', 't', 't', 'mdi-cloud-braces', 'f', 'WorkflowDeployment', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', NULL, '2023-01-07 22:11:18.672', 2, NULL, '2023-01-07 22:11:18', NULL, 't', 0, 0, 'views/pages/workflow/process-definition/Index.vue', 'f', 't', 't', 'mdi-xml', 'f', 'WorkflowProcessDefinition', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', NULL, '2023-01-08 15:02:04.837', 3, NULL, '2023-01-08 15:02:04', NULL, 't', 0, 0, 'views/pages/workflow/process-instance/Index.vue', 'f', 'f', 't', 'mdi-motion-play', 'f', 'WorkflowProcessInstance', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', NULL, '2022-07-16 22:59:57.497', 0, NULL, '2022-07-16 22:59:57', NULL, 't', 0, 0, 'views/dashboard/console/Index.vue', 'f', 'f', 'f', 'mdi-sign-text', 'f', 'DashboardConsole', 'f', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', NULL, '2023-01-22 13:26:49.837', 2, NULL, '2023-01-22 13:26:49', NULL, 't', 0, 0, 'views/dashboard/workbench/Index.vue', 'f', 't', 't', 'mdi-desktop-classic', 'f', 'DashboardWorkbench', 't', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', NULL, '2023-01-19 21:53:08.863', 5, NULL, '2023-01-19 21:53:08', NULL, 't', 0, 0, 'views/pages/workflow/dynamic-form/Index.vue', 'f', 't', 't', 'mdi-monitor-dashboard', 'f', 'WorkflowDynamicForm', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', NULL, '2023-02-15 20:46:09.353', 0, NULL, '2023-02-15 20:46:09', NULL, 't', 0, 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', 't', 'f', 'f', 'mdi-flag-plus', 'f', 'WorkflowProcessStart', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', NULL, '2023-02-27 17:22:39.682', 1, NULL, '2023-02-27 17:22:39', NULL, 't', 0, 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', 't', 'f', 'f', 'mdi-check-decagram', 'f', 'WorkflowProcessApprove', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', NULL, '2022-07-16 22:29:06.482', 3, NULL, '2022-07-16 22:29:06', NULL, 't', 0, 0, 'views/pages/security/permission/Index.vue', 'f', 't', 't', 'mdi-shield-link-variant', 'f', 'SysPermission', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', NULL, '2023-03-12 15:49:12.236', 0, NULL, '2023-03-12 15:49:12.236', NULL, 't', 0, 0, 'views/pages/security/permission/Content.vue', 't', 'f', 'f', 'mdi-clipboard-check-multiple', 'f', 'SysPermissionContent', 't', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', NULL, '2023-03-12 16:02:52.003', 0, NULL, '2023-03-12 16:02:52.003', NULL, 't', 0, 0, 'views/pages/security/attribute/Authorize.vue', 't', 'f', 'f', 'mdi-layers-edit', 'f', 'SysAttributeAuthorize', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', NULL, '2023-03-31 14:24:55.765', 7, NULL, '2023-03-31 14:24:55.765', NULL, 't', 0, 0, 'views/pages/security/tenant/Index.vue', 'f', 't', 't', 'mdi-database-plus', 'f', 'SysTenantDataSource', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', NULL, '2023-03-31 14:26:35.349', 0, NULL, '2023-03-31 14:26:35', NULL, 't', 0, 0, 'views/pages/security/tenant/Content.vue', 't', 'f', 'f', 'mdi-database-edit', 'f', 'SysTenantDataSourceContent', 't', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', NULL, '2022-07-16 22:26:37.924', 5, NULL, '2022-07-16 22:26:37', NULL, 't', 0, 0, 'views/pages/security/default-role/Index.vue', 'f', 't', 't', 'mdi-lock-open-alert', 'f', 'SysDefaultRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', NULL); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', 5, '2023-05-24 17:47:49.783', NULL, 't', 0, 0, 'views/pages/authorize/product/Index.vue', 'f', 't', 't', 'mdi-folder-table', 'f', 'OAuth2Product', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', 1, '2023-05-24 17:47:55.885', NULL, 't', 0, 0, 'views/pages/authorize/product/Content.vue', 't', 'f', 'f', 'mdi-folder-text', 'f', 'OAuth2ProductContent', 't', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', 6, '2023-05-24 17:50:31.431', NULL, 't', 0, 0, 'views/pages/authorize/device/Index.vue', 'f', 't', 't', 'mdi-devices', 'f', 'OAuth2Device', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_time", "ranking", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type", "create_by", "update_by") VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', 1, '2023-05-24 17:50:37.93', NULL, 't', 0, 0, 'views/pages/authorize/device/Content.vue', 't', 'f', 'f', 'mdi-lan-check', 'f', 'OAuth2DeviceContent', 't', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', NULL, 'system', 'system'); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', 'system', '2023-05-28 21:32:26.818', 8, 'system', '2023-05-28 21:37:08.235', NULL, 't', 0, 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-cloud-upload', 'f', NULL, 'f', NULL, '/oss', '/oss/bucket', '对象存储管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', 'system', '2023-05-28 21:33:50.411', 1, 'system', '2023-05-28 21:37:15.403', NULL, 't', 0, 0, 'views/pages/oss/bucket/Index.vue', 'f', 't', 't', 'mdi-bucket', 'f', 'OssBucket', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', 'system', '2023-05-28 21:36:49.851', 0, 'system', '2023-05-28 21:37:26.726', NULL, 't', 0, 0, 'views/pages/oss/bucket/Content.vue', 't', 'f', 'f', 'mdi-bucket-outline', 'f', 'OssBucketContent', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', 'system', '2023-05-31 23:07:27.146', 2, 'system', '2023-05-31 23:07:47.669', NULL, 't', 0, 0, 'views/pages/oss/object/Index.vue', 'f', 't', 't', 'mdi-file-cabinet', 'f', 'OssObject', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', 'system', '2023-06-06 12:28:56.979', 2, 'system', '2023-06-06 12:29:07.842', NULL, 't', 0, 0, 'views/pages/oss/bucket/Authorize.vue', 't', 'f', 'f', 'mdi-cog-outline', 'f', 'OssBucketAuthorize', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', 'system', '2023-06-12 22:12:44.386', 1, 'system', '2023-06-12 22:13:20.132', NULL, 't', 0, 0, 'views/pages/oss/object/Authorize.vue', 't', 'f', 'f', 'mdi-file-cog', 'f', 'OssObjectAuthorize', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', NULL); -INSERT INTO "sys_element" ("element_id", "create_by", "create_time", "ranking", "update_by", "update_time", "description", "is_reserved", "reversion", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "type") VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', 'system', '2023-07-04 23:33:40.791', 1, 'system', '2023-07-04 23:34:57.979', NULL, 't', 0, 0, 'views/pages/oss/object/Content.vue', 't', 'f', 'f', 'mdi-folder-open', 'f', 'OssObjectContent', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', NULL); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '2022-07-16 21:43:14.156', '2022-07-16 21:43:14', NULL, 0, NULL, NULL, 3, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-lock-pattern', 'f', NULL, 't', NULL, '/security', '/security/user', '用户安全管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('41ec5b56-32d7-4029-8218-9c9bac6faa16', '2022-07-16 22:49:43.981', '2022-07-16 22:49:43', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/authorize/application/Index.vue', 'f', 't', 't', 'mdi-apps', 'f', 'OAuth2Application', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/application', NULL, '应用管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4ec4ed5e-d815-4318-937a-12d567957237', '2022-07-16 21:59:25.943', '2022-07-16 21:59:25', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/security/user/Index.vue', 'f', 't', 't', 'mdi-badge-account-horizontal', 'f', 'SysUser', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/user', NULL, '用户管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('19e8d4f4-66ef-4407-b090-dad1220ea2c3', '2022-07-16 22:45:57.764', '2022-07-16 22:45:57', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/hr/ownership/Index.vue', 'f', 't', 't', 'mdi-account-switch', 'f', 'SysOwnership', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/ownership', NULL, '人员归属', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2de6fcfe-12e6-4e6a-b772-b8dd728a7da0', '2022-07-16 22:06:02.03', '2022-07-16 22:06:02', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/user/Authorize.vue', 't', 'f', 'f', 'mdi-badge-account-alert', 'f', 'SysUserAuthorize', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/authorize', NULL, '用户角色', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('10eae473-87c5-4012-8078-8cd3c8d68c33', '2022-07-16 22:43:51.89', '2022-07-16 22:43:51.89', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/hr/employee/Index.vue', 'f', 't', 't', 'mdi-card-account-details-star', 'f', 'SysEmployee', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/employee', NULL, '人员管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('118b6d69-1c5c-433c-8316-b65a9e263e45', '2022-07-16 22:30:40.258', '2022-07-16 22:30:40.258', NULL, 0, NULL, NULL, 6, 't', 0, 'views/pages/security/element/Index.vue', 'f', 't', 't', 'mdi-clipboard-text', 'f', 'SysElement', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/element', NULL, '菜单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b14afb51-60a7-476d-bf45-57603d79f0db', '2022-07-16 22:57:21.513', '2022-07-16 22:57:21', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/authorize/compliance/Index.vue', 'f', 'f', 'f', 'mdi-receipt-text-check', 'f', 'OAuth2Compliance', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/compliance', NULL, '日志审计', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b2e3f395-a861-46b8-a00b-96102eaa3f7c', '2022-07-16 22:53:22.541', '2022-07-16 22:53:22', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/authorize/scope/Index.vue', 'f', 't', 't', 'mdi-group', 'f', 'OAuth2Scope', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/scope', NULL, '范围管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e96985c2-94a5-4e11-a3ab-a71a3b4d7027', '2022-07-16 22:51:04.542', '2022-07-16 22:51:04', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/application/Content.vue', 't', 'f', 'f', 'mdi-application-edit', 'f', 'OAuth2ApplicationContent', 't', '41ec5b56-32d7-4029-8218-9c9bac6faa16', '/authorize/application/content', NULL, '应用详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('111b4ed4-d0a6-4837-9e25-c081092970f6', '2022-07-16 22:37:29.561', '2022-07-16 22:37:29', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/hr/organization/Index.vue', 'f', 't', 't', 'mdi-bank-outline', 'f', 'SysOrganization', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/organization', NULL, '单位管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('98860f95-794b-4882-8e74-6c729e1ad95b', '2022-07-16 22:56:24.016', '2022-07-16 22:56:24', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/authorize/token/Index.vue', 'f', 'f', 'f', 'mdi-sitemap', 'f', 'OAuth2Token', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/token', NULL, '凭证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('24fd94d8-6956-4ad7-ac8f-3bc6daf609a7', '2022-07-16 22:54:31.827', '2022-07-16 22:54:31', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/scope/Content.vue', 't', 'f', 'f', 'mdi-vector-link', 'f', 'OAuth2ScopeContent', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/content', NULL, '范围详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('53b2fc4f-8681-47f3-8739-409265add9fc', '2022-07-16 22:42:31.936', '2022-07-16 22:42:31', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/department/Content.vue', 't', 'f', 'f', 'mdi-home-edit', 'f', 'SysDepartmentContent', 't', '364f8273-e51a-486d-b53e-8e6b9f648c2c', '/hr/department/content', NULL, '部门详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('ddc98314-5b84-4471-9dd1-733103321504', '2022-07-16 22:44:37.69', '2022-07-16 22:44:37', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/employee/Content.vue', 't', 'f', 'f', 'mdi-card-account-details', 'f', 'SysEmployeeContent', 't', '10eae473-87c5-4012-8078-8cd3c8d68c33', '/hr/employee/content', NULL, '人员详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('66a8b97c-9aa7-423d-a106-d19e209bdc7b', '2022-07-16 22:38:38.018', '2022-07-16 22:38:38', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/organization/Content.vue', 't', 'f', 'f', 'mdi-bank-check', 'f', 'SysOrganizationContent', 't', '111b4ed4-d0a6-4837-9e25-c081092970f6', '/hr/organization/content', NULL, '单位详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('147bec55-b50a-472b-b109-7912f0d9773a', '2022-07-16 22:02:28.563', '2022-07-16 22:02:28', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/user/Content.vue', 't', 'f', 'f', 'mdi-clipboard-account', 'f', 'SysUserContent', 't', '4ec4ed5e-d815-4318-937a-12d567957237', '/security/user/content', NULL, '用户详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('19a3864e-ebd3-474f-be02-9dc2c27c6614', '2022-07-16 22:27:41.408', '2022-07-16 22:27:41', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/default-role/Authorize.vue', 't', 'f', 'f', 'mdi-lock-open-check', 'f', 'SysDefaultRoleAuthorize', 't', '23b4367a-dd41-484b-9078-e07caf9d8ec0', '/security/default-role/authorize', NULL, '角色配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2458dd66-9af9-4bae-babc-e4b988e4b4dd', '2022-07-16 22:31:57.556', '2022-07-16 22:31:57', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/element/Content.vue', 't', 'f', 'f', 'mdi-clipboard-text-multiple', 'f', 'SysElementContent', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/content', NULL, '菜单详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('9b26ec0d-4111-4a55-9a99-64e6a2dc5afe', '2022-07-16 22:23:59.842', '2022-07-16 22:23:59', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/role/Authorize.vue', 't', 'f', 'f', 'mdi-shield-key', 'f', 'SysRoleAuthorize', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/authorize', NULL, '角色权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('e9831f7d-89ee-44dc-bf19-7e00e51b9879', '2022-07-16 22:22:48.381', '2022-07-16 22:22:48', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/role/Content.vue', 't', 'f', 'f', 'mdi-shield-edit', 'f', 'SysRoleContent', 't', '6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '/security/role/content', NULL, '角色详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5cbdef3d-4ad6-4867-b1ea-401c3fc1d587', '2022-07-16 22:32:45.894', '2022-07-16 22:32:45', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/element/Authorize.vue', 't', 'f', 'f', 'mdi-sort-variant-lock', 'f', 'SysElementAuthorize', 't', '118b6d69-1c5c-433c-8316-b65a9e263e45', '/security/element/authorize', NULL, '菜单权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '2022-07-16 22:48:29.733', '2022-07-16 22:48:29', NULL, 0, NULL, NULL, 2, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-security', 'f', NULL, 't', NULL, '/authorize', '/authorize/application', '平台认证管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('c21db958-7eab-4dbc-8061-966294684219', '2022-07-16 22:58:47.236', '2022-07-16 22:58:47.236', NULL, 0, NULL, NULL, 1, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-view-dashboard', 'f', NULL, 't', NULL, '/dashboard', '/dashboard/console', 'Dashboard', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5fc067b0-8acc-48be-8334-d773cc649e88', '2022-07-16 22:36:31.755', '2022-07-16 22:36:31.755', NULL, 0, NULL, NULL, 4, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-account-tie', 'f', NULL, 't', NULL, '/hr', '/hr/organization', '人力资源管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('f4224093-4542-4c8b-85d1-3c25f28471df', '2022-07-16 22:55:21.043', '2022-07-16 22:55:21', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/authorize/scope/Authorize.vue', 't', 'f', 'f', 'mdi-vector-intersection', 'f', 'OAuth2ScopeAuthorize', 't', 'b2e3f395-a861-46b8-a00b-96102eaa3f7c', '/authorize/scope/authorize', NULL, '范围权限', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('ee2a4314-531e-47ef-866b-8e04433bc934', '2022-07-16 22:46:59.014', '2022-07-16 22:46:59', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/hr/ownership/Content.vue', 't', 'f', 'f', 'mdi-account-multiple-check-outline', 'f', 'SysOwnershipContent', 't', '19e8d4f4-66ef-4407-b090-dad1220ea2c3', '/hr/ownership/content', NULL, '归属详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6de8f002-8e59-42a8-b201-3dba46aa6641', '2022-07-16 22:33:50.326', '2022-07-16 22:33:50', NULL, 0, NULL, NULL, 4, 't', 0, 'views/pages/security/attribute/Index.vue', 'f', 't', 't', 'mdi-layers-triple', 'f', 'SysAttribute', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/attribute', NULL, '元数据管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('32b43adf-1db4-4ac9-b996-15cfee008489', '2022-07-16 22:34:37.542', '2022-07-16 22:34:37', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/attribute/Content.vue', 't', 'f', 'f', 'mdi-layers', 'f', 'SysAttributeContent', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/content', NULL, '权限配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('d319b130-9be4-46f4-bf56-97f14fb05260', '2022-07-19 16:19:19.649', '2022-07-19 16:19:19.649', NULL, 0, NULL, NULL, 5, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-transit-connection-variant', 'f', NULL, 't', NULL, '/workflow', '/workflow/deployment', '工作流程管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('364f8273-e51a-486d-b53e-8e6b9f648c2c', '2022-07-17 15:18:48.564', '2022-07-17 15:18:48', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/hr/department/Index.vue', 'f', 't', 't', 'mdi-home', 'f', 'SysDepartment', 't', '5fc067b0-8acc-48be-8334-d773cc649e88', '/hr/department', NULL, '部门管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6ebecd40-6fca-413d-adb4-a2e416d0c8ee', '2022-07-16 22:07:42.186', '2022-07-16 22:07:42', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/security/role/Index.vue', 'f', 't', 't', 'mdi-shield-account', 'f', 'SysRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/role', NULL, '角色管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('b3e3cc74-a8cc-471a-b6be-6802d5b82a6a', '2022-07-19 16:21:00.126', '2022-07-19 16:21:00', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/workflow/deployment/Index.vue', 'f', 't', 't', 'mdi-cloud-braces', 'f', 'WorkflowDeployment', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/deployment', NULL, '流程部署管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4dcb04f5-bb64-470c-b6ff-52dd6f19bba0', '2023-01-07 22:11:18.672', '2023-01-07 22:11:18', NULL, 0, NULL, NULL, 2, 't', 0, 'views/pages/workflow/process-definition/Index.vue', 'f', 't', 't', 'mdi-xml', 'f', 'WorkflowProcessDefinition', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-definition', NULL, '流程定义管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('3b83534e-016f-4e22-9553-5d8b96f29146', '2023-01-08 15:02:04.837', '2023-01-08 15:02:04', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/workflow/process-instance/Index.vue', 'f', 'f', 't', 'mdi-motion-play', 'f', 'WorkflowProcessInstance', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/process-instance', NULL, '流程实例管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('9f064902-162a-408f-bd3e-866b03c9dae1', '2022-07-16 22:59:57.497', '2022-07-16 22:59:57', NULL, 0, NULL, NULL, 0, 't', 0, 'views/dashboard/console/Index.vue', 'f', 'f', 'f', 'mdi-sign-text', 'f', 'DashboardConsole', 'f', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/console', NULL, '主控台', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '2023-01-22 13:26:49.837', '2023-01-22 13:26:49', NULL, 0, NULL, NULL, 2, 't', 0, 'views/dashboard/workbench/Index.vue', 'f', 't', 't', 'mdi-desktop-classic', 'f', 'DashboardWorkbench', 't', 'c21db958-7eab-4dbc-8061-966294684219', '/dashboard/workbench', NULL, '我的工作台', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('312d287f-ee2e-486f-b2e6-88328edb2c75', '2023-01-19 21:53:08.863', '2023-01-19 21:53:08', NULL, 0, NULL, NULL, 5, 't', 0, 'views/pages/workflow/dynamic-form/Index.vue', 'f', 't', 't', 'mdi-monitor-dashboard', 'f', 'WorkflowDynamicForm', 't', 'd319b130-9be4-46f4-bf56-97f14fb05260', '/workflow/dynamic-form', NULL, '动态表单管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('740a286c-2c53-45a7-9a0f-c9d6a5b5f389', '2023-02-15 20:46:09.353', '2023-02-15 20:46:09', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/workflow/process/WorkflowProcessStart.vue', 't', 'f', 'f', 'mdi-flag-plus', 'f', 'WorkflowProcessStart', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-start', NULL, '审批流程', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('2ca9ed44-ed47-4346-a310-d32375d0d5bf', '2023-02-27 17:22:39.682', '2023-02-27 17:22:39', NULL, 0, NULL, NULL, 1, 't', 0, 'views/pages/workflow/process/WorkflowProcessApprove.vue', 't', 'f', 'f', 'mdi-check-decagram', 'f', 'WorkflowProcessApprove', 't', '0f9aa3b0-c164-4a61-ae31-5fd73274ce53', '/dashboard/workbench/process-approve', NULL, '任务流程', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0f7f0236-da8a-4a7f-8e87-db0275f42836', '2022-07-16 22:29:06.482', '2022-07-16 22:29:06', NULL, 0, NULL, NULL, 3, 't', 0, 'views/pages/security/permission/Index.vue', 'f', 't', 't', 'mdi-shield-link-variant', 'f', 'SysPermission', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/permission', NULL, '权限管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('cb426c81-7019-4249-a910-ced0d44ace97', '2023-03-12 15:49:12.236', '2023-03-12 15:49:12.236', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/permission/Content.vue', 't', 'f', 'f', 'mdi-clipboard-check-multiple', 'f', 'SysPermissionContent', 't', '0f7f0236-da8a-4a7f-8e87-db0275f42836', '/security/permission/content', NULL, '权限详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('0cf71777-908e-4e88-b7c6-36b75404396e', '2023-03-12 16:02:52.003', '2023-03-12 16:02:52.003', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/attribute/Authorize.vue', 't', 'f', 'f', 'mdi-layers-edit', 'f', 'SysAttributeAuthorize', 't', '6de8f002-8e59-42a8-b201-3dba46aa6641', '/security/attribute/authorize', NULL, '元数据配置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('df94af5a-4f6f-4bda-a663-dcaaa9731b66', '2023-03-31 14:24:55.765', '2023-03-31 14:24:55.765', NULL, 0, NULL, NULL, 7, 't', 0, 'views/pages/security/tenant/Index.vue', 'f', 't', 't', 'mdi-database-plus', 'f', 'SysTenantDataSource', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/tenant', NULL, '多租户数据源', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('6b8d0925-66d7-4f5d-b3f4-fb9bb4bac670', '2023-03-31 14:26:35.349', '2023-03-31 14:26:35', NULL, 0, NULL, NULL, 0, 't', 0, 'views/pages/security/tenant/Content.vue', 't', 'f', 'f', 'mdi-database-edit', 'f', 'SysTenantDataSourceContent', 't', 'df94af5a-4f6f-4bda-a663-dcaaa9731b66', '/security/tenant/content', NULL, '数据源详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('23b4367a-dd41-484b-9078-e07caf9d8ec0', '2022-07-16 22:26:37.924', '2022-07-16 22:26:37', NULL, 0, NULL, NULL, 5, 't', 0, 'views/pages/security/default-role/Index.vue', 'f', 't', 't', 'mdi-lock-open-alert', 'f', 'SysDefaultRole', 't', 'e6ee0720-adc1-4ccf-99c5-2974b3c5dd22', '/security/default-role', NULL, '默认角色', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('c8ed388a-77e5-4257-93be-6362a3af2e23', '2023-05-24 17:46:30.212', '2023-05-24 17:47:49.783', 'system', 0, 'system', NULL, 5, 't', 0, 'views/pages/authorize/product/Index.vue', 'f', 't', 't', 'mdi-folder-table', 'f', 'OAuth2Product', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/product', NULL, '产品管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('af9b18f0-fd16-4fd3-a9ee-328c34b6f3d7', '2023-05-24 17:47:25.108', '2023-05-24 17:47:55.885', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/authorize/product/Content.vue', 't', 'f', 'f', 'mdi-folder-text', 'f', 'OAuth2ProductContent', 't', 'c8ed388a-77e5-4257-93be-6362a3af2e23', '/authorize/product/content', NULL, '产品详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '2023-05-24 17:49:12.855', '2023-05-24 17:50:31.431', 'system', 0, 'system', NULL, 6, 't', 0, 'views/pages/authorize/device/Index.vue', 'f', 't', 't', 'mdi-devices', 'f', 'OAuth2Device', 't', '2f2a5b9a-b7ac-438d-bcb0-f69b75bd009c', '/authorize/device', NULL, '设备管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('3386cbab-7d57-4ae6-97f8-a0fc2d593879', '2023-05-24 17:50:25.477', '2023-05-24 17:50:37.93', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/authorize/device/Content.vue', 't', 'f', 'f', 'mdi-lan-check', 'f', 'OAuth2DeviceContent', 't', '4cfafcff-a7a4-4bdd-b86d-9372f1666d88', '/authorize/device/content', NULL, '设备详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '2023-05-28 21:32:26.818', '2023-05-28 21:37:08.235', 'system', 0, 'system', NULL, 8, 't', 0, 'views/layouts/Index.vue', 'f', 't', 'f', 'mdi-cloud-upload', 'f', NULL, 'f', NULL, '/oss', '/oss/bucket', '对象存储管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('7934fb1f-c817-46bb-bd1c-6c849af7f292', '2023-05-28 21:33:50.411', '2023-05-28 21:37:15.403', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/bucket/Index.vue', 'f', 't', 't', 'mdi-bucket', 'f', 'OssBucket', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/bucket', NULL, '存储桶管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('8ed3e85b-235c-4222-8d28-0c91ea177ac8', '2023-05-28 21:36:49.851', '2023-05-28 21:37:26.726', 'system', 0, 'system', NULL, 0, 't', 0, 'views/pages/oss/bucket/Content.vue', 't', 'f', 'f', 'mdi-bucket-outline', 'f', 'OssBucketContent', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/content', NULL, '存储桶详情', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('5b4ab829-1087-4ead-9368-83b388386c5c', '2023-05-31 23:07:27.146', '2023-05-31 23:07:47.669', 'system', 0, 'system', NULL, 2, 't', 0, 'views/pages/oss/object/Index.vue', 'f', 't', 't', 'mdi-file-cabinet', 'f', 'OssObject', 't', 'f2ed95c1-7856-40db-9e5b-a7b014ffcb63', '/oss/object', NULL, '存储对象管理', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('be8c12e4-4de5-406e-bc9d-5a7dac2c0a10', '2023-06-06 12:28:56.979', '2023-06-06 12:29:07.842', 'system', 0, 'system', NULL, 2, 't', 0, 'views/pages/oss/bucket/Authorize.vue', 't', 'f', 'f', 'mdi-cog-outline', 'f', 'OssBucketAuthorize', 't', '7934fb1f-c817-46bb-bd1c-6c849af7f292', '/oss/bucket/authorize', NULL, '存储桶设置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('269d5202-faea-401a-80be-c10fb71b1c44', '2023-06-12 22:12:44.386', '2023-06-12 22:13:20.132', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/object/Authorize.vue', 't', 'f', 'f', 'mdi-file-cog', 'f', 'OssObjectAuthorize', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/authorize', NULL, '对象详情设置', 'WEB', 'MENU', 'APP'); +INSERT INTO "sys_element" ("element_id", "create_time", "update_time", "create_by", "reversion", "update_by", "description", "ranking", "is_reserved", "status", "component", "detail_content", "have_child", "hide_all_child", "icon", "ignore_auth", "name", "not_keep_alive", "parent_id", "path", "redirect", "title", "application_type", "element_category", "menu_scenario") VALUES ('055ceade-50ee-4f26-a816-f99ca408960b', '2023-07-04 23:33:40.791', '2023-07-04 23:34:57.979', 'system', 0, 'system', NULL, 1, 't', 0, 'views/pages/oss/object/Content.vue', 't', 'f', 'f', 'mdi-folder-open', 'f', 'OssObjectContent', 't', '5b4ab829-1087-4ead-9368-83b388386c5c', '/oss/object/content', NULL, '文件夹详情', 'WEB', 'MENU', 'APP'); -- ---------------------------- -- Table data for sys_element_role @@ -362,8 +362,7 @@ FROM FROM "sys_attribute" sa WHERE - sa.url LIKE'%authorize%' - AND sa.url != '/authorize/constant/enums' UNION + sa.url LIKE'%authorize%' UNION SELECT '3' AS permission_id, sa.attribute_id @@ -386,22 +385,6 @@ FROM "sys_attribute" sa WHERE sa.url LIKE'%camunda-extended%' UNION - SELECT - '6' AS permission_id, - sa.attribute_id - FROM - "sys_attribute" sa - WHERE - sa.url LIKE'%db%' - OR sa.url LIKE'%asset%' UNION - SELECT - '7' AS permission_id, - sa.attribute_id - FROM - "sys_attribute" sa - WHERE - sa.url LIKE'%meteorology%' - OR sa.url LIKE'%satellite%' UNION SELECT '8' AS permission_id, sa.attribute_id @@ -409,5 +392,4 @@ FROM "sys_attribute" sa WHERE sa.url LIKE'%oss%' - AND sa.url != '/oss/minio/constant/enums' ) AS st; \ No newline at end of file -- Gitee From 6fad67fd51e9a4d460fd26ebec7cd06efdf959e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sun, 23 Nov 2025 20:29:19 +0800 Subject: [PATCH 4/7] =?UTF-8?q?[=E9=87=8D=E6=9E=84]=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=20Web=20=E5=AE=B9=E5=99=A8=E5=8F=98=E6=9B=B4=E4=B8=BA=20Jetty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backup/yamls/common/dante-cloud-platform.yaml | 11 ++--------- .../src/main/resources/application.yml | 11 ++--------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/configurations/backup/yamls/common/dante-cloud-platform.yaml b/configurations/backup/yamls/common/dante-cloud-platform.yaml index cbc592ff..df461cab 100644 --- a/configurations/backup/yamls/common/dante-cloud-platform.yaml +++ b/configurations/backup/yamls/common/dante-cloud-platform.yaml @@ -45,15 +45,8 @@ server: servlet: session: timeout: ${herodotus.session.timeout} - tomcat: - connection-timeout: 20000 #在请求延迟高时,避免线程被快速占满 - threads: - max: 500 #最大工作线程数,提高并发请求处理能力 - min-spare: 50 # 最小空闲线程数, 避免流量突增时临时创建线程的延迟 - max-connections: 10000 # 最大连接数,提升同时处理的连接数上限 - accept-count: 1000 #等待队列长度 - keep-alive-timeout: 30000 #减少重复建立TCP连接的开销 - max-keep-alive-requests: 100 + jetty: + connection-idle-timeout: 30000 #在请求延迟高时,避免线程被快速占满 compression: enabled: true # 启用GZIP压缩 mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json # 压缩类型 diff --git a/services/dante-monomer-application/src/main/resources/application.yml b/services/dante-monomer-application/src/main/resources/application.yml index b2257558..409ce6e0 100644 --- a/services/dante-monomer-application/src/main/resources/application.yml +++ b/services/dante-monomer-application/src/main/resources/application.yml @@ -8,15 +8,8 @@ server: include-message: always include-stacktrace: always include-binding-errors: always - tomcat: - connection-timeout: 20000 #在请求延迟高时,避免线程被快速占满 - threads: - max: 500 #最大工作线程数,提高并发请求处理能力 - min-spare: 50 # 最小空闲线程数, 避免流量突增时临时创建线程的延迟 - max-connections: 10000 # 最大连接数,提升同时处理的连接数上限 - accept-count: 1000 #等待队列长度 - keep-alive-timeout: 30000 #减少重复建立TCP连接的开销 - max-keep-alive-requests: 100 + jetty: + connection-idle-timeout: 30000 #在请求延迟高时,避免线程被快速占满 compression: enabled: true # 启用GZIP压缩 mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json # 压缩类型 -- Gitee From 9e979974ef904f1349f697f7f3d8d122507cbd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Sun, 23 Nov 2025 20:35:46 +0800 Subject: [PATCH 5/7] =?UTF-8?q?=E5=BC=80=E5=90=AF=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nacos_config_export_20251123203439.zip | Bin 0 -> 13325 bytes .../yamls/common/dante-cloud-platform.yaml | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 configurations/backup/alibaba/4.0.0.0-M1/nacos_config_export_20251123203439.zip diff --git a/configurations/backup/alibaba/4.0.0.0-M1/nacos_config_export_20251123203439.zip b/configurations/backup/alibaba/4.0.0.0-M1/nacos_config_export_20251123203439.zip new file mode 100644 index 0000000000000000000000000000000000000000..675438360477795d89fb90503556feb5d59247f2 GIT binary patch literal 13325 zcmeHN^;?x))~34~q&uWLrIjw}?mUO??nX)kk#3~BTe@4iq(h`Zs*8C1?3!?=_ARh<3~d)ySI&B=le6r}j(f#2u^9JkD+%D_&Q(zc7Vb-UYgQd-d&1yg zV2Xbvz}OZ5um%3Ke`7;q3)AleM8~lzbhDrZyZQvf&gT2|Y{1j8nE1hm-&pAr;P&Bu zd{cux=(|&rPp?XWrEuAL)yjY1(hnmWcq?Dj)1hh*1$pg?>(QG#vsq1xhF+{_wh3EP zsERC<1(%L=Jxp&}8M1P=mxV>be~Mpd?F3%1!A&fK04bTDEQWD{5nLd3QRe)Vh-B*p zosmq`L(uaYCT!vq&+3wHY77mE4^{qXN17!Lqr;K=2v|mwRt{GZ3O2^UN zEj62u-1+jfaOn?Bd+su(C2;G4p+h#T*2n{cdDP`gHiLt^m2pt&4{0iGOz@FHmhGZ_ zMf5t!J(y?N7oWS{-0#=mx9W|3a*CZy&nD8}o({oy<&l)rziDIC1|(g-Mtr0>RWKHr z5Jd3^#Gh!U1s%k1Xf`o)GBh%DG-U+1JKEcDa(`z$I93kCI8w;Ti?5-Cinc=`Xb=*` zJS@OXuw@^=)F$i9+R#l|0*i;V3*+YF-M&})tx|zq*wzupm%YgdSkhrUh%c+1GW{(z z@T#pvJhx?C!=4?%F~EB!rr478;){fix*Z=H%$FCRyYS*A5M@e~k52imh~OWY~n6OlKCiWclPVn3!l5HE>`ZIdT2cqZbsS) zcQ6b-aW8`aoaJ6PZl~DCoxQ{ucF-OmWHBrYjIt`G2%on*W7No_}yTA`i)m6m;^UMGVEl zRxYyPWt`}hS(FTtM^u_WX(6>y`L*UHv5GL4q_TAEb8Y?I5%UC-! ziw~0lF!?@)!(0I_Z`qH8y!#R~WahJwyn+&8pcwf!8*5v;Z=;u|U)LwBIH5p=?atsQ z)dEC=MKdkNs=Qano)v5kSn^R-iJSAq925b0ysoX8@)#$X;8Y@WFO^rg-kq-j7wVpR zG{_x{@(J9*K(%DI#P9HpHw`xt;HHPisN!ZxjA{wRNam1NK6Jf5pO%V!ZSKbPh8{oi zot@Nrf7gLPhQbhbPmqKtZ(E7jS2n{&ofa%KiU+SPdYFfhJN#m(C6UAKhevvs@VhY) zK-7NtBfSj&gP;NJCP zgt)9+@4Igq_vt}I2gyh99a%kYV7>TvYGn3IyCvSzQ!DMN+rK2<}w;p z?Mi=I;bc}X+e#pTf>$(?eLWsa`I61o21s?@pno7bJ5D>%HN;uEEOYe9;oJ3*vzR49 zS5ZN(*`mSMvGk)Xu8Li+r8?Qv_QySs&t7+>f_B9C$32sRe(}3F05ElQG&KLq6MDyv z00UXjf==8c1ka^Se30gCjSnq1VhuKGBa4eq^s)=VitPQbjB&?0R*K|bO-B&2h zPmMcYJlOH~!GwHVVpqmvJrbLL- zgN$?1K*fbw%3P>OX+aFbjDMZ;TwVc(1^TvhXL@s6_kX1 zK5K0i&l&Qxoe1Q51<4Hqiz1V7ND#BE7B*|Ajv5ZFzJ2?)eYbZ`MHuG_!rl= z?pqiSCHM*#JiZ=dynxg~X>H^sxJ(L6g;C-l5cL13TIabL?9yILa(QO#c4d8fI`n1n zX!FB`X;O?M0&AMzb4R#V3xv2gu<#xd@|#j{B3RVdci)}(erl*G6et=BLj5TsK00wb z2U`Q;K`Jq8$gL8=B(_yOCq6@mA)+;KLLhscG)PKw zPbZC-gkezRwTbRq%2Ov?rVbGpoMw|=7d@Qle39LZ!spg(+D-x}3LfHO!9`=UDDGv2 z=z=S5E2G@a0-nCE-p=1HrjCpqT%Kjfb&cE_sijYtv8${O4cVm6OYSf3WecQ;XXMae z>oaS;qf=?Rlkmb_p(KIvsi>o(_-3veD7sJ|<;|9!-gcN%f3;tEilW)+03FCq;V_F| zc&9rL8F0=aKy<^iDE;Qm-uw4xqV^Vqc_l@ysGb^Ddu|e430CK(8NpWqyq2A>L$Sxm zn7yOeM`A5ytQzl&l^+Q zq?#Q0HOV;j29@>z5)!Z{x3c%bGW#|QYD*`Sb0Uq;oT*u?BRa)Y!KAmHKl_zsoQ*5w z!`T3GnUZ=}vsdToKQC}dHeGT0d7E+ z6=d(V6{qFD2rL-d+a|A$s zbpJPLn6;sqwc&Rk)~ePCT$Ds>y<&jlP_I%x#6tGhd#i#Xf+BP-o4}Czx}U0{8U9_D z-{H%uT({%0Qn#xI1bZQVByV29bZC7S14w60g za-Jgh((&gIW+85|x$cr1uu^Qus!eC?;Z;~8_6Yf9N|=igrJ5F+!DtQ{r0Vt+GH*i7 zk;DrvpIa8!gz4BA42BV+_xlm$q3@HAH02LiH@3LkLqNzb3LlT~f8E#+a0o|Z7kwFf z-{VvXAWNl34`6%63T-kHXRK?&>u;F(t{35DOr;5#=Idkg<5jsWizp*acBGFJI#v-F zehE!T(L1}O8RRKOebY25Pp8^MVx5O=G6$(KoNRW6p|^W=rJ=<8t7MClxq>lj0*t`D zxDp0(<3nm`-D`4%i(r(g4iQ2*ywQRZhXyOObcom{LkPbsoK1E)o0xSp>OKlET2(-9`*S&6XLq? znQ5WZ{_~NUjcU{ypWGv*_*&SQ~bi=P^yS_-f?WJe)B0r zpD`kIyV&(M;DpmH57x*Czr~5i%_kXa)AlmnP-%j)fAD zaX*xopUN-tGt)S_RUcejwGLg0FtF9=Z1nklZiV!j#KJApLzag9>W0Y&4QFW1y=xQm zhPzzJTZwF&{hF<6b<~TSfBX4-BLWjY_pu~a=LZ<(2V@EO$uJ;9(kBO&7mOx`u2Qef z%#N2+)6yFGVbVu5#D&j2*YDC^mVoJ}@hDKkAREpmqM`y(e2T+T@_X3j8cp**1S;J0 zxDB#uD~xfl4vT0<;M8>lS{o)S@#aXM#<-Iv^`J%xm`xj=Cth=|OaXwK_#e_-IRtK`o;gYQn z`Mms5bx%4GOU)+`36cG#P zZ*U*ILTPfH_7Ehfo`C;TD0=h?Hn!%D|Hy7Yk4A>Z){KsJ4wgW3CO3f1jH;3?D6{d& zsCn>Hyb80-;F6GI7<>^ZNeVGr>M6p+10Na4ZakT*^zCjGk1d{Qf;eAl6WVyy`)b*{ z@8;H}HFF{2Gn=`De!J+KCdr6IQ+L**gN#l8Q;|8K?Mhptye8{F0d^n6Q$w-99X@7d zEmQH$ToY^sDSdMR{X^|lNZZeR!kWgKFQJD^H?!8WBl-i`7cwTS=c4H3C!Lzj6JXAogUQskXxBVAN zLfeHeUxswBqc9fM-LdXrzzi7Cocr5ZyNS=gjB2jsNR_UQHmcJ~d#P|SlCt0^StKj? z@F`#eBq&*MY2fG6jc*3Vqc=#sWFek~8!<$A_Cig?_m|xu&nh)Q z>kZ+&f#$WB{t0&9Y{8-v?7gFzi(LaLr?gtorSlvK6f9&WCpS+@hXnuL64JIiKWE@& zeJWk|w1`M$;Nn-B$2(&SOVP6jili`bf4Vbdf4Vb_02AZ?zc>GXZ~p(@{F~rR1-duC z6B>-{06<1VBTE}gC-?7}sJBux5TpVwAzzd5I5}Hgqd%+5R;kbS6_$}D?@M|qNB|}A z&>E4(!-VD}@a5RD1x{9Ora3Ri$lRT^Ic02;CVhh;olfOvFcbwROJ0w7t#_>a0Q@$U-)M_Xe{!+*$IibL`} zEJ!V9*x&qtdH}sE?2S>>+!z_iJP|4S(;E};Qkte>k zBT+tyT&;E%VeeK^u!ZgxrStJY5%t;-!O@%hHw%Sz;Et52qQ&-;y*^jzuhLy=E}rQR z-^Hf`H^7fch{txcvlIZ~mt47R07Z+U?1@N+rIdk&^pcV~9LSFywWPce?vqPjO_ksg zIZ<(D3R%QMJ8AI?lwus#btFG#IZzIlG;g9tin3yNaS>9vYiN6(MZwc3h%P3qWxr8> z=cvY>Us37h?q`Bm2SB;*5<*)BC3D+tO0lP`j zT6P#NW8dqq;eJJ~o#PCLO#C2MTKJ&Xhc1N^E&$zI|N4@WFCw&htwpOPoKUYs zL`SuhD&N-1@h4)}6&I>1Av+Jb3nsSAA00E5S2IqGh?dU;Ez{dgN-mauYPr|S?$nOL z=tX-sTs7cgMZgF>a3(O8IQ8+H=;E8)!A2=pdJAji9Cfn(k|s+}-sbs++y(md3;(+l7TGk~Ps^Wg zz!mLn60g6&f>Cj-4Do}Z%}!eMM4Shnhk>J*>!Ar3*OED(O@qBZATH|ZDlKE}E6N={ zc<2J`ffz3%Z%4jsN7BxvCjDuLh3Avc_W~YxO;qyV+g1Nfo3^zx1)3W=J34ax zLz}Kd2@pmKam8F+hf&}6VGqw4Q_Sp2$@!pX$lB5j8)k28bNA`)&NX*3EP5bAVU*KC z!!Votvsle@#IA$RMzU;1{u3CfS^7NnC8p?*@R~x3{Ff}3TWJ=EY-sg7`B0w_yw?5V ztj@~Jb}w!EO$-94h?^AS*tCebagIMaY0G}9o0rXzJV}>Rz0;3x*JD2MJ-~X|K*Kek zD)Od1#r# z>X|ZEnb@ekE?qD<6EWbu1AW7xT9;cW*|T-N&rypmE)@H+3(f8G#riu1;JN`rrA8cB zPi@0WAl@F*?nkwl}R%7!c6XIF}jy*?oF<_&L`)pJ$SMB~5+8+Eq zN|4&x%>yGzHd^a2^SXo|RrC1^7OSR~{v$vh86P8y@8HGegJ1a5PhB)V&L5G!__y^r zX(eBo;lsPz^QVG8A7>rdl=(4`Ur3}Mway>U z*$@5w+6_>?ifZ(oe45qn{dYy)2Umfm33UE_f7G!^e{Tc-Y$txV{WLW>+eMy7)pWN) z9pU&nj=yc$W+r&cO4%o-3YviIUM`i0moEn8oBDlEVy6qz@-2}lxj1Y?x>LAqO&BPq zfgW*`mwLD5l<3k8*9=n9x*Z%hn-79`x)$n-)5O7>cQpnvpN2*ECwjWm3EoJv)z9P; zHrKk5CvvmV)JSVv91PYvh|UPtkQ+pCP4%P@5HQe|A!gWoads3dds|QooulC%PgNMm zqV+mcC&LQyh|P4CxRy?DeL=MKy|0BcfTxEZTavH?jR{?BRK@*r+gymXV4+`~hoacO z{o>fR#XY{E4?$tGNw&Q@6qaRA&&yacH=}!wlg~7Z4V)0b_?o`dR3$y^IJM00E)pGf zHtvpKc#~rQXXt}hLW^~Hm;l2;e3+<_-_RwUC!B(q4MSVb-u+feLpGFdv*j1VfQ;T_ zii;%I6If~_ncVq+`s_U`whE$TEa)ept%oBR^W4gQ)(R_6Dm)o0Cw)-@uJ_~n$&~SR z{p}%awCPG-`_nt-rLwn$K3zF*_=0)XsuO|n9H;!-X>qrm?cF5Ukwq-QCV>s3F3d5r z-LUyNAuVK}c$#%BcJo4zXGTY?Ci;1GH(JH?y8)yUiK}5&SQ<3Q=M;oqMzoBIP(kMF z@CX%O+>%mfbouNMiB8JW{c3BEw2$uKPbw{j z8m5Gl+9UNPT(!eF-YsML5<#r?DC%CbhdfiEYhO^roncDyLxC9s`?jCiI1AkE&lT5O z#^xI!hjkDYwk6N{j zh&gxahqu7lYE`aOPitSPVFNrK3@T-lis}t5lC_{OR9B4elRM`iLa|CT&{sdp-`1Im zDwmGO+`~~wa{>tmYZFhc;!@0Gn!2c>i<0dJL@ISeCpwr1`<76V5Il*dEoq!%2>QEc zBhz`i$=~{Kl7>)VCKV#Ws0n?YBNz47;^x8HkHh&L_%96 zeE9BWzLmY&zz4aQRm49P`Ts#KcQ7@v{A)TU_$9!0QW5X|xV&M&41yK9Dx3i0A+T3p zad+7Q;%IU)V8Cc{aDEyPPlwq}$YX+{ziUT|$oz!lE8X$RqR)bU1vA#ZWLLqZkl>i( zsH3C&#M>Uk_m%u$b|u3L3SgA|r~Tf}L-shGcp5qiqEcJpnj&PhCT>z#lZvroC<0sS zdQo@r{6 z!d98W1XDEFq_ZeWpn|^LNA&Yjw!aT@g6VZ1#Z&EHG_G2O0RPhX+{HOZg_DWtGpHfP zne&?BE^ST!A}@+U{U4!F){tz5!N@F;1CV zSYZV^kQB*oJrU=LM!AkIa8c(9jHs>vv$o^m76~38JD}R$hem}hCX_FcxOVluaeYK zYiI{xowxZiSJov=*u41__);vs#-o}7OskHHhz<6E6nw< zN#ZkW+=cuIW3r(*DoV@3(ygt|h!B+v*MGU?L?}(qMq>tTwlSXvpJr@LiI6TvbF5>i z(qBze6_6Hy6rc|Z7qJkxaYP-I3)}rM5I)Y;n3%el+SuAX_M!hve;U-=VL<}*cAVx7`R8jfXgZ-&mYJXdtVskCUnqI?*bY}|`dkQ{pl7=c;8;i`gucWX6=JK_aqZ!g(bnrQ zG>TYiC&Xer<*GPC+Gn&vrJbQOoK@Sqap!q*v(9naP3lA=7f&nHqgW9e*vSM*CX1gM zZ-;f~f7eA^nh2bb;vl{V3qsCk($eyJ8dPlgYA&Yb%vAmC>WX^~SO3{EAmOH)JQeD0 z*|c}ts(q}-)#WuahKi#*F7rnx3?CHVh+VUf2GktYs6)F#4RS(AUkzk)IPNnvIhBDc z)0a+!V|qA~i_dTRufMmcJ5v};qh}N^Fj;Ak_MRr!YW>xw9{pFF`lceZacg#wcK-!c zQ_a{QfBL`L)Q$XVb7HxM#izrlaq-x2?3oOC+y)Q5GKqymrRGmHfKQo+_n@bQHM5B$ zB;Xr`J+{~_kkqRjwcA8g`5B)Ne-wR9+@zB;9Q4gsFWepQ`29%)jn=ZxndbUQOh(GPc;Imm64I+IPa` z&yo3QJauZKqTXhSGAz5gnueu$(1p2m{8;_M=vjM+Yda1}`_uMiAw3;^vpw1Zv?*3M zj?nQ)YBYEE*i7{;4&qQWal?T2hwsHMO1oDb63D{D{%B$UA=R?8F?2GsbpU)%wMtbL zA_*n1+Q$lL!_Z>SWuww>lT@(C;SjRx-xhOE)oSa`sI{)7D8Xc}SuWG!v4qB2pe_wCLj zI`EWrsx4WEz*u;IbxIsZcJZV>4269pL#L-ukW420M0RO=6vqp9eaqkk9KkI(3ZcgF z!nDDUo~zhr^GybqiPiZ~fy)vs4N)?C`PQdEgRr7KU`YSf}QrH3*w1?+68tPBmC-qeJ+2FZU6w2(z3TT zv!&b;>EW5!AvYB?BcueR96ka4tK&3B$`V$r7tH&Co-#U^G0L13C!)BC0VoqacxUbr z8~&`|C^N!JoR%5xTapemQfihlkOzZdoAOu)1C1ZVG3TW}lZr^yc>N88Q^L@us8uR=d(*64eE(dl(tK#!kgE%i;u_u+OyObKjG zW4N=eB1aa&A}Yt>gI}O z0@5v79UbEl<}q_rloPM}0rQdj z`;V#Sr@W+R`116bvFN??3>DMd3sY`BnL;nAiG#0BE4r^5aOG9q0@Yuu*<;`D)YenG zjW49N3IK^uXbueHZUzYyptD<3s!@R}x3q4ax4U|08#{#)Up>ZKe8#`t;4Ui;z2s2n zMx(|-X^{1nX6BvMDVGzriq9KloMz-Q;8t~4ImL4n-sGZj5f;lFZ<0!_f5-Qtizk}Q z7*bCA83OJM#g2j+nNqsy5#XNA!c!1M_3C z+#iQ`Vh3vNCH%3qhYX4jOaN0S!^hHy$sJ%*n77&XE;Wdr^18f_esF#uA&gT8NUoN@lPMs821^&bG}jw;nF6DKL7u zPTGtgQ0|^uXtxTVKVVtnFW|U*m)07RC*r%tJe;{}d=&Sd4l3fHQpN^M1l#Q9T!GpA zsIIfEE}u=R4xXW@l^k56LofDro2G}SQJmFa_+bip4}B_d?Oi`s+A?EPR0T;^-ctG@ zn8(Ym0f}b*uW7Mw6EF`dF!BN>T-SY=1nj~PV0LuVweO9{j@H1%WXN|)xd@ja#-;tH zaH)GOvcd$o*+Q*gaj75lhAb82E#B4i>6x?fWYOqF%w}{De@R!?n7jMlDBTYgNyY?~ zoqVv5`5-t17TDkO(mxIoKW2nKuiuH;|C*lu73#-f*`J}nL4W=mRpakDVj6YyTDXuc6alL4O=Ud=#+$URcn72K{B! z@>k#=$M;D8Mg={=!Ti3>@Z&t=uV_EcZ9R_s{k^C_R`EX!0R9U2<4n%aWO{%u?f*FZ z^(*L)E&ZQO=mb>D{N{xI9`5-S>c>v!&rr~4|79ZJPf%ok69;+!?F`z>!j^gw>a`cbQ<`~e6Ij1&L&ulH+f;8(;S z)!#>f^Y2wb@O#96D&D^${V1aTeAz0V{C1!J@(aIc$G-yqsLcKRiq)X6zcIXjDYCyJ z{aAdH{=HMsQ$6TpeuMPSSNxuA{)+Zvq4cvA6N7H?Z_xfO-+zVrF(dxjr*?p>@PDnd zentH;QvbYNa?qdr<^_Mst$#)PF;YE7_rKQ~=(vB1^@=jkAU6mGh6DNxfS#BbAHV${ Diey!G literal 0 HcmV?d00001 diff --git a/configurations/backup/yamls/common/dante-cloud-platform.yaml b/configurations/backup/yamls/common/dante-cloud-platform.yaml index df461cab..c5814f65 100644 --- a/configurations/backup/yamls/common/dante-cloud-platform.yaml +++ b/configurations/backup/yamls/common/dante-cloud-platform.yaml @@ -53,6 +53,9 @@ server: min-response-size: 1024 # 最小压缩响应大小 spring: + threads: + virtual: + enabled: true session: timeout: ${server.servlet.session.timeout} redis: -- Gitee From fc2751261c0371cce525b1f0112cdf1047ae75da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Mon, 24 Nov 2025 13:16:52 +0800 Subject: [PATCH 6/7] =?UTF-8?q?[=E5=8D=87=E7=BA=A7]=20Spring=20Cloud=20Ten?= =?UTF-8?q?cent=20=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E8=87=B3=202.1.0.1-?= =?UTF-8?q?2024.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91806807..4819bc0a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Spring Boot 3.5.8 Spring Cloud 2025.0.0 Spring Cloud Alibaba 2025.0.0.0 - Spring Cloud Tencent 2.1.0.1--2024.0.2 + Spring Cloud Tencent 2.1.0.2--2024.0.2 Nacos 3.1.0

-- Gitee From 2fd968237ccc7b30e20e1294ffb85eea2c0c5063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=81=E5=8C=A0=E5=90=9B?= Date: Tue, 25 Nov 2025 23:03:42 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=A7=B1=20feat:=20v4.0.0.0-M1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 说明: 本版版本号定义为 v4.0.0.0-M1,可以使用,但并未升级 Spring Boot 4 和 Spring Cloud 2025.1.0。当前增加部分基础功能,主要定位是为开发 v4.0.0.0 做前序准备并于原 v3.5.8.0 版做切割。 - 主要更新 - [升级] Spring Cloud Tencent 版本升级至 2.1.0.1-2024.0.2 - [新增] 新增前端元素支持多种分类以适应不同场景和客户端需求,为后续权限管理扩展做铺垫 - [新增] 新增前端页面元素包括菜单和按钮权限,改用根据角色代码获取方式 - [重构] 不再使用 Tomcat 作为 Web 容器,改为使用 Jetty 并优化运行参数配置,支持虚拟线程。提前为 4.0 版本开发做准备 - 其它更新 - [升级] Redis 版本适配至 8.4.0 - 依赖更新 - [升级] protobuf-maven-plugin 版本升级至 4.0.3 - [升级] alipay-sdk-java 版本升级至 4.40.546.ALL - [升级] software.amazon.awssdk 版本升级至 2.39.3 - [升级] software.amazon.awssdk.crt 版本升级至 0.40.1 --- README.md | 4 ++-- configurations/docker/docker-compose/linux/herodotus/.env | 2 +- configurations/docker/docker-compose/windows/herodotus/.env | 2 +- dependencies/pom.xml | 2 +- modules/dante-module-common/pom.xml | 2 +- modules/dante-monomer-autoconfigure/pom.xml | 2 +- modules/pom.xml | 2 +- packages/authentication-spring-boot-starter/pom.xml | 2 +- packages/authorization-servlet-spring-boot-starter/pom.xml | 2 +- packages/facility-spring-boot-starter/pom.xml | 2 +- packages/pom.xml | 2 +- packages/rpc-client-uaa-spring-boot-starter/pom.xml | 2 +- packages/rpc-server-upms-spring-boot-starter/pom.xml | 2 +- platform/dante-cloud-gateway/pom.xml | 2 +- platform/dante-cloud-message/pom.xml | 2 +- platform/dante-cloud-monitor/pom.xml | 4 ++-- platform/dante-cloud-uaa/pom.xml | 2 +- platform/dante-cloud-upms/pom.xml | 4 ++-- platform/pom.xml | 2 +- pom.xml | 2 +- services/dante-cloud-bpmn-ability/pom.xml | 4 ++-- services/dante-cloud-bpmn-logic/pom.xml | 2 +- services/dante-cloud-oss-ability/pom.xml | 2 +- services/dante-monomer-application/pom.xml | 2 +- services/pom.xml | 2 +- 25 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 4819bc0a..546a3610 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Nacos 3.1.0

- Version 3.5.8.0 - Dante Engine 3.5.8.0 + Version 4.0.0.0-M1 + Dante Engine 4.0.0.0-M1 Java 25 License Apache 2.0 码匠君 diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 41eeb915..b9aa7e3a 100644 --- a/configurations/docker/docker-compose/linux/herodotus/.env +++ b/configurations/docker/docker-compose/linux/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.5.8.0 +VERSION=4.0.0.0-M1 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env index 4ea531d0..e2f5c9aa 100644 --- a/configurations/docker/docker-compose/windows/herodotus/.env +++ b/configurations/docker/docker-compose/windows/herodotus/.env @@ -1,4 +1,4 @@ -VERSION=3.5.8.0 +VERSION=4.0.0.0-M1 SPRING_PROFILES_ACTIVE=alibaba PROFILE=development DATABASE=postgresql diff --git a/dependencies/pom.xml b/dependencies/pom.xml index c15a325a..b57d87b5 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ cn.herodotus.engine dependencies - 3.5.8.0 + 4.0.0.0-M1 diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 319fdc20..0bd5c3a8 100644 --- a/modules/dante-module-common/pom.xml +++ b/modules/dante-module-common/pom.xml @@ -32,7 +32,7 @@ modules org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-module-common diff --git a/modules/dante-monomer-autoconfigure/pom.xml b/modules/dante-monomer-autoconfigure/pom.xml index 6dad246b..220c82c5 100644 --- a/modules/dante-monomer-autoconfigure/pom.xml +++ b/modules/dante-monomer-autoconfigure/pom.xml @@ -27,7 +27,7 @@ org.dromara.dante modules - 3.5.8.0 + 4.0.0.0-M1 dante-monomer-autoconfigure diff --git a/modules/pom.xml b/modules/pom.xml index f5396dc9..348aeb22 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 modules diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml index 32f3a59f..eb800daa 100644 --- a/packages/authentication-spring-boot-starter/pom.xml +++ b/packages/authentication-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 authentication-spring-boot-starter diff --git a/packages/authorization-servlet-spring-boot-starter/pom.xml b/packages/authorization-servlet-spring-boot-starter/pom.xml index 65c09a8f..e5bd7337 100644 --- a/packages/authorization-servlet-spring-boot-starter/pom.xml +++ b/packages/authorization-servlet-spring-boot-starter/pom.xml @@ -32,7 +32,7 @@ packages org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 authorization-servlet-spring-boot-starter diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml index c8249ecd..8a481792 100644 --- a/packages/facility-spring-boot-starter/pom.xml +++ b/packages/facility-spring-boot-starter/pom.xml @@ -30,7 +30,7 @@ packages org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 4.0.0 diff --git a/packages/pom.xml b/packages/pom.xml index 4d37f7e3..1470c8ff 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 packages diff --git a/packages/rpc-client-uaa-spring-boot-starter/pom.xml b/packages/rpc-client-uaa-spring-boot-starter/pom.xml index c0f0b755..a139ada9 100644 --- a/packages/rpc-client-uaa-spring-boot-starter/pom.xml +++ b/packages/rpc-client-uaa-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante packages - 3.5.8.0 + 4.0.0.0-M1 rpc-client-uaa-spring-boot-starter diff --git a/packages/rpc-server-upms-spring-boot-starter/pom.xml b/packages/rpc-server-upms-spring-boot-starter/pom.xml index 2c18c23b..96f0e29f 100644 --- a/packages/rpc-server-upms-spring-boot-starter/pom.xml +++ b/packages/rpc-server-upms-spring-boot-starter/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante packages - 3.5.8.0 + 4.0.0.0-M1 rpc-server-upms-spring-boot-starter diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml index c746a46b..72da2d3c 100644 --- a/platform/dante-cloud-gateway/pom.xml +++ b/platform/dante-cloud-gateway/pom.xml @@ -32,7 +32,7 @@ platform org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-gateway diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml index 43ad028e..7e7ef24f 100644 --- a/platform/dante-cloud-message/pom.xml +++ b/platform/dante-cloud-message/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante platform - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-message diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml index 3b17b5df..bd438053 100644 --- a/platform/dante-cloud-monitor/pom.xml +++ b/platform/dante-cloud-monitor/pom.xml @@ -30,11 +30,11 @@ platform org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-monitor - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-monitor dante-cloud-monitor diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml index 63c3ee09..f6246c2e 100644 --- a/platform/dante-cloud-uaa/pom.xml +++ b/platform/dante-cloud-uaa/pom.xml @@ -32,7 +32,7 @@ platform org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-uaa diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml index 1e0bf8aa..63a366d0 100644 --- a/platform/dante-cloud-upms/pom.xml +++ b/platform/dante-cloud-upms/pom.xml @@ -30,12 +30,12 @@ platform org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 4.0.0 dante-cloud-upms - 3.5.8.0 + 4.0.0.0-M1 diff --git a/platform/pom.xml b/platform/pom.xml index fb873750..a8a9f72a 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 platform diff --git a/pom.xml b/pom.xml index ab020f35..d7c33da4 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.dromara.dante dependencies - 3.5.8.0 + 4.0.0.0-M1 dependencies/pom.xml diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index acd69947..62cf94f1 100644 --- a/services/dante-cloud-bpmn-ability/pom.xml +++ b/services/dante-cloud-bpmn-ability/pom.xml @@ -31,11 +31,11 @@ services org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-bpmn-ability - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-bpmn-ability 基于Camunda工作流的服务 diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml index eafe962d..750f647c 100644 --- a/services/dante-cloud-bpmn-logic/pom.xml +++ b/services/dante-cloud-bpmn-logic/pom.xml @@ -32,7 +32,7 @@ services org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-bpmn-logic diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml index 508f7e25..bcfbec07 100644 --- a/services/dante-cloud-oss-ability/pom.xml +++ b/services/dante-cloud-oss-ability/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante services - 3.5.8.0 + 4.0.0.0-M1 dante-cloud-oss-ability diff --git a/services/dante-monomer-application/pom.xml b/services/dante-monomer-application/pom.xml index dd951797..16fe4e99 100644 --- a/services/dante-monomer-application/pom.xml +++ b/services/dante-monomer-application/pom.xml @@ -31,7 +31,7 @@ org.dromara.dante services - 3.5.8.0 + 4.0.0.0-M1 dante-monomer-application diff --git a/services/pom.xml b/services/pom.xml index 8787806f..8611f55b 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -32,7 +32,7 @@ dante-cloud org.dromara.dante - 3.5.8.0 + 4.0.0.0-M1 services -- Gitee