From b0d1afce946a96abb70b77a0b355287b38943edd Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 17 Dec 2020 21:15:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90system=E3=80=91=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel-s-system/_sql/system.sql | 243 +++++++++++++++++--------------- 1 file changed, 133 insertions(+), 110 deletions(-) diff --git a/kernel-s-system/_sql/system.sql b/kernel-s-system/_sql/system.sql index 8f4fe7e83..a7d171fd2 100644 --- a/kernel-s-system/_sql/system.sql +++ b/kernel-s-system/_sql/system.sql @@ -11,7 +11,7 @@ Target Server Version : 50732 File Encoding : 65001 - Date: 14/12/2020 23:31:31 + Date: 17/12/2020 21:02:49 */ SET NAMES utf8mb4; @@ -39,7 +39,7 @@ CREATE TABLE `sys_app` ( -- Records of sys_app -- ---------------------------- INSERT INTO `sys_app` VALUES (1265476890672672821, '系统应用', 'system', 'Y', 1, 'N', '2020-03-25 19:07:00', 1265476890672672808, '2020-09-17 09:11:21', 1265476890672672808); -INSERT INTO `sys_app` VALUES (1265476890672672822, '业务应用', 'business', 'N', 1, 'N', '2020-03-26 08:40:33', 1265476890672672808, '2020-09-17 09:11:21', 1265476890672672808); +INSERT INTO `sys_app` VALUES (1265476890672672823, '业务应用', 'business', 'N', 1, 'N', '2020-03-26 08:40:33', 1265476890672672808, '2020-09-17 09:11:21', 1265476890672672808); -- ---------------------------- -- Table structure for sys_config @@ -52,7 +52,7 @@ CREATE TABLE `sys_config` ( `value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '属性值', `sys_flag` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '是否是系统参数(Y-是,N-否)', `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '备注', - `status` int(2) NULL DEFAULT NULL COMMENT '状态(字典 1正常 2停用)', + `status` int(11) NULL DEFAULT NULL COMMENT '状态(字典 1正常 2停用)', `group_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '常量所属分类的编码,来自于“常量的分类”字典', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'Y' COMMENT '是否删除,Y-被删除,N-未删除', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', @@ -118,7 +118,7 @@ CREATE TABLE `sys_dict` ( `dict_short_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字典简称', `dict_short_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字典简称的编码', `parent_dict_id` bigint(20) NULL DEFAULT NULL COMMENT '上级字典的id(如果没有上级字典id,则为-1)', - `dict_status` int(2) NULL DEFAULT NULL COMMENT '状态(1:启用,2:禁用),参考 StatusEnum', + `dict_status` int(11) NULL DEFAULT NULL COMMENT '状态(1:启用,2:禁用),参考 StatusEnum', `dict_sort` double(11, 5) NULL DEFAULT NULL COMMENT '排序,带小数点', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否删除,Y-被删除,N-未删除', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', @@ -134,11 +134,11 @@ CREATE TABLE `sys_dict` ( DROP TABLE IF EXISTS `sys_dict_type`; CREATE TABLE `sys_dict_type` ( `id` bigint(20) NOT NULL COMMENT '字典类型id', - `dict_type_class` int(2) NULL DEFAULT NULL COMMENT '字典类型: 1-业务类型,2-系统类型,参考 DictTypeClassEnum', + `dict_type_class` int(11) NULL DEFAULT NULL COMMENT '字典类型: 1-业务类型,2-系统类型,参考 DictTypeClassEnum', `dict_type_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字典类型编码', `dict_type_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字典类型名称', `dict_type_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字典类型描述', - `dict_type_status` int(2) NULL DEFAULT NULL COMMENT '字典类型的状态:1-启用,2-禁用,参考 StatusEnum', + `dict_type_status` int(11) NULL DEFAULT NULL COMMENT '字典类型的状态:1-启用,2-禁用,参考 StatusEnum', `dict_type_sort` double(11, 5) NULL DEFAULT NULL COMMENT '排序,带小数点', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否删除,Y-被删除,N-未删除', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', @@ -169,7 +169,7 @@ CREATE TABLE `sys_employee` ( -- ---------------------------- -- Records of sys_employee -- ---------------------------- -INSERT INTO `sys_employee` VALUES (1, 1, 1, '1', 'Y', '001', NULL, NULL, NULL, NULL); +INSERT INTO `sys_employee` VALUES (1339554696976781405, 1339550467939639299, 1339554696976781407, '1339554696976781332', 'Y', '001', NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for sys_file_info @@ -177,12 +177,12 @@ INSERT INTO `sys_employee` VALUES (1, 1, 1, '1', 'Y', '001', NULL, NULL, NULL, N DROP TABLE IF EXISTS `sys_file_info`; CREATE TABLE `sys_file_info` ( `id` bigint(20) NOT NULL COMMENT '主键', - `file_location` int(2) NULL DEFAULT NULL COMMENT '文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地)', + `file_location` int(11) NULL DEFAULT NULL COMMENT '文件存储位置(1:阿里云,2:腾讯云,3:minio,4:本地)', `file_bucket` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '文件仓库', `file_origin_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '文件名称(上传时候的文件名)', `file_suffix` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '文件后缀', `file_size_kb` bigint(20) NULL DEFAULT NULL COMMENT '文件大小kb', - `file_size_info` varchar(0) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '文件大小信息,计算后的', + `file_size_info` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '文件大小信息,计算后的', `file_object_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '存储到bucket的名称(文件唯一标识id)', `file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '存储路径', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否删除,Y-被删除,N-未删除', @@ -196,7 +196,7 @@ CREATE TABLE `sys_file_info` ( -- ---------------------------- -- Records of sys_file_info -- ---------------------------- -INSERT INTO `sys_file_info` VALUES (1, 4, 'defaultBucket', '111.png', NULL, NULL, NULL, NULL, NULL, 'N', NULL, NULL, NULL, NULL); +INSERT INTO `sys_file_info` VALUES (1339550467939639300, 4, 'defaultBucket', 'test.png', 'png', 120, '120kb', '1339550467939639300.png', '/tmp', 'N', '2020-12-17 20:39:31', NULL, NULL, NULL); -- ---------------------------- -- Table structure for sys_log @@ -255,6 +255,11 @@ CREATE TABLE `sys_menu` ( PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统菜单表' ROW_FORMAT = Dynamic; +-- ---------------------------- +-- Records of sys_menu +-- ---------------------------- +INSERT INTO `sys_menu` VALUES (1339550467939639307, 0, '[0],', '组织架构', 'org', 'system', 'Y', 1.00, 1, 'guns$sys_organization$update_status', NULL, NULL, NULL, NULL, NULL, NULL, 'N', NULL, NULL, NULL, NULL); + -- ---------------------------- -- Table structure for sys_organization -- ---------------------------- @@ -279,9 +284,9 @@ CREATE TABLE `sys_organization` ( -- ---------------------------- -- Records of sys_organization -- ---------------------------- -INSERT INTO `sys_organization` VALUES (1, 0, '[0],', 'Guns总公司', 'guns_level_one', 1.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); -INSERT INTO `sys_organization` VALUES (2, 1, '[0],[1],', '北京分公司', 'guns_beijing', 2.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); -INSERT INTO `sys_organization` VALUES (3, 2, '[0],[1],[2],', '北京东直门分公司', 'guns_beijing_dongzhimen', 3.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); +INSERT INTO `sys_organization` VALUES (1339554696976781407, 0, '[0],', 'Guns总公司', 'guns_level_one', 1.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); +INSERT INTO `sys_organization` VALUES (1339554696976781408, 1339554696976781407, '[0],[1339554696976781407],', '北京分公司', 'guns_beijing', 2.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); +INSERT INTO `sys_organization` VALUES (1339554696976781409, 1339554696976781408, '[0],[1339554696976781407],[1339554696976781408],', '北京东直门分公司', 'guns_beijing_dongzhimen', 3.00, 1, NULL, 'N', NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for sys_position @@ -306,7 +311,9 @@ CREATE TABLE `sys_position` ( -- ---------------------------- -- Records of sys_position -- ---------------------------- -INSERT INTO `sys_position` VALUES (1, '总经理', 'zongjingli', 1.00, 0, NULL, 'N', NULL, NULL, NULL, NULL); +INSERT INTO `sys_position` VALUES (1339554696976781332, '总监', 'zg', 1.00, 1, '', 'N', '2020-12-16 13:35:58', -1, NULL, NULL); +INSERT INTO `sys_position` VALUES (1339554696976781333, '总经理', 'zjl', 2.00, 1, '', 'N', '2020-12-17 19:21:47', -1, '2020-12-17 20:45:43', -1); +INSERT INTO `sys_position` VALUES (1339554696976781334, '董事长', 'dsz', 3.00, 1, '', 'N', '2020-12-17 20:02:16', -1, NULL, NULL); -- ---------------------------- -- Table structure for sys_resource @@ -343,95 +350,95 @@ CREATE TABLE `sys_resource` ( -- ---------------------------- -- Records of sys_resource -- ---------------------------- -INSERT INTO `sys_resource` VALUES ('guns$dict$add_dict_type', 'guns', 'guns$dict$add_dict_type', '添加字典', 'guns', 'DictController', 'addDictType', 'Dict', '字典详情管理', '192.168.11.1', '/dict/addDict', 'POST', 'N', 'Y', 'N', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$delete_dict', 'guns', 'guns$dict$delete_dict', '删除字典', 'guns', 'DictController', 'deleteDict', 'Dict', '字典详情管理', '192.168.11.1', '/dict/deleteDict', 'POST', 'N', 'Y', 'N', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_detail', 'guns', 'guns$dict$get_dict_detail', '获取字典详情', 'guns', 'DictController', 'getDictDetail', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictDetail', 'GET', 'N', 'Y', 'N', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_list', 'guns', 'guns$dict$get_dict_list', '获取字典列表', 'guns', 'DictController', 'getDictList', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_list_page', 'guns', 'guns$dict$get_dict_list_page', '获取字典列表', 'guns', 'DictController', 'getDictListPage', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictListPage', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_tree_list', 'guns', 'guns$dict$get_dict_tree_list', '获取树形字典列表', 'guns', 'DictController', 'getDictTreeList', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictTreeList', 'POST', 'N', 'Y', 'N', 'Set[\"treeList\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$update_dict', 'guns', 'guns$dict$update_dict', '修改字典', 'guns', 'DictController', 'updateDict', 'Dict', '字典详情管理', '192.168.11.1', '/dict/updateDict', 'POST', 'N', 'Y', 'N', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$update_dict_status', 'guns', 'guns$dict$update_dict_status', '更新字典状态', 'guns', 'DictController', 'updateDictStatus', 'Dict', '字典详情管理', '192.168.11.1', '/dict/updateDictStatus', 'POST', 'N', 'Y', 'N', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict$validate_code_available', 'guns', 'guns$dict$validate_code_available', 'code校验', 'guns', 'DictController', 'validateCodeAvailable', 'Dict', '字典详情管理', '192.168.11.1', '/dict/validateCodeAvailable', 'POST', 'N', 'Y', 'N', 'Set[\"treeList\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$add_dict_type', 'guns', 'guns$dict_type$add_dict_type', '添加字典类型', 'guns', 'DictTypeController', 'addDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/addDictType', 'POST', 'N', 'Y', 'N', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$delete_dict_type', 'guns', 'guns$dict_type$delete_dict_type', '删除字典类型', 'guns', 'DictTypeController', 'deleteDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/deleteDictType', 'POST', 'N', 'Y', 'N', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$get_dict_type_list', 'guns', 'guns$dict_type$get_dict_type_list', '获取字典类型列表', 'guns', 'DictTypeController', 'getDictTypeList', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/getDictTypeList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$get_dict_type_page_list', 'guns', 'guns$dict_type$get_dict_type_page_list', '获取字典类型列表(分页)', 'guns', 'DictTypeController', 'getDictTypePageList', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/getDictTypePageList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$update_dict_type', 'guns', 'guns$dict_type$update_dict_type', '修改字典类型', 'guns', 'DictTypeController', 'updateDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/updateDictType', 'POST', 'N', 'Y', 'N', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$update_status', 'guns', 'guns$dict_type$update_status', '修改字典类型状态', 'guns', 'DictTypeController', 'updateStatus', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/updateStatus', 'POST', 'N', 'Y', 'N', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$dict_type$validate_code_available', 'guns', 'guns$dict_type$validate_code_available', 'code校验', 'guns', 'DictTypeController', 'validateCodeAvailable', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/validateCodeAvailable', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$index$logout_page', 'guns', 'guns$index$logout_page', '首页接口', 'guns', 'IndexController', 'logoutPage', 'Index', '首页接口', '192.168.11.1', '/', 'GET', 'N', 'N', 'N', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$login$do_auth', 'guns', 'guns$login$do_auth', '登陆', 'guns', 'LoginController', 'doAuth', 'Login', '登陆登出管理', '192.168.11.1', '/login', 'POST', 'N', 'N', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"account\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"password\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"rememberMe\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$login$logout_page', 'guns', 'guns$login$logout_page', '登出', 'guns', 'LoginController', 'logoutPage', 'Login', '登陆登出管理', '192.168.11.1', '/logout', 'GET', 'N', 'Y', 'N', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$resource$get_menu_resource_list', 'guns', 'guns$resource$get_menu_resource_list', '获取资源下拉列表', 'guns', 'ResourceController', 'getMenuResourceList', 'Resource', '资源管理', '192.168.11.1', '/resource/getMenuResourceList', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"url\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"menuFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"long\",\"fieldName\":\"serialVersionUID\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"appCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"resourceName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$resource$page_list', 'guns', 'guns$resource$page_list', '获取资源列表', 'guns', 'ResourceController', 'pageList', 'Resource', '资源管理', '192.168.11.1', '/resource/pageList', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"url\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"menuFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"long\",\"fieldName\":\"serialVersionUID\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"appCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"resourceName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$add', 'guns', 'guns$sys_app$add', '添加系统应用', 'guns', 'SysAppController', 'add', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$delete', 'guns', 'guns$sys_app$delete', '删除系统应用', 'guns', 'SysAppController', 'delete', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$detail', 'guns', 'guns$sys_app$detail', '查看系统应用', 'guns', 'SysAppController', 'detail', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$edit', 'guns', 'guns$sys_app$edit', '编辑系统应用', 'guns', 'SysAppController', 'edit', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$list', 'guns', 'guns$sys_app$list', '系统应用列表', 'guns', 'SysAppController', 'list', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$page', 'guns', 'guns$sys_app$page', '查询系统应用', 'guns', 'SysAppController', 'page', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_app$set_as_default', 'guns', 'guns$sys_app$set_as_default', '设为默认应用', 'guns', 'SysAppController', 'setAsDefault', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/setAsDefault', 'POST', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$add', 'guns', 'guns$sys_config$add', '添加系统参数配置', 'guns', 'SysConfigController', 'add', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$delete', 'guns', 'guns$sys_config$delete', '删除系统参数配置', 'guns', 'SysConfigController', 'delete', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$detail', 'guns', 'guns$sys_config$detail', '查看系统参数配置', 'guns', 'SysConfigController', 'detail', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$edit', 'guns', 'guns$sys_config$edit', '编辑系统参数配置', 'guns', 'SysConfigController', 'edit', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$list', 'guns', 'guns$sys_config$list', '系统参数配置列表', 'guns', 'SysConfigController', 'list', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_config$page', 'guns', 'guns$sys_config$page', '分页查询配置列表', 'guns', 'SysConfigController', 'page', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$delete', 'guns', 'guns$sys_file_info$delete', '删除文件信息', 'guns', 'SysFileInfoController', 'delete', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$detail', 'guns', 'guns$sys_file_info$detail', '查看详情文件信息表', 'guns', 'SysFileInfoController', 'detail', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$download', 'guns', 'guns$sys_file_info$download', '下载文件', 'guns', 'SysFileInfoController', 'download', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/download', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', NULL, -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$list', 'guns', 'guns$sys_file_info$list', '获取全部文件信息表', 'guns', 'SysFileInfoController', 'list', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$page', 'guns', 'guns$sys_file_info$page', '分页查询文件信息表', 'guns', 'SysFileInfoController', 'page', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$preview', 'guns', 'guns$sys_file_info$preview', '文件预览', 'guns', 'SysFileInfoController', 'preview', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/preview', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', NULL, -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$upload', 'guns', 'guns$sys_file_info$upload', '上传文件', 'guns', 'SysFileInfoController', 'upload', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/upload', 'POST', 'N', 'Y', 'Y', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$add', 'guns', 'guns$sys_menu$add', '添加系统菜单', 'guns', 'SysMenuController', 'add', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$delete', 'guns', 'guns$sys_menu$delete', '删除系统菜单', 'guns', 'SysMenuController', 'delete', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$detail', 'guns', 'guns$sys_menu$detail', '查看系统菜单', 'guns', 'SysMenuController', 'detail', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$edit', 'guns', 'guns$sys_menu$edit', '编辑系统菜单', 'guns', 'SysMenuController', 'edit', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$get_app_menus', 'guns', 'guns$sys_menu$get_app_menus', '获取某个应用的菜单', 'guns', 'SysMenuController', 'getAppMenus', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/getAppMenus', 'GET', 'N', 'Y', 'Y', 'Set[\"getAppMenus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$list', 'guns', 'guns$sys_menu$list', '系统菜单列表(树)', 'guns', 'SysMenuController', 'list', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$tree', 'guns', 'guns$sys_menu$tree', '获取系统菜单树,用于新增,编辑时选择上级节点', 'guns', 'SysMenuController', 'tree', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/tree', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_menu$tree_for_grant', 'guns', 'guns$sys_menu$tree_for_grant', '获取系统菜单树,用于给角色授权时选择', 'guns', 'SysMenuController', 'treeForGrant', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/treeForGrant', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$add', 'guns', 'guns$sys_organization$add', '添加系统组织机构', 'guns', 'SysOrganizationController', 'add', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$delete', 'guns', 'guns$sys_organization$delete', '删除系统组织机构', 'guns', 'SysOrganizationController', 'delete', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$detail', 'guns', 'guns$sys_organization$detail', '查看详情系统组织机构', 'guns', 'SysOrganizationController', 'detail', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$edit', 'guns', 'guns$sys_organization$edit', '编辑系统组织机构', 'guns', 'SysOrganizationController', 'edit', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$list', 'guns', 'guns$sys_organization$list', '获取全部系统组织机构', 'guns', 'SysOrganizationController', 'list', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$page', 'guns', 'guns$sys_organization$page', '分页查询系统组织机构', 'guns', 'SysOrganizationController', 'page', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_organization$update_status', 'guns', 'guns$sys_organization$update_status', '修改组织机构状态', 'guns', 'SysOrganizationController', 'updateStatus', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/updateStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$add', 'guns', 'guns$sys_position$add', '添加系统职位', 'guns', 'SysPositionController', 'add', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$delete', 'guns', 'guns$sys_position$delete', '删除系统职位', 'guns', 'SysPositionController', 'delete', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$detail', 'guns', 'guns$sys_position$detail', '查看详情系统职位', 'guns', 'SysPositionController', 'detail', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$edit', 'guns', 'guns$sys_position$edit', '编辑系统职位', 'guns', 'SysPositionController', 'edit', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$list', 'guns', 'guns$sys_position$list', '获取全部系统职位', 'guns', 'SysPositionController', 'list', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$page', 'guns', 'guns$sys_position$page', '分页查询系统职位', 'guns', 'SysPositionController', 'page', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_position$update_status', 'guns', 'guns$sys_position$update_status', '更新职位状态', 'guns', 'SysPositionController', 'updateStatus', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/updateStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$add', 'guns', 'guns$sys_role$add', '添加系统', 'guns', 'SysRoleController', 'add', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$delete', 'guns', 'guns$sys_role$delete', '角色删除', 'guns', 'SysRoleController', 'delete', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$detail', 'guns', 'guns$sys_role$detail', '角色查看', 'guns', 'SysRoleController', 'detail', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$drop_down', 'guns', 'guns$sys_role$drop_down', '角色下拉', 'guns', 'SysRoleController', 'dropDown', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/dropDown', 'GET', 'N', 'Y', 'Y', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$edit', 'guns', 'guns$sys_role$edit', '角色编辑', 'guns', 'SysRoleController', 'edit', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$get_role_data_scope', 'guns', 'guns$sys_role$get_role_data_scope', '角色拥有数据', 'guns', 'SysRoleController', 'getRoleDataScope', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/getRoleDataScope', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$get_role_menus', 'guns', 'guns$sys_role$get_role_menus', '角色拥有菜单', 'guns', 'SysRoleController', 'getRoleMenus', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/getRoleMenus', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$grant_data', 'guns', 'guns$sys_role$grant_data', '授权数据', 'guns', 'SysRoleController', 'grantData', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/grantData', 'POST', 'N', 'Y', 'Y', 'Set[\"grantData\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$grant_resource', 'guns', 'guns$sys_role$grant_resource', '授权资源', 'guns', 'SysRoleController', 'grantResource', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/grantResource', 'POST', 'N', 'Y', 'Y', 'Set[\"grantResource\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_role$page', 'guns', 'guns$sys_role$page', '查询角色', 'guns', 'SysRoleController', 'page', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$add', 'guns', 'guns$sys_user$add', '系统用户_增加', 'guns', 'SysUserController', 'add', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$change_status', 'guns', 'guns$sys_user$change_status', '系统用户_修改状态', 'guns', 'SysUserController', 'changeStatus', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/changeStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"changeStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$delete', 'guns', 'guns$sys_user$delete', '系统用户_删除', 'guns', 'SysUserController', 'delete', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$detail', 'guns', 'guns$sys_user$detail', '系统用户_查看', 'guns', 'SysUserController', 'detail', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$edit', 'guns', 'guns$sys_user$edit', '系统用户_编辑', 'guns', 'SysUserController', 'edit', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$export', 'guns', 'guns$sys_user$export', '系统用户_导出', 'guns', 'SysUserController', 'export', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/export', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NO_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PARTIAL_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_URI_TOO_LONG\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CREATED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_ACCEPTABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_IMPLEMENTED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_RESET_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CONTINUE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MULTIPLE_CHOICES\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_FOUND\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_USE_PROXY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_TEMPORARY_REDIRECT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CONFLICT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_INTERNAL_SERVER_ERROR\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NON_AUTHORITATIVE_INFORMATION\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SEE_OTHER\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_OK\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_FOUND\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_BAD_REQUEST\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_UNAUTHORIZED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SERVICE_UNAVAILABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_METHOD_NOT_ALLOWED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_LENGTH_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PRECONDITION_FAILED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_ENTITY_TOO_LARGE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_UNSUPPORTED_MEDIA_TYPE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_MODIFIED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_TIMEOUT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_GONE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_BAD_GATEWAY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_HTTP_VERSION_NOT_SUPPORTED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PAYMENT_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MOVED_TEMPORARILY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_FORBIDDEN\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PROXY_AUTHENTICATION_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUESTED_RANGE_NOT_SATISFIABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_GATEWAY_TIMEOUT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_EXPECTATION_FAILED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SWITCHING_PROTOCOLS\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MOVED_PERMANENTLY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_ACCEPTED\"}]', NULL, -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$grant_data', 'guns', 'guns$sys_user$grant_data', '系统用户_授权数据', 'guns', 'SysUserController', 'grantData', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/grantData', 'POST', 'N', 'Y', 'Y', 'Set[\"grantData\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$grant_role', 'guns', 'guns$sys_user$grant_role', '系统用户_授权角色', 'guns', 'SysUserController', 'grantRole', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/grantRole', 'POST', 'N', 'Y', 'Y', 'Set[\"grantRole\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$own_data', 'guns', 'guns$sys_user$own_data', '系统用户_获取用户数据范围列表', 'guns', 'SysUserController', 'ownData', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/getUserDataScope', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$own_role', 'guns', 'guns$sys_user$own_role', '系统用户_获取用户的角色列表', 'guns', 'SysUserController', 'ownRole', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/getUserRoles', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$page', 'guns', 'guns$sys_user$page', '系统用户_查询', 'guns', 'SysUserController', 'page', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$reset_pwd', 'guns', 'guns$sys_user$reset_pwd', '系统用户_重置密码', 'guns', 'SysUserController', 'resetPwd', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/resetPwd', 'POST', 'N', 'Y', 'Y', 'Set[\"resetPwd\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$selector', 'guns', 'guns$sys_user$selector', '系统用户_选择器', 'guns', 'SysUserController', 'selector', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/selector', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_avatar', 'guns', 'guns$sys_user$update_avatar', '系统用户_修改头像', 'guns', 'SysUserController', 'updateAvatar', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updateAvatar', 'POST', 'N', 'Y', 'Y', 'Set[\"updateAvatar\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_info', 'guns', 'guns$sys_user$update_info', '系统用户_更新信息', 'guns', 'SysUserController', 'updateInfo', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updateInfo', 'POST', 'N', 'Y', 'Y', 'Set[\"updateInfo\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); -INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_pwd', 'guns', 'guns$sys_user$update_pwd', '系统用户_修改密码', 'guns', 'SysUserController', 'updatePwd', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updatePwd', 'POST', 'N', 'Y', 'Y', 'Set[\"updatePwd\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-14 23:28:52', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$add_dict_type', 'guns', 'guns$dict$add_dict_type', '添加字典', 'guns', 'DictController', 'addDictType', 'Dict', '字典详情管理', '192.168.11.1', '/dict/addDict', 'POST', 'N', 'Y', 'N', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$delete_dict', 'guns', 'guns$dict$delete_dict', '删除字典', 'guns', 'DictController', 'deleteDict', 'Dict', '字典详情管理', '192.168.11.1', '/dict/deleteDict', 'POST', 'N', 'Y', 'N', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_detail', 'guns', 'guns$dict$get_dict_detail', '获取字典详情', 'guns', 'DictController', 'getDictDetail', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictDetail', 'GET', 'N', 'Y', 'N', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_list', 'guns', 'guns$dict$get_dict_list', '获取字典列表', 'guns', 'DictController', 'getDictList', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_list_page', 'guns', 'guns$dict$get_dict_list_page', '获取字典列表', 'guns', 'DictController', 'getDictListPage', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictListPage', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$get_dict_tree_list', 'guns', 'guns$dict$get_dict_tree_list', '获取树形字典列表', 'guns', 'DictController', 'getDictTreeList', 'Dict', '字典详情管理', '192.168.11.1', '/dict/getDictTreeList', 'POST', 'N', 'Y', 'N', 'Set[\"treeList\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$update_dict', 'guns', 'guns$dict$update_dict', '修改字典', 'guns', 'DictController', 'updateDict', 'Dict', '字典详情管理', '192.168.11.1', '/dict/updateDict', 'POST', 'N', 'Y', 'N', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$update_dict_status', 'guns', 'guns$dict$update_dict_status', '更新字典状态', 'guns', 'DictController', 'updateDictStatus', 'Dict', '字典详情管理', '192.168.11.1', '/dict/updateDictStatus', 'POST', 'N', 'Y', 'N', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict$validate_code_available', 'guns', 'guns$dict$validate_code_available', 'code校验', 'guns', 'DictController', 'validateCodeAvailable', 'Dict', '字典详情管理', '192.168.11.1', '/dict/validateCodeAvailable', 'POST', 'N', 'Y', 'N', 'Set[\"treeList\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictShortCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"validateAvailable\":Set[\"NotBlank\"],\"treeList\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"parentDictId\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$add_dict_type', 'guns', 'guns$dict_type$add_dict_type', '添加字典类型', 'guns', 'DictTypeController', 'addDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/addDictType', 'POST', 'N', 'Y', 'N', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$delete_dict_type', 'guns', 'guns$dict_type$delete_dict_type', '删除字典类型', 'guns', 'DictTypeController', 'deleteDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/deleteDictType', 'POST', 'N', 'Y', 'N', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$get_dict_type_list', 'guns', 'guns$dict_type$get_dict_type_list', '获取字典类型列表', 'guns', 'DictTypeController', 'getDictTypeList', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/getDictTypeList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$get_dict_type_page_list', 'guns', 'guns$dict_type$get_dict_type_page_list', '获取字典类型列表(分页)', 'guns', 'DictTypeController', 'getDictTypePageList', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/getDictTypePageList', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$update_dict_type', 'guns', 'guns$dict_type$update_dict_type', '修改字典类型', 'guns', 'DictTypeController', 'updateDictType', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/updateDictType', 'POST', 'N', 'Y', 'N', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$update_status', 'guns', 'guns$dict_type$update_status', '修改字典类型状态', 'guns', 'DictTypeController', 'updateStatus', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/updateStatus', 'POST', 'N', 'Y', 'N', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$dict_type$validate_code_available', 'guns', 'guns$dict_type$validate_code_available', 'code校验', 'guns', 'DictTypeController', 'validateCodeAvailable', 'DictType', '字典类型管理', '192.168.11.1', '/dictType/validateCodeAvailable', 'POST', 'N', 'Y', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeStatus\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dictTypeClass\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeDesc\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"dictTypeName\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$index$logout_page', 'guns', 'guns$index$logout_page', '首页接口', 'guns', 'IndexController', 'logoutPage', 'Index', '首页接口', '192.168.11.1', '/', 'GET', 'N', 'N', 'N', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$login$do_auth', 'guns', 'guns$login$do_auth', '登陆', 'guns', 'LoginController', 'doAuth', 'Login', '登陆登出管理', '192.168.11.1', '/login', 'POST', 'N', 'N', 'N', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"account\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"password\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"rememberMe\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$login$logout_page', 'guns', 'guns$login$logout_page', '登出', 'guns', 'LoginController', 'logoutPage', 'Login', '登陆登出管理', '192.168.11.1', '/logout', 'GET', 'N', 'Y', 'N', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$resource$get_menu_resource_list', 'guns', 'guns$resource$get_menu_resource_list', '获取资源下拉列表', 'guns', 'ResourceController', 'getMenuResourceList', 'Resource', '资源管理', '192.168.11.1', '/resource/getMenuResourceList', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"url\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"menuFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"long\",\"fieldName\":\"serialVersionUID\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"appCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"resourceName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$resource$page_list', 'guns', 'guns$resource$page_list', '获取资源列表', 'guns', 'ResourceController', 'pageList', 'Resource', '资源管理', '192.168.11.1', '/resource/pageList', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"url\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"menuFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"long\",\"fieldName\":\"serialVersionUID\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"appCode\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"resourceName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$add', 'guns', 'guns$sys_app$add', '添加系统应用', 'guns', 'SysAppController', 'add', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$delete', 'guns', 'guns$sys_app$delete', '删除系统应用', 'guns', 'SysAppController', 'delete', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$detail', 'guns', 'guns$sys_app$detail', '查看系统应用', 'guns', 'SysAppController', 'detail', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$edit', 'guns', 'guns$sys_app$edit', '编辑系统应用', 'guns', 'SysAppController', 'edit', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$list', 'guns', 'guns$sys_app$list', '系统应用列表', 'guns', 'SysAppController', 'list', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$page', 'guns', 'guns$sys_app$page', '查询系统应用', 'guns', 'SysAppController', 'page', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_app$set_as_default', 'guns', 'guns$sys_app$set_as_default', '设为默认应用', 'guns', 'SysAppController', 'setAsDefault', 'SysApp', '系统应用', '192.168.11.1', '/sysApp/setAsDefault', 'POST', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"activeFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$add', 'guns', 'guns$sys_config$add', '添加系统参数配置', 'guns', 'SysConfigController', 'add', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$delete', 'guns', 'guns$sys_config$delete', '删除系统参数配置', 'guns', 'SysConfigController', 'delete', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$detail', 'guns', 'guns$sys_config$detail', '查看系统参数配置', 'guns', 'SysConfigController', 'detail', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$edit', 'guns', 'guns$sys_config$edit', '编辑系统参数配置', 'guns', 'SysConfigController', 'edit', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$list', 'guns', 'guns$sys_config$list', '系统参数配置列表', 'guns', 'SysConfigController', 'list', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_config$page', 'guns', 'guns$sys_config$page', '分页查询配置列表', 'guns', 'SysConfigController', 'page', 'SysConfig', '参数配置控制器', '192.168.11.1', '/sysConfig/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"sysFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"value\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"groupCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$delete', 'guns', 'guns$sys_file_info$delete', '删除文件信息', 'guns', 'SysFileInfoController', 'delete', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$detail', 'guns', 'guns$sys_file_info$detail', '查看详情文件信息表', 'guns', 'SysFileInfoController', 'detail', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$download', 'guns', 'guns$sys_file_info$download', '下载文件', 'guns', 'SysFileInfoController', 'download', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/download', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', NULL, -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$list', 'guns', 'guns$sys_file_info$list', '获取全部文件信息表', 'guns', 'SysFileInfoController', 'list', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$page', 'guns', 'guns$sys_file_info$page', '分页查询文件信息表', 'guns', 'SysFileInfoController', 'page', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$preview', 'guns', 'guns$sys_file_info$preview', '文件预览', 'guns', 'SysFileInfoController', 'preview', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/preview', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"fileSizeKb\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileSuffix\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileBucket\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"fileLocation\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileObjectName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"filePath\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"fileOriginName\"}]', NULL, -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_file_info$upload', 'guns', 'guns$sys_file_info$upload', '上传文件', 'guns', 'SysFileInfoController', 'upload', 'SysFileInfo', '文件信息相关接口', '192.168.11.1', '/sysFileInfo/upload', 'POST', 'N', 'Y', 'Y', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$add', 'guns', 'guns$sys_menu$add', '添加系统菜单', 'guns', 'SysMenuController', 'add', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$delete', 'guns', 'guns$sys_menu$delete', '删除系统菜单', 'guns', 'SysMenuController', 'delete', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$detail', 'guns', 'guns$sys_menu$detail', '查看系统菜单', 'guns', 'SysMenuController', 'detail', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$edit', 'guns', 'guns$sys_menu$edit', '编辑系统菜单', 'guns', 'SysMenuController', 'edit', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$get_app_menus', 'guns', 'guns$sys_menu$get_app_menus', '获取某个应用的菜单', 'guns', 'SysMenuController', 'getAppMenus', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/getAppMenus', 'GET', 'N', 'Y', 'Y', 'Set[\"getAppMenus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$list', 'guns', 'guns$sys_menu$list', '系统菜单列表(树)', 'guns', 'SysMenuController', 'list', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$tree', 'guns', 'guns$sys_menu$tree', '获取系统菜单树,用于新增,编辑时选择上级节点', 'guns', 'SysMenuController', 'tree', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/tree', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_menu$tree_for_grant', 'guns', 'guns$sys_menu$tree_for_grant', '获取系统菜单树,用于给角色授权时选择', 'guns', 'SysMenuController', 'treeForGrant', 'SysMenu', '菜单管理', '192.168.11.1', '/sysMenu/treeForGrant', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"icon\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"component\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"weight\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"router\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"appCode\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"],\"getAppMenus\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"openType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"redirect\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Min\",\"Max\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"type\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Min\",\"Max\",\"NotNull\"],\"edit\":Set[\"Min\",\"Max\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"link\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\",\"FlagValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"visible\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\",\"FlagValue\"],\"edit\":Set[\"NotBlank\",\"FlagValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"permission\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$add', 'guns', 'guns$sys_organization$add', '添加系统组织机构', 'guns', 'SysOrganizationController', 'add', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$delete', 'guns', 'guns$sys_organization$delete', '删除系统组织机构', 'guns', 'SysOrganizationController', 'delete', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$detail', 'guns', 'guns$sys_organization$detail', '查看详情系统组织机构', 'guns', 'SysOrganizationController', 'detail', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$edit', 'guns', 'guns$sys_organization$edit', '编辑系统组织机构', 'guns', 'SysOrganizationController', 'edit', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$list', 'guns', 'guns$sys_organization$list', '获取全部系统组织机构', 'guns', 'SysOrganizationController', 'list', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$page', 'guns', 'guns$sys_organization$page', '分页查询系统组织机构', 'guns', 'SysOrganizationController', 'page', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_organization$update_status', 'guns', 'guns$sys_organization$update_status', '修改组织机构状态', 'guns', 'SysOrganizationController', 'updateStatus', 'SysOrganization', '系统组织机构管理', '192.168.11.1', '/sysOrganization/updateStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"pids\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"pid\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$add', 'guns', 'guns$sys_position$add', '添加系统职位', 'guns', 'SysPositionController', 'add', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$delete', 'guns', 'guns$sys_position$delete', '删除系统职位', 'guns', 'SysPositionController', 'delete', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$detail', 'guns', 'guns$sys_position$detail', '查看详情系统职位', 'guns', 'SysPositionController', 'detail', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$edit', 'guns', 'guns$sys_position$edit', '编辑系统职位', 'guns', 'SysPositionController', 'edit', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$list', 'guns', 'guns$sys_position$list', '获取全部系统职位', 'guns', 'SysPositionController', 'list', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/list', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$page', 'guns', 'guns$sys_position$page', '分页查询系统职位', 'guns', 'SysPositionController', 'page', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_position$update_status', 'guns', 'guns$sys_position$update_status', '更新职位状态', 'guns', 'SysPositionController', 'updateStatus', 'SysPosition', '系统职位管理', '192.168.11.1', '/sysPosition/updateStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"updateStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$add', 'guns', 'guns$sys_role$add', '添加系统', 'guns', 'SysRoleController', 'add', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$delete', 'guns', 'guns$sys_role$delete', '角色删除', 'guns', 'SysRoleController', 'delete', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$detail', 'guns', 'guns$sys_role$detail', '角色查看', 'guns', 'SysRoleController', 'detail', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$drop_down', 'guns', 'guns$sys_role$drop_down', '角色下拉', 'guns', 'SysRoleController', 'dropDown', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/dropDown', 'GET', 'N', 'Y', 'Y', NULL, NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$edit', 'guns', 'guns$sys_role$edit', '角色编辑', 'guns', 'SysRoleController', 'edit', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$get_role_data_scope', 'guns', 'guns$sys_role$get_role_data_scope', '角色拥有数据', 'guns', 'SysRoleController', 'getRoleDataScope', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/getRoleDataScope', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$get_role_menus', 'guns', 'guns$sys_role$get_role_menus', '角色拥有菜单', 'guns', 'SysRoleController', 'getRoleMenus', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/getRoleMenus', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$grant_data', 'guns', 'guns$sys_role$grant_data', '授权数据', 'guns', 'SysRoleController', 'grantData', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/grantData', 'POST', 'N', 'Y', 'Y', 'Set[\"grantData\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$grant_resource', 'guns', 'guns$sys_role$grant_resource', '授权资源', 'guns', 'SysRoleController', 'grantResource', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/grantResource', 'POST', 'N', 'Y', 'Y', 'Set[\"grantResource\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_role$page', 'guns', 'guns$sys_role$page', '查询角色', 'guns', 'SysRoleController', 'page', 'SysRole', '系统角色管理', '192.168.11.1', '/sysRole/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"code\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updateStatus\":Set[\"NotNull\"],\"grantResource\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"remark\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantResourceList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantResource\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"BigDecimal\",\"fieldName\":\"sort\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Null\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"dataScopeType\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Null\"],\"edit\":Set[\"Null\"],\"grantData\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$add', 'guns', 'guns$sys_user$add', '系统用户_增加', 'guns', 'SysUserController', 'add', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/add', 'POST', 'N', 'Y', 'Y', 'Set[\"add\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$change_status', 'guns', 'guns$sys_user$change_status', '系统用户_修改状态', 'guns', 'SysUserController', 'changeStatus', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/changeStatus', 'POST', 'N', 'Y', 'Y', 'Set[\"changeStatus\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$delete', 'guns', 'guns$sys_user$delete', '系统用户_删除', 'guns', 'SysUserController', 'delete', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/delete', 'POST', 'N', 'Y', 'Y', 'Set[\"delete\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$detail', 'guns', 'guns$sys_user$detail', '系统用户_查看', 'guns', 'SysUserController', 'detail', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/detail', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$edit', 'guns', 'guns$sys_user$edit', '系统用户_编辑', 'guns', 'SysUserController', 'edit', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/edit', 'POST', 'N', 'Y', 'Y', 'Set[\"edit\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$export', 'guns', 'guns$sys_user$export', '系统用户_导出', 'guns', 'SysUserController', 'export', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/export', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NO_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PARTIAL_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_URI_TOO_LONG\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CREATED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_ACCEPTABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_IMPLEMENTED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_RESET_CONTENT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CONTINUE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MULTIPLE_CHOICES\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_FOUND\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_USE_PROXY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_TEMPORARY_REDIRECT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_CONFLICT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_INTERNAL_SERVER_ERROR\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NON_AUTHORITATIVE_INFORMATION\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SEE_OTHER\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_OK\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_FOUND\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_BAD_REQUEST\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_UNAUTHORIZED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SERVICE_UNAVAILABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_METHOD_NOT_ALLOWED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_LENGTH_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PRECONDITION_FAILED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_ENTITY_TOO_LARGE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_UNSUPPORTED_MEDIA_TYPE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_NOT_MODIFIED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUEST_TIMEOUT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_GONE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_BAD_GATEWAY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_HTTP_VERSION_NOT_SUPPORTED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PAYMENT_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MOVED_TEMPORARILY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_FORBIDDEN\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_PROXY_AUTHENTICATION_REQUIRED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_REQUESTED_RANGE_NOT_SATISFIABLE\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_GATEWAY_TIMEOUT\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_EXPECTATION_FAILED\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_SWITCHING_PROTOCOLS\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_MOVED_PERMANENTLY\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"int\",\"fieldName\":\"SC_ACCEPTED\"}]', NULL, -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$grant_data', 'guns', 'guns$sys_user$grant_data', '系统用户_授权数据', 'guns', 'SysUserController', 'grantData', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/grantData', 'POST', 'N', 'Y', 'Y', 'Set[\"grantData\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$grant_role', 'guns', 'guns$sys_user$grant_role', '系统用户_授权角色', 'guns', 'SysUserController', 'grantRole', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/grantRole', 'POST', 'N', 'Y', 'Y', 'Set[\"grantRole\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$own_data', 'guns', 'guns$sys_user$own_data', '系统用户_获取用户数据范围列表', 'guns', 'SysUserController', 'ownData', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/getUserDataScope', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$own_role', 'guns', 'guns$sys_user$own_role', '系统用户_获取用户的角色列表', 'guns', 'SysUserController', 'ownRole', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/getUserRoles', 'GET', 'N', 'Y', 'Y', 'Set[\"detail\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$page', 'guns', 'guns$sys_user$page', '系统用户_查询', 'guns', 'SysUserController', 'page', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/page', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$reset_pwd', 'guns', 'guns$sys_user$reset_pwd', '系统用户_重置密码', 'guns', 'SysUserController', 'resetPwd', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/resetPwd', 'POST', 'N', 'Y', 'Y', 'Set[\"resetPwd\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$selector', 'guns', 'guns$sys_user$selector', '系统用户_选择器', 'guns', 'SysUserController', 'selector', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/selector', 'GET', 'N', 'Y', 'Y', NULL, 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_avatar', 'guns', 'guns$sys_user$update_avatar', '系统用户_修改头像', 'guns', 'SysUserController', 'updateAvatar', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updateAvatar', 'POST', 'N', 'Y', 'Y', 'Set[\"updateAvatar\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_info', 'guns', 'guns$sys_user$update_info', '系统用户_更新信息', 'guns', 'SysUserController', 'updateInfo', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updateInfo', 'POST', 'N', 'Y', 'Y', 'Set[\"updateInfo\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); +INSERT INTO `sys_resource` VALUES ('guns$sys_user$update_pwd', 'guns', 'guns$sys_user$update_pwd', '系统用户_修改密码', 'guns', 'SysUserController', 'updatePwd', 'SysUser', '用户管理', '192.168.11.1', '/sysUser/updatePwd', 'POST', 'N', 'Y', 'Y', 'Set[\"updatePwd\"]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"nickName\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"sex\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Email\"],\"fieldClassType\":\"String\",\"fieldName\":\"email\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"Email\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"password\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"TableUniqueValue\",\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"account\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"TableUniqueValue\",\"NotBlank\"],\"edit\":Set[\"TableUniqueValue\",\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"newPassword\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updatePwd\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Size\",\"NotNull\"],\"fieldClassType\":\"String\",\"fieldName\":\"phone\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"Size\",\"NotNull\"],\"updateInfo\":Set[\"Size\",\"NotNull\"],\"edit\":Set[\"Size\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"StatusValue\",\"NotNull\"],\"fieldClassType\":\"Integer\",\"fieldName\":\"statusFlag\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateStatus\":Set[\"StatusValue\",\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"avatar\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateAvatar\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"DateValue\"],\"fieldClassType\":\"String\",\"fieldName\":\"birthday\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"DateValue\"],\"updateInfo\":Set[\"DateValue\"],\"edit\":Set[\"DateValue\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"Long\",\"fieldName\":\"id\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"updateInfo\":Set[\"NotNull\"],\"updateAvatar\":Set[\"NotNull\"],\"resetPwd\":Set[\"NotNull\"],\"stop\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"],\"grantData\":Set[\"NotNull\"],\"updatePwd\":Set[\"NotNull\"],\"start\":Set[\"NotNull\"],\"changeStatus\":Set[\"NotNull\"],\"detail\":Set[\"NotNull\"],\"grantRole\":Set[\"NotNull\"],\"delete\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotBlank\"],\"fieldClassType\":\"String\",\"fieldName\":\"name\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotBlank\"],\"edit\":Set[\"NotBlank\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"Valid\",\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"sysEmployeeRequest\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"add\":Set[\"NotNull\"],\"edit\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantRoleIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantRole\":Set[\"NotNull\"]}},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"tel\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Long\",\"fieldName\":\"organizationId\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"annotations\":Set[\"NotNull\"],\"fieldClassType\":\"List\",\"fieldName\":\"grantOrgIdList\",\"groupAnnotations\":{\"@type\":\"java.util.HashMap\",\"grantData\":Set[\"NotNull\"]}}]', 'Set[{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Boolean\",\"fieldName\":\"success\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"Object\",\"fieldName\":\"data\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"code\"},{\"@type\":\"cn.stylefeng.roses.kernel.resource.api.pojo.resource.FieldDescription\",\"fieldClassType\":\"String\",\"fieldName\":\"message\"}]', -1, '2020-12-17 21:00:05', NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for sys_role @@ -456,7 +463,7 @@ CREATE TABLE `sys_role` ( -- ---------------------------- -- Records of sys_role -- ---------------------------- -INSERT INTO `sys_role` VALUES (1, '1', '50', 1.00, 50, 0, NULL, '1', NULL, NULL, NULL, NULL); +INSERT INTO `sys_role` VALUES (1339550467939639303, '超级管理员', 'superAdmin', 1.00, 10, 1, NULL, 'N', '2020-12-17 20:41:25', -1, '2020-12-17 20:41:30', -1); -- ---------------------------- -- Table structure for sys_role_data_scope @@ -466,6 +473,10 @@ CREATE TABLE `sys_role_data_scope` ( `id` bigint(20) NOT NULL COMMENT '主键', `role_id` bigint(20) NOT NULL COMMENT '角色id', `organization_id` bigint(20) NOT NULL COMMENT '机构id', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `create_user` bigint(20) NULL DEFAULT NULL COMMENT '创建人', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间', + `update_user` bigint(20) NULL DEFAULT NULL COMMENT '修改人', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统角色数据范围表' ROW_FORMAT = Dynamic; @@ -477,13 +488,17 @@ CREATE TABLE `sys_role_resource` ( `id` bigint(20) NOT NULL COMMENT '主键', `role_id` bigint(20) NOT NULL COMMENT '角色id', `resource_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '资源id', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `create_user` bigint(20) NULL DEFAULT NULL COMMENT '创建人', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间', + `update_user` bigint(20) NULL DEFAULT NULL COMMENT '修改人', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统角色菜单表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of sys_role_resource -- ---------------------------- -INSERT INTO `sys_role_resource` VALUES (1, 1, 'guns$dict$add_dict_type'); +INSERT INTO `sys_role_resource` VALUES (1339550467939639308, 1339550467939639303, 'guns$sys_organization$update_status', NULL, NULL, NULL, NULL); -- ---------------------------- -- Table structure for sys_sms @@ -495,8 +510,8 @@ CREATE TABLE `sys_sms` ( `validate_code` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '短信验证码', `template_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '短信模板ID', `biz_id` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '回执id', - `status` int(2) NULL DEFAULT NULL COMMENT '发送状态(字典 0 未发送,1 发送成功,2 发送失败,3 失效)', - `source` int(5) NULL DEFAULT NULL COMMENT '来源(字典 1 app, 2 pc, 3 其他)', + `status` int(11) NULL DEFAULT NULL COMMENT '发送状态(字典 0 未发送,1 发送成功,2 发送失败,3 失效)', + `source` int(11) NULL DEFAULT NULL COMMENT '来源(字典 1 app, 2 pc, 3 其他)', `invalid_time` datetime(0) NULL DEFAULT NULL COMMENT '失效时间', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否删除,Y-被删除,N-未删除', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', @@ -515,7 +530,7 @@ CREATE TABLE `sys_timers` ( `timer_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '任务名称', `action_class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '执行任务的class的类名(实现了TimerTaskRunner接口的类的全称)', `cron` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '定时任务表达式', - `job_status` int(2) NULL DEFAULT NULL COMMENT '状态(字典 1运行 2停止)', + `job_status` int(11) NULL DEFAULT NULL COMMENT '状态(字典 1运行 2停止)', `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '备注信息', `del_flag` char(1) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '是否删除,Y-被删除,N-未删除', `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', @@ -556,7 +571,7 @@ CREATE TABLE `sys_user` ( -- ---------------------------- -- Records of sys_user -- ---------------------------- -INSERT INTO `sys_user` VALUES (1, 'admin', '$2a$10$N/mL91CVAlcuZmW8/m4Fb..BSsimGqhfwpHtIGH3h8NYI41rXhhIq', '超级管理员', '超级管理员', 1, NULL, 'M', 'sn93@qq.com', NULL, NULL, '127.0.0.1', '2020-12-14 23:29:38', 'Y', 1, 'N', NULL, NULL, '2020-12-14 23:29:38', -1); +INSERT INTO `sys_user` VALUES (1339550467939639299, 'admin', '$2a$10$N/mL91CVAlcuZmW8/m4Fb..BSsimGqhfwpHtIGH3h8NYI41rXhhIq', '超级管理员', '超级管理员', 1339550467939639300, '2020-12-17', 'M', 'sn93@qq.com', NULL, NULL, '127.0.0.1', '2020-12-17 21:01:16', 'Y', 1, 'N', '2020-12-17 20:40:31', -1, '2020-12-17 21:01:16', -1); -- ---------------------------- -- Table structure for sys_user_data_scope @@ -566,6 +581,10 @@ CREATE TABLE `sys_user_data_scope` ( `id` bigint(20) NOT NULL COMMENT '主键', `user_id` bigint(20) NOT NULL COMMENT '用户id', `organization_id` bigint(20) NOT NULL COMMENT '机构id', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `create_user` bigint(20) NULL DEFAULT NULL COMMENT '创建人', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间', + `update_user` bigint(20) NULL DEFAULT NULL COMMENT '修改人', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统用户数据范围表' ROW_FORMAT = Dynamic; @@ -577,12 +596,16 @@ CREATE TABLE `sys_user_role` ( `id` bigint(20) NOT NULL COMMENT '主键', `user_id` bigint(20) NOT NULL COMMENT '用户id', `role_id` bigint(20) NOT NULL COMMENT '角色id', + `create_time` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', + `create_user` bigint(20) NULL DEFAULT NULL COMMENT '创建人', + `update_time` datetime(0) NULL DEFAULT NULL COMMENT '修改时间', + `update_user` bigint(20) NULL DEFAULT NULL COMMENT '修改人', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '系统用户角色表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of sys_user_role -- ---------------------------- -INSERT INTO `sys_user_role` VALUES (1, 1, 1); +INSERT INTO `sys_user_role` VALUES (1339554696976781379, 1339550467939639299, 1339550467939639303, '2020-12-17 20:57:31', NULL, NULL, NULL); SET FOREIGN_KEY_CHECKS = 1;