diff --git a/README.md b/README.md index 9180680724e9d1308eb8809b226cda4023b68edd..546a36105a69b329039424adac235beb4a31dc4b 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ 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

- 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/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 Binary files /dev/null and b/configurations/backup/alibaba/4.0.0.0-M1/nacos_config_export_20251123203439.zip differ diff --git a/configurations/backup/yamls/common/dante-cloud-platform.yaml b/configurations/backup/yamls/common/dante-cloud-platform.yaml index cbc592ffe0f2cfeba4a66d1885979e5fd3ade7fe..c5814f6575cfea0f1f541e68b2caa18c7062c10a 100644 --- a/configurations/backup/yamls/common/dante-cloud-platform.yaml +++ b/configurations/backup/yamls/common/dante-cloud-platform.yaml @@ -45,21 +45,17 @@ 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 # 压缩类型 min-response-size: 1024 # 最小压缩响应大小 spring: + threads: + virtual: + enabled: true session: timeout: ${server.servlet.session.timeout} redis: diff --git a/configurations/docker/context/development/Dockerfile b/configurations/docker/context/development/Dockerfile index af33681b7945a4c8b60df645247170b230bd7659..338a98b778c0c97eb0ed36d270311bc3ceb01651 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 5604e5b232cf3ee3f4dd5febf7c8f340cd6f7b09..f0308f68bf5b66f83e8ccc89f3593160b0732e48 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 8c6922d1748c683e8f377f6132618c74bbef4c12..19134da26331b189c0179b49dc24c49993b95d97 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 5604e5b232cf3ee3f4dd5febf7c8f340cd6f7b09..f0308f68bf5b66f83e8ccc89f3593160b0732e48 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/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env index 41eeb91581912d6b5e00d2e14894c0be2caf95f2..b9aa7e3a60f303fc4c583f90f01a421d326db824 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 4ea531d022a49777314ececb62701096d9dbb4a5..e2f5c9aa0d7e734efe0a0d0e9e3b52c2d948d6f1 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 db7ebb06575d2f84360e20bc5f86edf227e3fc97..b57d87b55aef637399115a966ba1f8300569b1af 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 @@ -71,13 +71,6 @@ - - cn.herodotus.oss - oss-bom - ${dante-oss-bom.version} - pom - import - org.dromara.dante diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml index 319fdc2099852964fc04162d0be69b3401885162..0bd5c3a83df1811371c2744d99d9933045367591 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 6333749c8fa39589634e22b9a6a1f7fd0d4421d5..220c82c54a0dc1b9c380002ab72059f7221bb545 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 @@ -49,7 +49,7 @@ - cn.herodotus.oss + cn.herodotus.engine oss-spring-boot-starter diff --git a/modules/pom.xml b/modules/pom.xml index f5396dc9db764292224b1955fdfe26a0466e8632..348aeb22aa782d0310c5d569385095db08ce2919 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 32f3a59fb7857b8b89d27508bd06e85590059124..eb800daab7242e9ff4a013bc0342757fe2e0d29e 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 65c09a8f576b8591ee8b837e270ecadaed35ec5e..e5bd733756850ccd0aa2b90ff9d2cc07396c844b 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 c8249ecde68e9019f7b5c003c4e40cce0bc33978..8a481792ef6eba8f301c856f2e7bf492fb0eaa93 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 4d37f7e33d93dd1229ebfff0dc265ca9d86a9540..1470c8ff6e7bde42f71bcc9544c8c1b08dd66b5e 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 c0f0b7552f468fb6c3e9c6708c74c6d1246d15af..a139ada94eeaec928c23de2072adf916f0d9a6fc 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 2c18c23b41d39bbdb7978c5982c74ac39166461b..96f0e29ff3b9207969ba94405427b38be54fb3a9 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 c746a46b0f8e4880fa72eff511fa523345e1aabf..72da2d3cfb1d8ba58af65f4c558f85684c272ef9 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 43ad028e2299b514f36fb0c51249f0f47e1f38ce..7e7ef24f1c9e48f3d2cbb1bd3016c1ec80e454e6 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 3b17b5df1899f4f10f10649e2906b138c8511a10..bd43805313776a91a61806579e2d4edcad049027 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 63c3ee0998b8b02f0b8243fada79627a23114dd2..f6246c2ec7bd4fc448ef806e7db686056db5b026 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 1e0bf8aae6e21a8e77b86b5896e71a74e07b171b..63a366d052f2cb9a654dac03e0c007369d46b1ec 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 fb873750fef6d4518fb2dda12b11ae74f55ec73e..a8a9f72aeab925211055ef7af3323d9ee305ad00 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 6c1ea64611e0a7cd0e36466625a7f1e1e3058174..d7c33da49e80d4d65226d5edc181193aaa9bfe36 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 @@ -46,7 +46,7 @@ - 17 + 25 @ ${java.version} ${java.version} diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml index acd69947ba33896a496a778e7b8751607575a332..62cf94f19226445efc09bce5d8bf7408f3f61841 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 eafe962dc9ca3de6ec980109da7c1ad2fb80af98..750f647caf38dcc1711e467f351e5e8f6371519e 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 939e4eaecfa13e629e42985790b1962215230d4c..bcfbec07cd8763a26a44048eded88f7ff531417d 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 @@ -42,7 +42,7 @@ authorization-servlet-spring-boot-starter - cn.herodotus.oss + cn.herodotus.engine oss-spring-boot-starter 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 4260558c22492ec5772492a6fad02a92f1e0dbdf..32260c4216226ef1df1a8c7a72281dfd8603d36f 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 164e02194275e535f725a74681c6fdb1081a54d8..f60e02f696f01d570c7bb7c1f2d3183d7b35743c 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/pom.xml b/services/dante-monomer-application/pom.xml index dd9517978a5c78c649b8f360c09368ddde65541e..16fe4e997ee0ea45ca2c14e3028f5294d7bcdf20 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/dante-monomer-application/src/main/resources/application.yml b/services/dante-monomer-application/src/main/resources/application.yml index b2257558ea85b910adce54c168a57f8c453c1516..409ce6e05ff8d3c4ba38a75b883bf3ae62f3a0a2 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 # 压缩类型 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 e6ff1c08c43624cfef832c49a0d5dbb85b412762..f354b9e54dad9fbaeabca5003caf2c8e48f83d7a 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 d1d7ecb8d0d637ad6402f6ea2571445bf7dd8432..222d022df0fef401bb2c8d1b18bd88202111ab79 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 diff --git a/services/pom.xml b/services/pom.xml index 8787806fc1f2e76af9a3ec8fd1eb60ad835e89cb..8611f55ba4d63e95686fbc36ddb77ddaa1281f6c 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