gfast-v2-os.sql 88 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. -- MySQL dump 10.13 Distrib 5.6.26, for Win64 (x86_64)
  2. --
  3. -- Host: localhost Database: gfast-v2-open
  4. -- ------------------------------------------------------
  5. -- Server version 5.6.26
  6. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  7. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  8. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  9. /*!40101 SET NAMES utf8 */;
  10. /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
  11. /*!40103 SET TIME_ZONE='+00:00' */;
  12. /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
  13. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  14. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  15. /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
  16. --
  17. -- Table structure for table `casbin_rule`
  18. --
  19. DROP TABLE IF EXISTS `casbin_rule`;
  20. /*!40101 SET @saved_cs_client = @@character_set_client */;
  21. /*!40101 SET character_set_client = utf8 */;
  22. CREATE TABLE `casbin_rule` (
  23. `ptype` varchar(10) DEFAULT NULL,
  24. `v0` varchar(256) DEFAULT NULL,
  25. `v1` varchar(256) DEFAULT NULL,
  26. `v2` varchar(256) DEFAULT NULL,
  27. `v3` varchar(256) DEFAULT NULL,
  28. `v4` varchar(256) DEFAULT NULL,
  29. `v5` varchar(256) DEFAULT NULL
  30. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
  31. /*!40101 SET character_set_client = @saved_cs_client */;
  32. --
  33. -- Dumping data for table `casbin_rule`
  34. --
  35. LOCK TABLES `casbin_rule` WRITE;
  36. /*!40000 ALTER TABLE `casbin_rule` DISABLE KEYS */;
  37. INSERT INTO `casbin_rule` VALUES ('g','1','1','','','',''),('g','1','3','','','',''),('g','22','2','','','',''),('g','22','1','','','',''),('g','31','1','','','',''),('g','31','2','','','',''),('g','15','2','','','',''),('g','16','3','','','',''),('p','8','78','All','','',''),('p','8','83','All','','',''),('p','8','84','All','','',''),('p','8','89','All','','',''),('p','8','103','All','','',''),('p','8','104','All','','',''),('p','8','106','All','','',''),('p','8','90','All','','',''),('p','8','112','All','','',''),('p','8','117','All','','',''),('p','1','1','All','','',''),('p','1','5','All','','',''),('p','1','19','All','','',''),('p','1','20','All','','',''),('p','1','21','All','','',''),('p','1','22','All','','',''),('p','1','23','All','','',''),('p','1','24','All','','',''),('p','1','25','All','','',''),('p','1','6','All','','',''),('p','1','41','All','','',''),('p','1','42','All','','',''),('p','1','43','All','','',''),('p','1','86','All','','',''),('p','1','2','All','','',''),('p','1','8','All','','',''),('p','1','16','All','','',''),('p','1','17','All','','',''),('p','1','18','All','','',''),('p','1','26','All','','',''),('p','1','27','All','','',''),('p','1','29','All','','',''),('p','1','30','All','','',''),('p','1','31','All','','',''),('p','1','28','All','','',''),('p','1','44','All','','',''),('p','1','45','All','','',''),('p','1','46','All','','',''),('p','1','33','All','','',''),('p','1','47','All','','',''),('p','1','48','All','','',''),('p','1','49','All','','',''),('p','1','40','All','','',''),('p','1','50','All','','',''),('p','1','51','All','','',''),('p','1','52','All','','',''),('p','1','53','All','','',''),('p','1','54','All','','',''),('p','1','3','All','','',''),('p','1','34','All','','',''),('p','1','55','All','','',''),('p','1','36','All','','',''),('p','1','56','All','','',''),('p','1','57','All','','',''),('p','1','58','All','','',''),('p','1','59','All','','',''),('p','1','60','All','','',''),('p','1','37','All','','',''),('p','1','38','All','','',''),('p','1','61','All','','',''),('p','1','62','All','','',''),('p','1','39','All','','',''),('p','1','63','All','','',''),('p','1','64','All','','',''),('p','1','4','All','','',''),('p','1','32','All','','',''),('p','1','65','All','','',''),('p','1','66','All','','',''),('p','1','67','All','','',''),('p','1','68','All','','',''),('p','1','35','All','','',''),('p','1','69','All','','',''),('p','1','70','All','','',''),('p','1','71','All','','',''),('p','1','89','All','','',''),('p','1','103','All','','',''),('p','1','119','All','','',''),('p','1','104','All','','',''),('p','1','106','All','','',''),('p','1','90','All','','',''),('p','1','112','All','','',''),('p','1','115','All','','',''),('p','1','116','All','','',''),('p','1','117','All','','',''),('p','1','93','All','','',''),('p','1','113','All','','',''),('p','1','118','All','','',''),('p','1','114','All','','',''),('p','1','107','All','','',''),('p','1','108','All','','',''),('p','1','109','All','','',''),('p','1','110','All','','',''),('p','1','111','All','','',''),('g','2','2','','','',''),('g','3','2','','','',''),('g','34','1','','','',''),('g','35','3','','','',''),('g','35','2','','','',''),('g','5','2','','','',''),('g','14','3','','','',''),('g','36','2','','','',''),('g','37','2','','','',''),('p','2','1','All','','',''),('p','2','5','All','','',''),('p','2','19','All','','',''),('p','2','20','All','','',''),('p','2','21','All','','',''),('p','2','22','All','','',''),('p','2','23','All','','',''),('p','2','24','All','','',''),('p','2','25','All','','',''),('p','2','6','All','','',''),('p','2','41','All','','',''),('p','2','42','All','','',''),('p','2','43','All','','',''),('p','2','2','All','','',''),('p','2','8','All','','',''),('p','2','16','All','','',''),('p','2','17','All','','',''),('p','2','18','All','','',''),('p','2','26','All','','',''),('p','2','27','All','','',''),('p','2','29','All','','',''),('p','2','30','All','','',''),('p','2','31','All','','',''),('p','2','28','All','','',''),('p','2','33','All','','',''),('p','2','40','All','','',''),('p','2','50','All','','',''),('p','2','52','All','','',''),('p','2','53','All','','',''),('p','2','3','All','','',''),('p','2','34','All','','',''),('p','2','36','All','','',''),('p','2','37','All','','',''),('p','2','38','All','','',''),('p','2','39','All','','',''),('p','2','4','All','','',''),('p','2','32','All','','',''),('p','2','35','All','','',''),('p','2','96','All','','',''),('p','2','97','All','','',''),('p','2','98','All','','',''),('p','2','124','All','','',''),('p','2','126','All','','',''),('g','38','5','','','',''),('g','38','8','','','',''),('p','alice','data1','read','','',''),('p','bob','data2','write','','',''),('p','data2_admin','data2','read','','',''),('p','data2_admin','data2','write','','',''),('g','alice','data2_admin','','','','');
  38. /*!40000 ALTER TABLE `casbin_rule` ENABLE KEYS */;
  39. UNLOCK TABLES;
  40. --
  41. -- Table structure for table `sys_auth_rule`
  42. --
  43. DROP TABLE IF EXISTS `sys_auth_rule`;
  44. /*!40101 SET @saved_cs_client = @@character_set_client */;
  45. /*!40101 SET character_set_client = utf8 */;
  46. CREATE TABLE `sys_auth_rule` (
  47. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  48. `pid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '父ID',
  49. `name` varchar(100) NOT NULL DEFAULT '' COMMENT '规则名称',
  50. `title` varchar(50) NOT NULL DEFAULT '' COMMENT '规则名称',
  51. `icon` varchar(50) NOT NULL DEFAULT '' COMMENT '图标',
  52. `condition` varchar(255) NOT NULL DEFAULT '' COMMENT '条件',
  53. `remark` varchar(255) NOT NULL DEFAULT '' COMMENT '备注',
  54. `menu_type` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '类型 0目录 1菜单 2按钮',
  55. `weigh` int(10) NOT NULL DEFAULT '0' COMMENT '权重',
  56. `status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态',
  57. `always_show` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '显示状态',
  58. `path` varchar(100) NOT NULL DEFAULT '' COMMENT '路由地址',
  59. `jump_path` varchar(100) NOT NULL DEFAULT '' COMMENT '跳转路由',
  60. `component` varchar(100) NOT NULL DEFAULT '' COMMENT '组件路径',
  61. `is_frame` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '是否外链 1是 0否',
  62. `module_type` varchar(30) NOT NULL DEFAULT '' COMMENT '所属模块',
  63. `model_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '模型ID',
  64. `created_at` datetime DEFAULT NULL COMMENT '创建日期',
  65. `updated_at` datetime DEFAULT NULL COMMENT '修改日期',
  66. `deleted_at` datetime DEFAULT NULL COMMENT '删除日期',
  67. PRIMARY KEY (`id`) USING BTREE,
  68. UNIQUE KEY `name` (`name`) USING BTREE,
  69. KEY `pid` (`pid`) USING BTREE,
  70. KEY `weigh` (`weigh`) USING BTREE
  71. ) ENGINE=MyISAM AUTO_INCREMENT=186 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='菜单节点表';
  72. /*!40101 SET character_set_client = @saved_cs_client */;
  73. --
  74. -- Dumping data for table `sys_auth_rule`
  75. --
  76. LOCK TABLES `sys_auth_rule` WRITE;
  77. /*!40000 ALTER TABLE `sys_auth_rule` DISABLE KEYS */;
  78. INSERT INTO `sys_auth_rule` VALUES (1,0,'system/config','系统配置','system','','Admin tips',0,0,1,1,'config','','',0,'sys_admin',0,NULL,NULL,NULL),(2,0,'system/auth','权限管理','peoples','','',0,0,1,1,'system/auth','','',0,'sys_admin',0,NULL,NULL,NULL),(3,0,'system/monitor','系统监控','monitor','','',0,0,1,1,'monitor','','',0,'sys_admin',0,NULL,NULL,NULL),(5,1,'system/config/dict/type/list','字典管理','dict','','',1,0,1,1,'dict/list','','system/config/dict/list',0,'sys_admin',0,NULL,'2021-07-20 08:47:37',NULL),(6,1,'system/config/sysConfig/list','参数管理','date-range','','',1,0,1,1,'params/list','','system/config/params/list',0,'sys_admin',0,NULL,'2021-07-20 08:58:57',NULL),(8,2,'system/auth/menuList','菜单管理','nested','','',1,0,1,1,'menuList','','system/auth/menuList',0,'sys_admin',0,NULL,'2021-07-20 09:01:49',NULL),(21,5,'system/config/dict/type/delete','删除字典','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:56:49',NULL),(16,8,'system/auth/addMenu','添加菜单','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:02:20',NULL),(17,8,'system/auth/editMenu','修改菜单','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(18,8,'system/auth/deleteMenu','删除菜单','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(19,5,'system/config/dict/type/add','添加字典','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:56:29',NULL),(20,5,'system/config/dict/type/edit','修改字典','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:56:39',NULL),(22,5,'system/config/dict/data/list','字典数据管理','','','',2,0,1,1,'dataList','','',0,'sys_admin',0,NULL,'2021-07-20 08:57:25',NULL),(23,5,'system/config/dict/data/add','添加字典数据','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:58:06',NULL),(24,5,'system/config/dict/data/edit','修改字典数据','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:58:14',NULL),(25,5,'system/config/dict/data/delete','删除字典数据','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:58:22',NULL),(26,2,'system/auth/roleList','角色管理','logininfor','','',1,0,1,1,'role','','system/auth/roleList',0,'sys_admin',0,NULL,NULL,NULL),(27,26,'system/auth/addRole','添加角色','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(28,2,'system/auth/deptList','部门管理','peoples','','',1,0,1,1,'dept','','system/auth/dept',0,'sys_admin',0,NULL,'2021-07-20 09:03:46',NULL),(29,26,'system/auth/editRole','修改角色','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(30,26,'system/auth/statusSetRole','设置角色状态','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(31,26,'system/auth/deleteRole','删除角色','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(33,2,'system/auth/postList','岗位管理','tab','','',1,0,1,1,'post','','system/auth/post',0,'sys_admin',0,NULL,'2021-07-20 09:04:51',NULL),(34,3,'system/monitor/online/list','在线用户','cascader','','',1,0,1,1,'online','','system/monitor/online/list',0,'sys_admin',0,NULL,NULL,NULL),(36,3,'system/monitor/job','定时任务','clipboard','','',1,0,1,1,'job','','system/monitor/job',0,'sys_admin',0,NULL,NULL,NULL),(37,3,'system/monitor/server/info','服务监控','dict','','',1,0,1,1,'server','','system/monitor/server',0,'sys_admin',0,NULL,'2021-07-19 16:07:23',NULL),(38,3,'system/monitor/loginLog','登录日志','chart','','',1,0,1,1,'logininfor','','system/monitor/logininfor',0,'sys_admin',0,NULL,'2021-07-20 09:08:00',NULL),(39,3,'system/monitor/operLog','操作日志','dashboard','','',1,0,1,1,'operlog','','system/monitor/operlog',0,'sys_admin',0,NULL,'2021-07-20 09:08:31',NULL),(40,2,'system/auth/userList','用户管理','user','','',1,0,1,1,'user','','system/auth/userList',0,'sys_admin',0,NULL,NULL,NULL),(41,6,'system/config/sysConfig/add','添加参数','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:59:09',NULL),(42,6,'system/config/sysConfig/edit','修改参数','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:59:17',NULL),(43,6,'system/config/sysConfig/delete','删除参数','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 08:59:25',NULL),(44,28,'system/auth/deptAdd','添加部门','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:04:05',NULL),(45,28,'system/auth/deptEdit','修改部门','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:04:19',NULL),(46,28,'system/auth/deptDelete','删除部门','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:04:35',NULL),(47,33,'system/auth/postAdd','添加岗位','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:05:04',NULL),(48,33,'system/auth/postEdit','修改岗位','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:05:15',NULL),(49,33,'system/auth/postDelete','删除岗位','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:05:25',NULL),(50,40,'system/auth/addUser','添加用户','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(51,40,'system/auth/editUser','修改用户','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(52,40,'system/auth/resetUserPwd','密码重置','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(53,40,'system/auth/changeUserStatus','状态设置','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(54,40,'system/auth/deleteUser','删除用户','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:06:16',NULL),(55,34,'system/monitor/online/forceLogout','强制退出','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(56,36,'system/monitor/job/add','添加任务','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(57,36,'system/monitor/job/edit','修改任务','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(58,36,'system/monitor/job/start','开启任务','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(59,36,'system/monitor/job/stop','停止任务','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(60,36,'system/monitor/job/delete','删除任务','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,NULL,NULL),(61,38,'system/monitor/loginLog/delete','删除','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:08:10',NULL),(62,38,'system/monitor/loginLog/clear','清空','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:08:15',NULL),(63,39,'system/monitor/operLog/delete','删除','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:08:36',NULL),(64,39,'system/monitor/operLog/clear','清空','','','',2,0,1,1,'','','',0,'sys_admin',0,NULL,'2021-07-20 09:08:41',NULL),(75,0,'system/tools','系统工具','server','','',0,0,1,1,'system/tools','','',0,'sys_admin',0,NULL,NULL,NULL),(76,75,'system/tools/build','表单构建','build','','',1,0,1,1,'build','','system/tools/build',0,'sys_admin',0,NULL,NULL,NULL),(86,1,'system/config/sysWebSet','站点设置','system','','',1,0,1,1,'/webSet','','system/config/webSet',0,'sys_admin',0,NULL,'2021-07-20 08:59:41',NULL),(185,86,'system/config/sysWebSet/update','站点配置更新','','','',2,0,1,1,'','','',0,'sys_admin',0,'2021-07-20 09:00:18','2021-07-20 09:00:18',NULL);
  79. /*!40000 ALTER TABLE `sys_auth_rule` ENABLE KEYS */;
  80. UNLOCK TABLES;
  81. --
  82. -- Table structure for table `sys_config`
  83. --
  84. DROP TABLE IF EXISTS `sys_config`;
  85. /*!40101 SET @saved_cs_client = @@character_set_client */;
  86. /*!40101 SET character_set_client = utf8 */;
  87. CREATE TABLE `sys_config` (
  88. `config_id` int(5) unsigned NOT NULL AUTO_INCREMENT COMMENT '参数主键',
  89. `config_name` varchar(100) DEFAULT '' COMMENT '参数名称',
  90. `config_key` varchar(100) DEFAULT '' COMMENT '参数键名',
  91. `config_value` varchar(500) DEFAULT '' COMMENT '参数键值',
  92. `config_type` tinyint(1) DEFAULT '0' COMMENT '系统内置(Y是 N否)',
  93. `create_by` int(64) unsigned DEFAULT '0' COMMENT '创建者',
  94. `update_by` int(64) unsigned DEFAULT '0' COMMENT '更新者',
  95. `remark` varchar(500) DEFAULT NULL COMMENT '备注',
  96. `created_at` datetime DEFAULT NULL COMMENT '创建时间',
  97. `updated_at` datetime DEFAULT NULL COMMENT '修改时间',
  98. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  99. PRIMARY KEY (`config_id`) USING BTREE,
  100. UNIQUE KEY `uni_config_key` (`config_key`) USING BTREE
  101. ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC;
  102. /*!40101 SET character_set_client = @saved_cs_client */;
  103. --
  104. -- Dumping data for table `sys_config`
  105. --
  106. LOCK TABLES `sys_config` WRITE;
  107. /*!40000 ALTER TABLE `sys_config` DISABLE KEYS */;
  108. INSERT INTO `sys_config` VALUES (1,'文件上传-文件大小','sys.uploadFile.fileSize','50M',1,31,31,'文件上传大小限制',NULL,'2021-07-06 14:57:35',NULL),(2,'文件上传-文件类型','sys.uploadFile.fileType','doc,docx,zip,xls,xlsx,rar,jpg,jpeg,gif,npm,png',1,31,31,'文件上传后缀类型限制',NULL,NULL,NULL),(3,'图片上传-图片类型','sys.uploadFile.imageType','jpg,jpeg,gif,npm,png',1,31,0,'图片上传后缀类型限制',NULL,NULL,NULL),(4,'图片上传-图片大小','sys.uploadFile.imageSize','50M',1,31,31,'图片上传大小限制',NULL,NULL,NULL),(11,'静态资源','static.resource','/',1,2,0,'',NULL,NULL,NULL),(12,'啊实打实的22','aasdd22','asdasd22',0,31,31,'dasdasd22','2021-07-06 12:11:37','2021-07-06 14:58:27','2021-07-06 15:21:48');
  109. /*!40000 ALTER TABLE `sys_config` ENABLE KEYS */;
  110. UNLOCK TABLES;
  111. --
  112. -- Table structure for table `sys_dept`
  113. --
  114. DROP TABLE IF EXISTS `sys_dept`;
  115. /*!40101 SET @saved_cs_client = @@character_set_client */;
  116. /*!40101 SET character_set_client = utf8 */;
  117. CREATE TABLE `sys_dept` (
  118. `dept_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '部门id',
  119. `parent_id` bigint(20) DEFAULT '0' COMMENT '父部门id',
  120. `ancestors` varchar(50) DEFAULT '' COMMENT '祖级列表',
  121. `dept_name` varchar(30) DEFAULT '' COMMENT '部门名称',
  122. `order_num` int(4) DEFAULT '0' COMMENT '显示顺序',
  123. `leader` varchar(20) DEFAULT NULL COMMENT '负责人',
  124. `phone` varchar(11) DEFAULT NULL COMMENT '联系电话',
  125. `email` varchar(50) DEFAULT NULL COMMENT '邮箱',
  126. `status` char(1) DEFAULT '0' COMMENT '部门状态(0正常 1停用)',
  127. `created_by` bigint(20) unsigned DEFAULT '0' COMMENT '创建人',
  128. `updated_by` bigint(20) DEFAULT NULL COMMENT '修改人',
  129. `created_at` datetime DEFAULT NULL COMMENT '创建时间',
  130. `updated_at` datetime DEFAULT NULL COMMENT '修改时间',
  131. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  132. PRIMARY KEY (`dept_id`) USING BTREE
  133. ) ENGINE=InnoDB AUTO_INCREMENT=207 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='部门表';
  134. /*!40101 SET character_set_client = @saved_cs_client */;
  135. --
  136. -- Dumping data for table `sys_dept`
  137. --
  138. LOCK TABLES `sys_dept` WRITE;
  139. /*!40000 ALTER TABLE `sys_dept` DISABLE KEYS */;
  140. INSERT INTO `sys_dept` VALUES (100,0,'0','奇讯科技',0,'若依','15888888888','ry@qq.com','1',0,31,'2021-07-13 15:56:52','2021-07-13 15:57:05',NULL),(101,100,'0,100','深圳总公司',1,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(102,100,'0,100','长沙分公司',2,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(103,101,'0,100,101','研发部门',1,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(104,101,'0,100,101','市场部门',2,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(105,101,'0,100,101','测试部门',3,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(106,101,'0,100,101','财务部门',4,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(107,101,'0,100,101','运维部门',5,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(108,102,'0,100,102','市场部门',1,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(109,102,'0,100,102','财务部门',2,'若依','15888888888','ry@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(200,100,'','大数据',1,'小刘','18888888888','liou@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(201,100,'','开发',1,'老李','18888888888','li@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(202,108,'','外勤',1,'小a','18888888888','aa@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(203,108,'','行政',0,'aa','18888888888','aa@qq.com','0',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52',NULL),(204,100,'','测试一下',0,'张三','13688999888','656@qq.com','1',0,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52','2021-07-12 10:12:00'),(205,100,'','测试222',0,'李四22','13788556554','1546@2ad.com','1',31,31,'2021-07-13 15:56:52','2021-07-13 15:56:52','2021-07-12 10:12:20'),(206,205,'','asdasd',0,'dasd','13699878797','4654@aa.com','1',31,NULL,'2021-07-13 15:56:52','2021-07-13 15:56:52','2021-07-12 10:12:20');
  141. /*!40000 ALTER TABLE `sys_dept` ENABLE KEYS */;
  142. UNLOCK TABLES;
  143. --
  144. -- Table structure for table `sys_dict_data`
  145. --
  146. DROP TABLE IF EXISTS `sys_dict_data`;
  147. /*!40101 SET @saved_cs_client = @@character_set_client */;
  148. /*!40101 SET character_set_client = utf8 */;
  149. CREATE TABLE `sys_dict_data` (
  150. `dict_code` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '字典编码',
  151. `dict_sort` int(4) DEFAULT '0' COMMENT '字典排序',
  152. `dict_label` varchar(100) DEFAULT '' COMMENT '字典标签',
  153. `dict_value` varchar(100) DEFAULT '' COMMENT '字典键值',
  154. `dict_type` varchar(100) DEFAULT '' COMMENT '字典类型',
  155. `css_class` varchar(100) DEFAULT NULL COMMENT '样式属性(其他样式扩展)',
  156. `list_class` varchar(100) DEFAULT NULL COMMENT '表格回显样式',
  157. `is_default` tinyint(1) DEFAULT '0' COMMENT '是否默认(1是 0否)',
  158. `status` tinyint(1) DEFAULT '0' COMMENT '状态(0正常 1停用)',
  159. `create_by` bigint(64) unsigned DEFAULT '0' COMMENT '创建者',
  160. `update_by` bigint(64) unsigned DEFAULT '0' COMMENT '更新者',
  161. `remark` varchar(500) DEFAULT NULL COMMENT '备注',
  162. `created_at` datetime DEFAULT NULL COMMENT '创建时间',
  163. `updated_at` datetime DEFAULT NULL COMMENT '修改时间',
  164. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  165. PRIMARY KEY (`dict_code`) USING BTREE
  166. ) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='字典数据表';
  167. /*!40101 SET character_set_client = @saved_cs_client */;
  168. --
  169. -- Dumping data for table `sys_dict_data`
  170. --
  171. LOCK TABLES `sys_dict_data` WRITE;
  172. /*!40000 ALTER TABLE `sys_dict_data` DISABLE KEYS */;
  173. INSERT INTO `sys_dict_data` VALUES (1,0,'男','1','sys_user_sex','','',0,1,31,2,'备注信息',NULL,NULL,NULL),(2,0,'女','2','sys_user_sex','','',0,1,31,31,'备注信息',NULL,NULL,NULL),(3,0,'保密','0','sys_user_sex','','',1,1,31,31,'备注信息',NULL,NULL,NULL),(24,0,'频道页','1','cms_category_type','','',0,1,31,31,'作为频道页,不可作为栏目发布文章,可添加下级分类',NULL,NULL,NULL),(25,0,'发布栏目','2','cms_category_type','','',0,1,31,31,'作为发布栏目,可添加文章',NULL,NULL,NULL),(26,0,'跳转栏目','3','cms_category_type','','',0,1,31,31,'不直接发布内容,用于跳转页面',NULL,NULL,NULL),(27,0,'单页栏目','4','cms_category_type','','',0,1,31,31,'单页面模式,分类直接显示为文章',NULL,NULL,NULL),(28,0,'正常','0','sys_job_status','','default',1,1,31,0,'',NULL,NULL,NULL),(29,0,'暂停','1','sys_job_status','','default',0,1,31,31,'',NULL,NULL,NULL),(30,0,'默认','DEFAULT','sys_job_group','','default',1,1,31,0,'',NULL,NULL,NULL),(31,0,'系统','SYSTEM','sys_job_group','','default',0,1,31,0,'',NULL,NULL,NULL),(32,0,'成功','1','admin_login_status','','default',0,1,31,31,'',NULL,NULL,NULL),(33,0,'失败','0','admin_login_status','','default',0,1,31,0,'',NULL,NULL,NULL),(34,0,'成功','1','sys_oper_log_status','','default',0,1,31,0,'',NULL,NULL,NULL),(35,0,'失败','0','sys_oper_log_status','','default',0,1,31,0,'',NULL,NULL,NULL),(36,0,'重复执行','1','sys_job_policy','','default',1,1,31,0,'',NULL,NULL,NULL),(37,0,'执行一次','2','sys_job_policy','','default',1,1,31,0,'',NULL,NULL,NULL),(38,0,'显示','1','sys_show_hide',NULL,'default',1,1,31,0,NULL,NULL,NULL,NULL),(39,0,'隐藏','0','sys_show_hide',NULL,'default',0,1,31,0,NULL,NULL,NULL,NULL),(40,0,'正常','1','sys_normal_disable','','default',1,1,31,0,'',NULL,NULL,NULL),(41,0,'停用','0','sys_normal_disable','','default',0,1,31,0,'',NULL,NULL,NULL),(49,0,'是','1','sys_yes_no','','',1,1,31,0,'',NULL,NULL,NULL),(50,0,'否','0','sys_yes_no','','',0,1,31,0,'',NULL,NULL,NULL),(51,0,'已发布','1','cms_news_pub_type','','',1,1,31,31,'',NULL,NULL,NULL),(54,0,'未发布','0','cms_news_pub_type','','',0,1,31,0,'',NULL,NULL,NULL),(55,0,'置顶','1','cms_news_attr','','',0,1,31,0,'',NULL,NULL,NULL),(56,0,'推荐','2','cms_news_attr','','',0,1,31,0,'',NULL,NULL,NULL),(57,0,'普通文章','0','cms_news_type','','',0,1,31,31,'',NULL,NULL,NULL),(58,0,'跳转链接','1','cms_news_type','','',0,1,31,31,'',NULL,NULL,NULL),(59,0,'cms模型','6','cms_cate_models','','',0,1,1,1,'',NULL,NULL,NULL),(61,0,'政府工作目标','1','gov_cate_models','','',0,1,2,0,'',NULL,NULL,NULL),(62,0,'系统后台','sys_admin','menu_module_type','','',1,1,2,0,'',NULL,NULL,NULL),(63,0,'政务工作','gov_work','menu_module_type','','',0,1,2,0,'',NULL,NULL,NULL),(64,0,'幻灯','3','cms_news_attr','','',0,1,31,0,'',NULL,NULL,NULL),(65,0,'[work]测试业务表','wf_news','flow_type','','',0,1,2,2,'',NULL,NULL,NULL),(66,0,'回退修改','-1','flow_status','','',0,1,31,0,'',NULL,NULL,NULL),(67,0,'保存中','0','flow_status','','',0,1,31,0,'',NULL,NULL,NULL),(68,0,'流程中','1','flow_status','','',0,1,31,0,'',NULL,NULL,NULL),(69,0,'审批通过','2','flow_status','','',0,1,31,2,'',NULL,NULL,NULL),(70,2,'发布栏目','2','sys_blog_sign','','',0,1,31,31,'',NULL,NULL,NULL),(71,3,'跳转栏目','3','sys_blog_sign','','',0,1,31,31,'',NULL,NULL,NULL),(72,4,'单页栏目','4','sys_blog_sign','','',0,1,31,31,'',NULL,NULL,NULL),(73,2,'置顶','1','sys_log_sign','','',0,1,31,31,'',NULL,NULL,NULL),(74,3,'幻灯','2','sys_log_sign','','',0,1,31,31,'',NULL,NULL,NULL),(75,4,'推荐','3','sys_log_sign','','',0,1,31,31,'',NULL,NULL,NULL),(76,1,'一般','0','sys_log_sign','','',0,1,31,31,'',NULL,NULL,NULL),(77,1,'频道页','1','sys_blog_sign','','',0,1,31,31,'',NULL,NULL,NULL),(78,0,'普通','0','flow_level','','',0,1,31,0,'',NULL,'2021-07-20 08:55:20',NULL),(79,0,'加急','1','flow_level','','',0,1,31,0,'',NULL,'2021-07-20 08:55:20',NULL),(80,0,'紧急','2','flow_level','','',0,1,31,0,'',NULL,'2021-07-20 08:55:20',NULL),(81,0,'特急','3','flow_level','','',0,1,31,31,'',NULL,'2021-07-20 08:55:25',NULL),(82,0,'频道页','1','sys_blog_type','','',0,1,31,0,'',NULL,NULL,NULL),(83,0,'发布栏目','2','sys_blog_type','','',0,1,31,0,'',NULL,NULL,NULL),(84,0,'跳转栏目','3','sys_blog_type','','',0,1,31,31,'',NULL,NULL,NULL),(85,0,'单页栏目','4','sys_blog_type','','',0,1,31,0,'',NULL,NULL,NULL),(87,0,'[cms]文章表','cms_news','flow_type','','',0,1,31,0,'',NULL,NULL,NULL),(88,0,'ceshi001','aaaa','test_cate_6','','',1,1,0,0,'66666','2021-07-05 15:32:14','2021-07-05 15:32:14','2021-07-05 17:32:14'),(89,0,'8955','+5665+','test_cate_6','','',0,1,31,0,'','2021-07-05 17:28:28','2021-07-05 17:28:28','2021-07-05 17:32:14'),(90,0,'+659','565+','test_cate_6','','',0,1,31,0,'','2021-07-05 17:28:34','2021-07-05 17:28:34','2021-07-05 17:31:58');
  174. /*!40000 ALTER TABLE `sys_dict_data` ENABLE KEYS */;
  175. UNLOCK TABLES;
  176. --
  177. -- Table structure for table `sys_dict_type`
  178. --
  179. DROP TABLE IF EXISTS `sys_dict_type`;
  180. /*!40101 SET @saved_cs_client = @@character_set_client */;
  181. /*!40101 SET character_set_client = utf8 */;
  182. CREATE TABLE `sys_dict_type` (
  183. `dict_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '字典主键',
  184. `dict_name` varchar(100) DEFAULT '' COMMENT '字典名称',
  185. `dict_type` varchar(100) DEFAULT '' COMMENT '字典类型',
  186. `status` tinyint(1) unsigned DEFAULT '0' COMMENT '状态(0正常 1停用)',
  187. `create_by` int(64) unsigned DEFAULT '0' COMMENT '创建者',
  188. `update_by` int(64) unsigned DEFAULT '0' COMMENT '更新者',
  189. `remark` varchar(500) DEFAULT NULL COMMENT '备注',
  190. `created_at` datetime DEFAULT NULL COMMENT '创建日期',
  191. `updated_at` datetime DEFAULT NULL COMMENT '修改日期',
  192. `deleted_at` datetime DEFAULT NULL COMMENT '删除日期',
  193. PRIMARY KEY (`dict_id`) USING BTREE,
  194. UNIQUE KEY `dict_type` (`dict_type`) USING BTREE
  195. ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='字典类型表';
  196. /*!40101 SET character_set_client = @saved_cs_client */;
  197. --
  198. -- Dumping data for table `sys_dict_type`
  199. --
  200. LOCK TABLES `sys_dict_type` WRITE;
  201. /*!40000 ALTER TABLE `sys_dict_type` DISABLE KEYS */;
  202. INSERT INTO `sys_dict_type` VALUES (1,'用户性别','sys_user_sex',1,31,1,'用于选择用户性别',NULL,NULL,NULL),(2,'分类类型','cms_category_type',1,31,31,'文章分类类型',NULL,NULL,NULL),(3,'任务状态','sys_job_status',1,31,31,'任务状态列表',NULL,NULL,NULL),(13,'任务分组','sys_job_group',1,31,0,'',NULL,NULL,NULL),(14,'管理员登录状态','admin_login_status',1,31,0,'',NULL,NULL,NULL),(15,'操作日志状态','sys_oper_log_status',1,31,0,'',NULL,NULL,NULL),(16,'任务策略','sys_job_policy',1,31,0,'',NULL,NULL,NULL),(17,'菜单状态','sys_show_hide',1,31,0,'菜单状态',NULL,NULL,NULL),(18,'系统开关','sys_normal_disable',1,31,31,'系统开关',NULL,NULL,NULL),(24,'系统内置','sys_yes_no',1,31,0,'',NULL,NULL,NULL),(25,'文章发布状态','cms_news_pub_type',1,31,0,'',NULL,NULL,NULL),(26,'文章附加状态','cms_news_attr',1,31,0,'',NULL,NULL,NULL),(27,'文章类型','cms_news_type',1,31,0,'',NULL,NULL,NULL),(28,'文章栏目模型分类','cms_cate_models',1,1,0,'',NULL,NULL,NULL),(29,'政务工作模型分类','gov_cate_models',1,2,0,'',NULL,NULL,NULL),(30,'菜单模块类型','menu_module_type',1,2,0,'',NULL,NULL,NULL),(31,'工作流程类型','flow_type',1,2,0,'',NULL,NULL,NULL),(32,'工作流程审批状态','flow_status',1,31,0,'工作流程审批状态',NULL,NULL,NULL),(33,'博客分类类型','sys_blog_type',1,31,31,'博客分类中的标志',NULL,NULL,NULL),(34,'博客日志标志','sys_log_sign',1,31,0,'博客日志管理中的标志数据字典',NULL,NULL,NULL),(35,'工作流紧急状态','flow_level',1,31,31,'',NULL,'2021-07-20 08:55:20',NULL),(36,'测试分类名','test_cate',1,31,0,'测试备注','2021-04-05 15:14:04','2021-04-05 15:14:04','2021-07-05 17:32:32'),(37,'测试分类名','test_cate_1',1,31,0,'测试备注','2021-04-05 15:15:54','2021-04-05 15:15:54','2021-07-05 17:32:32'),(38,'测试分类名','test_cate_2',1,31,0,'测试备注','2021-04-05 15:20:55','2021-04-05 15:20:55','2021-07-05 17:32:32'),(39,'测试分类名','test_cate_3',1,31,0,'测试备注','2021-04-05 15:25:09','2021-04-05 15:25:09','2021-07-05 17:32:32'),(40,'测试分类名','test_cate_4',1,31,0,'测试备注','2021-04-05 15:37:43','2021-04-05 15:37:43','2021-07-05 17:32:32'),(41,'测试分类名','test_cate_5',1,31,0,'测试备注','2021-04-05 15:48:11','2021-04-05 15:48:11','2021-07-05 17:32:32'),(42,'测试分类名','test_cate_6',1,31,0,'测试备注','2021-04-05 16:06:50','2021-04-05 16:06:50','2021-07-05 17:32:32'),(43,'测试分类名','test_cate_7',1,31,0,'测试备注','2021-04-05 16:14:51','2021-04-05 16:14:51','2021-04-07 21:41:04'),(44,'测试分类名','test_cate_8',1,31,31,'测试备注','2021-04-05 16:27:51','2021-04-06 21:00:09','2021-04-07 21:41:04'),(45,'测试001','test_001xxx',1,31,31,'666','2021-07-05 10:58:15','2021-07-05 11:16:49','2021-07-05 11:20:47'),(46,'测试222','kaksdjhak',1,31,0,'akhakskd','2021-07-05 11:17:09','2021-07-05 11:17:09','2021-07-05 11:20:47'),(47,'测试333','askdak',1,31,0,'kjhakak','2021-07-05 11:17:23','2021-07-05 11:17:23','2021-07-05 11:18:58');
  203. /*!40000 ALTER TABLE `sys_dict_type` ENABLE KEYS */;
  204. UNLOCK TABLES;
  205. --
  206. -- Table structure for table `sys_job`
  207. --
  208. DROP TABLE IF EXISTS `sys_job`;
  209. /*!40101 SET @saved_cs_client = @@character_set_client */;
  210. /*!40101 SET character_set_client = utf8 */;
  211. CREATE TABLE `sys_job` (
  212. `job_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '任务ID',
  213. `job_name` varchar(64) NOT NULL DEFAULT '' COMMENT '任务名称',
  214. `job_params` varchar(200) DEFAULT '' COMMENT '参数',
  215. `job_group` varchar(64) NOT NULL DEFAULT 'DEFAULT' COMMENT '任务组名',
  216. `invoke_target` varchar(500) NOT NULL COMMENT '调用目标字符串',
  217. `cron_expression` varchar(255) DEFAULT '' COMMENT 'cron执行表达式',
  218. `misfire_policy` tinyint(4) DEFAULT '1' COMMENT '计划执行策略(1多次执行 2执行一次)',
  219. `concurrent` tinyint(4) DEFAULT '1' COMMENT '是否并发执行(0允许 1禁止)',
  220. `status` tinyint(4) DEFAULT '0' COMMENT '状态(0正常 1暂停)',
  221. `create_by` bigint(64) unsigned DEFAULT '0' COMMENT '创建者',
  222. `update_by` bigint(64) unsigned DEFAULT '0' COMMENT '更新者',
  223. `remark` varchar(500) DEFAULT '' COMMENT '备注信息',
  224. `created_at` datetime DEFAULT NULL COMMENT '创建时间',
  225. `updated_at` datetime DEFAULT NULL COMMENT '更新时间',
  226. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  227. PRIMARY KEY (`job_id`,`job_name`,`job_group`) USING BTREE
  228. ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='定时任务调度表';
  229. /*!40101 SET character_set_client = @saved_cs_client */;
  230. --
  231. -- Dumping data for table `sys_job`
  232. --
  233. LOCK TABLES `sys_job` WRITE;
  234. /*!40000 ALTER TABLE `sys_job` DISABLE KEYS */;
  235. INSERT INTO `sys_job` VALUES (1,'测试任务1','','DEFAULT','test1','* * * * * ?',1,0,1,1,31,'',NULL,'2021-07-16 16:01:59',NULL),(2,'测试任务2','hello|gfast','DEFAULT','test2','* * * * * ?',1,0,1,1,31,'备注',NULL,'2021-07-16 17:15:09',NULL),(6,'测试任务3','hello|gfast','DEFAULT','test2','* * * * * *',1,0,1,1,31,'备注',NULL,NULL,'2021-07-16 16:51:20'),(8,'在线用户定时更新','','DEFAULT','checkUserOnline','5 */10 * * * ?',1,0,0,2,1,'',NULL,'2021-07-19 08:57:24',NULL),(9,'测试','arg1','DEFAULT','demo1',' */5 * * * * ? ',1,1,1,31,31,'','2021-07-15 15:00:15','2021-07-16 16:47:56','2021-07-16 16:48:00'),(10,'测试','arg1','DEFAULT','demo1',' */5 * * * * ? ',2,1,1,31,31,'','2021-07-15 22:12:15','2021-07-16 16:47:52','2021-07-16 16:48:00'),(11,'测试','arg1','DEFAULT','demo1',' */5 * * * * ? ',2,1,1,31,31,'','2021-07-16 08:49:43','2021-07-16 08:59:32','2021-07-16 16:46:51'),(12,'测试366','arg1','DEFAULT','demo1',' */5 * * * * ? ',2,1,1,31,31,'','2021-07-16 08:50:10','2021-07-16 08:59:26','2021-07-16 16:46:51');
  236. /*!40000 ALTER TABLE `sys_job` ENABLE KEYS */;
  237. UNLOCK TABLES;
  238. --
  239. -- Table structure for table `sys_login_log`
  240. --
  241. DROP TABLE IF EXISTS `sys_login_log`;
  242. /*!40101 SET @saved_cs_client = @@character_set_client */;
  243. /*!40101 SET character_set_client = utf8 */;
  244. CREATE TABLE `sys_login_log` (
  245. `info_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '访问ID',
  246. `login_name` varchar(50) DEFAULT '' COMMENT '登录账号',
  247. `ipaddr` varchar(50) DEFAULT '' COMMENT '登录IP地址',
  248. `login_location` varchar(255) DEFAULT '' COMMENT '登录地点',
  249. `browser` varchar(50) DEFAULT '' COMMENT '浏览器类型',
  250. `os` varchar(50) DEFAULT '' COMMENT '操作系统',
  251. `status` tinyint(4) DEFAULT '0' COMMENT '登录状态(0成功 1失败)',
  252. `msg` varchar(255) DEFAULT '' COMMENT '提示消息',
  253. `login_time` datetime DEFAULT '0000-00-00 00:00:00' COMMENT '登录时间',
  254. `module` varchar(30) DEFAULT '' COMMENT '登录模块',
  255. PRIMARY KEY (`info_id`) USING BTREE
  256. ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统访问记录';
  257. /*!40101 SET character_set_client = @saved_cs_client */;
  258. --
  259. -- Dumping data for table `sys_login_log`
  260. --
  261. LOCK TABLES `sys_login_log` WRITE;
  262. /*!40000 ALTER TABLE `sys_login_log` DISABLE KEYS */;
  263. INSERT INTO `sys_login_log` VALUES (1,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-19 15:52:33',''),(2,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-19 16:45:43','系统后台'),(3,'demo','[::1]','内网IP','Chrome','Windows 7',1,'登录成功','2021-07-19 17:03:06','系统后台'),(4,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-19 17:46:26','系统后台'),(5,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-20 08:44:56','系统后台'),(6,'demo','[::1]','内网IP','Chrome','Windows 7',1,'登录成功','2021-07-20 09:13:42','系统后台'),(7,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-20 09:48:56','系统后台'),(8,'demo','[::1]','内网IP','Chrome','Windows 10',1,'登录成功','2021-07-20 10:22:26','系统后台');
  264. /*!40000 ALTER TABLE `sys_login_log` ENABLE KEYS */;
  265. UNLOCK TABLES;
  266. --
  267. -- Table structure for table `sys_model_info`
  268. --
  269. DROP TABLE IF EXISTS `sys_model_info`;
  270. /*!40101 SET @saved_cs_client = @@character_set_client */;
  271. /*!40101 SET character_set_client = utf8 */;
  272. CREATE TABLE `sys_model_info` (
  273. `model_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '模型ID',
  274. `model_category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '模板分类id',
  275. `model_name` char(30) NOT NULL DEFAULT '' COMMENT '模型标识',
  276. `model_title` char(30) NOT NULL DEFAULT '' COMMENT '模型名称',
  277. `model_pk` char(30) NOT NULL DEFAULT '' COMMENT '主键字段',
  278. `model_order` char(30) NOT NULL DEFAULT '' COMMENT '默认排序字段',
  279. `model_sort` varchar(255) DEFAULT NULL COMMENT '表单字段排序',
  280. `model_list` varchar(255) DEFAULT NULL COMMENT '列表显示字段,为空显示全部',
  281. `model_edit` varchar(255) DEFAULT '' COMMENT '可编辑字段,为空则除主键外均可以编辑',
  282. `model_indexes` varchar(255) DEFAULT NULL COMMENT '索引字段',
  283. `search_list` varchar(255) DEFAULT '' COMMENT '高级搜索的字段',
  284. `create_time` bigint(10) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
  285. `update_time` bigint(10) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
  286. `model_status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态',
  287. `model_engine` varchar(25) NOT NULL DEFAULT 'MyISAM' COMMENT '数据库引擎',
  288. `create_by` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '创建人',
  289. `update_by` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '修改人',
  290. PRIMARY KEY (`model_id`) USING BTREE,
  291. UNIQUE KEY `name_uni` (`model_name`) USING BTREE COMMENT '模型名唯一'
  292. ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='文档模型表';
  293. /*!40101 SET character_set_client = @saved_cs_client */;
  294. --
  295. -- Dumping data for table `sys_model_info`
  296. --
  297. LOCK TABLES `sys_model_info` WRITE;
  298. /*!40000 ALTER TABLE `sys_model_info` DISABLE KEYS */;
  299. INSERT INTO `sys_model_info` VALUES (1,5,'house_info','房屋信息','house_id','hi_order','house_id','house_id,belong_houses,belong_house_type,door_number','belong_houses,belong_house_type,door_number','door_number','belong_houses,belong_house_type,door_number',1498101800,1605838046,1,'MyISAM',0,1),(9,6,'cms_news_attr','文章模型','art_id','','art_id','news_info,text_demo','news_content,thumbnail,news_files,news_file,news_imgs,news_title,news_info,text_demo,time_demo','','news_info,text_demo',1595316217,1596095352,1,'InnoDB',1,31),(10,1,'gov_work_report','政府工作报告','matter_id','matter_id','','title,content,sponsor,organizer','title,content,sponsor,organizer','matter_id','title',1596528880,1599701551,1,'InnoDB',2,31),(12,1,'gov_work_major_project','重大项目','matter_id','matter_id','','project_no,title,content,sponsor,total_investment,annual_investment,progress_status','project_no,title,content,sponsor,total_investment,annual_investment,progress_status','matter_id','title',1599702575,1605512186,1,'InnoDB',31,1),(13,1,'gov_work_important_documents','重要文件办理','matter_id','matter_id','','title,original_unit,document_number,receive_time,sponsor,content','title,original_unit,document_number,receive_time,sponsor,content','matter_id','title',1599710390,1599710390,1,'InnoDB',31,0),(14,1,'gov_work_livelihood','民生目标','matter_id','matter_id','','title,type,content,sponsor,organizer','title,type,content,sponsor,organizer','matter_id','title',1599721999,1599721999,1,'InnoDB',31,0),(15,1,'gov_work_meeting','会议议定','matter_id','matter_id','','title,content,sponsor,organizer','title,content,sponsor,organizer','matter_id','title',1599722042,1605512125,1,'InnoDB',31,1),(16,1,'gov_work_assigned_leader','领导交办','matter_id','matter_id','','title,number,content,sponsor,organizer,instruction_time,instruction_leader','title,number,content,sponsor,organizer,instruction_time,instruction_leader','matter_id','title',1599722097,1599722097,1,'InnoDB',31,0),(17,1,'gov_work_other','其它任务','matter_id','matter_id','','title,content,sponsor,organizer','title,content,sponsor,organizer','matter_id','title',1599722127,1599722127,1,'InnoDB',31,0),(18,1,'gov_work_investment','招商引资','matter_id','matter_id','','project_type,title,company_name,investment_volume,paid_in_investment,content,address,project_progress,project_target,manage_leader,responsible_department,sponsor,organizer,remark','project_type,title,company_name,investment_volume,paid_in_investment,content,address,project_progress,project_target,manage_leader,responsible_department,sponsor,organizer,remark','','title',1611542517,1611542540,1,'InnoDB',1,1);
  300. /*!40000 ALTER TABLE `sys_model_info` ENABLE KEYS */;
  301. UNLOCK TABLES;
  302. --
  303. -- Table structure for table `sys_oper_log`
  304. --
  305. DROP TABLE IF EXISTS `sys_oper_log`;
  306. /*!40101 SET @saved_cs_client = @@character_set_client */;
  307. /*!40101 SET character_set_client = utf8 */;
  308. CREATE TABLE `sys_oper_log` (
  309. `oper_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '日志主键',
  310. `title` varchar(50) DEFAULT '' COMMENT '模块标题',
  311. `business_type` int(2) DEFAULT '0' COMMENT '业务类型(0其它 1新增 2修改 3删除)',
  312. `method` varchar(100) DEFAULT '' COMMENT '方法名称',
  313. `request_method` varchar(10) DEFAULT '' COMMENT '请求方式',
  314. `operator_type` int(1) DEFAULT '0' COMMENT '操作类别(0其它 1后台用户 2手机端用户)',
  315. `oper_name` varchar(50) DEFAULT '' COMMENT '操作人员',
  316. `dept_name` varchar(50) DEFAULT '' COMMENT '部门名称',
  317. `oper_url` varchar(500) DEFAULT '' COMMENT '请求URL',
  318. `oper_ip` varchar(50) DEFAULT '' COMMENT '主机地址',
  319. `oper_location` varchar(255) DEFAULT '' COMMENT '操作地点',
  320. `oper_param` text COMMENT '请求参数',
  321. `json_result` text COMMENT '返回参数',
  322. `status` int(1) DEFAULT '0' COMMENT '操作状态(0正常 1异常)',
  323. `error_msg` varchar(2000) DEFAULT '' COMMENT '错误消息',
  324. `oper_time` datetime DEFAULT NULL COMMENT '操作时间',
  325. PRIMARY KEY (`oper_id`) USING BTREE
  326. ) ENGINE=MyISAM AUTO_INCREMENT=125 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='操作日志记录';
  327. /*!40101 SET character_set_client = @saved_cs_client */;
  328. --
  329. -- Dumping data for table `sys_oper_log`
  330. --
  331. LOCK TABLES `sys_oper_log` WRITE;
  332. /*!40000 ALTER TABLE `sys_oper_log` DISABLE KEYS */;
  333. INSERT INTO `sys_oper_log` VALUES (1,'清空',0,'/system/monitor/operLog/clear','DELETE',1,'demo','财务部门','/system/monitor/operLog/clear','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:41'),(2,'',0,'/system/monitor/operLog/list','GET',1,'demo','财务部门','/system/monitor/operLog/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:41'),(3,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:45'),(4,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:45'),(5,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:45'),(6,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:45'),(7,'',0,'/system/monitor/operLog/list','GET',1,'demo','财务部门','/system/monitor/operLog/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:09:49'),(8,'',0,'/system/monitor/loginLog/list','GET',1,'demo','财务部门','/system/monitor/loginLog/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:27'),(9,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=admin_login_status&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"admin_login_status\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:27'),(10,'',0,'/system/monitor/loginLog/list','GET',1,'demo','财务部门','/system/monitor/loginLog/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:28'),(11,'服务监控',0,'/system/monitor/server/info','GET',1,'demo','财务部门','/system/monitor/server/info','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:32'),(12,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_job_group&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_job_group\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:35'),(13,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_job_policy&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_job_policy\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:35'),(14,'',0,'/system/monitor/job/list','GET',1,'demo','财务部门','/system/monitor/job/list?pageNum=1&pageSize=10','[::1]','内网IP','{\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:35'),(15,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_job_status&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_job_status\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:35'),(16,'在线用户',0,'/system/monitor/online/list','GET',1,'demo','财务部门','/system/monitor/online/list?pageNum=1&pageSize=10','[::1]','内网IP','{\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:10:37'),(17,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:48:56'),(18,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:48:56'),(19,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 09:48:57'),(20,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:43'),(21,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:43'),(22,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:48'),(23,'角色管理',0,'/system/auth/roleList','GET',1,'demo','财务部门','/system/auth/roleList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:48'),(24,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:50'),(25,'部门管理',0,'/system/auth/deptList','GET',1,'demo','财务部门','/system/auth/deptList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:04:50'),(26,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:26'),(27,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:26'),(28,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:37'),(29,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:37'),(30,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:37'),(31,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:22:37'),(32,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:56'),(33,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:56'),(34,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:57'),(35,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:57'),(36,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:57'),(37,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:50:57'),(38,'',0,'/system/auth/menu','GET',1,'demo','财务部门','/system/auth/menu?menuId=161','[::1]','内网IP','{\"menuId\":\"161\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:51:08'),(39,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[160]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:52:58'),(40,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:52:59'),(41,'',0,'/system/auth/menu','GET',1,'demo','财务部门','/system/auth/menu?menuId=143','[::1]','内网IP','{\"menuId\":\"143\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 10:53:51'),(42,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:30'),(43,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:30'),(44,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:36'),(45,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:36'),(46,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:36'),(47,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:36'),(48,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[150]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:43'),(49,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:43'),(50,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[146]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:48'),(51,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:48'),(52,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[138]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:52'),(53,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:52'),(54,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[136]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:57'),(55,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:02:57'),(56,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[134]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:01'),(57,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:01'),(58,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[132]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:04'),(59,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:04'),(60,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[120]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:07'),(61,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:07'),(62,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[96]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:11'),(63,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:11'),(64,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[87]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:15'),(65,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:15'),(66,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[77]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:36'),(67,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:36'),(68,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[82]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:39'),(69,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:39'),(70,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[72]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:44'),(71,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:44'),(72,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[4]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:47'),(73,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:47'),(74,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:49'),(75,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:49'),(76,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:50'),(77,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:50'),(78,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:50'),(79,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:03:50'),(80,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:16'),(81,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:16'),(82,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:16'),(83,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:16'),(84,'删除菜单',0,'/system/auth/deleteMenu','DELETE',1,'demo','财务部门','/system/auth/deleteMenu','[::1]','内网IP','{\"ids\":[78]}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:20'),(85,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:20'),(86,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(87,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(88,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(89,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(90,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(91,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:24'),(92,'参数管理',0,'/system/config/sysConfig/list','GET',1,'demo','财务部门','/system/config/sysConfig/list?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:28'),(93,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_yes_no&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_yes_no\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:28'),(94,'站点设置',0,'/system/config/sysWebSet','GET',1,'demo','财务部门','/system/config/sysWebSet','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:30'),(95,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:32'),(96,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:32'),(97,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:32'),(98,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:32'),(99,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:33'),(100,'角色管理',0,'/system/auth/roleList','GET',1,'demo','财务部门','/system/auth/roleList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:33'),(101,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:35'),(102,'部门管理',0,'/system/auth/deptList','GET',1,'demo','财务部门','/system/auth/deptList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:35'),(103,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:36'),(104,'岗位管理',0,'/system/auth/postList','GET',1,'demo','财务部门','/system/auth/postList?pageNum=1&pageSize=10','[::1]','内网IP','{\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:36'),(105,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:37'),(106,'',0,'/system/auth/deptTreeSelect','GET',1,'demo','财务部门','/system/auth/deptTreeSelect','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:37'),(107,'用户管理',0,'/system/auth/userList','GET',1,'demo','财务部门','/system/auth/userList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:37'),(108,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_user_sex&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_user_sex\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:04:37'),(109,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(110,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(111,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(112,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_user_sex&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_user_sex\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(113,'',0,'/system/auth/deptTreeSelect','GET',1,'demo','财务部门','/system/auth/deptTreeSelect','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(114,'用户管理',0,'/system/auth/userList','GET',1,'demo','财务部门','/system/auth/userList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:02'),(115,'',0,'/system/user/getInfo','GET',1,'demo','财务部门','/system/user/getInfo','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:08'),(116,'',0,'/system/user/getRouters','GET',1,'demo','财务部门','/system/user/getRouters','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:08'),(117,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:09'),(118,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_user_sex&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_user_sex\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:09'),(119,'用户管理',0,'/system/auth/userList','GET',1,'demo','财务部门','/system/auth/userList?pageNum=1&pageSize=10&beginTime=&endTime=','[::1]','内网IP','{\"beginTime\":\"\",\"endTime\":\"\",\"pageNum\":\"1\",\"pageSize\":\"10\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:09'),(120,'',0,'/system/auth/deptTreeSelect','GET',1,'demo','财务部门','/system/auth/deptTreeSelect','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:09'),(121,'菜单管理',0,'/system/auth/menuList','GET',1,'demo','财务部门','/system/auth/menuList','[::1]','内网IP','{}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:11'),(122,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_normal_disable&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_normal_disable\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:11'),(123,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=sys_show_hide&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"sys_show_hide\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:11'),(124,'',0,'/system/config/dict/data/GetDictData','GET',1,'demo','财务部门','/system/config/dict/data/GetDictData?dictType=menu_module_type&defaultValue=','[::1]','内网IP','{\"defaultValue\":\"\",\"dictType\":\"menu_module_type\"}','{\"code\":0,\"msg\":\"success\"}',1,'','2021-07-20 11:06:11');
  334. /*!40000 ALTER TABLE `sys_oper_log` ENABLE KEYS */;
  335. UNLOCK TABLES;
  336. --
  337. -- Table structure for table `sys_post`
  338. --
  339. DROP TABLE IF EXISTS `sys_post`;
  340. /*!40101 SET @saved_cs_client = @@character_set_client */;
  341. /*!40101 SET character_set_client = utf8 */;
  342. CREATE TABLE `sys_post` (
  343. `post_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '岗位ID',
  344. `post_code` varchar(64) NOT NULL COMMENT '岗位编码',
  345. `post_name` varchar(50) NOT NULL COMMENT '岗位名称',
  346. `post_sort` int(4) NOT NULL COMMENT '显示顺序',
  347. `status` char(1) NOT NULL COMMENT '状态(0正常 1停用)',
  348. `remark` varchar(500) DEFAULT NULL COMMENT '备注',
  349. `created_by` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '创建人',
  350. `updated_by` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '修改人',
  351. `created_at` datetime DEFAULT NULL COMMENT '创建时间',
  352. `updated_at` datetime DEFAULT NULL COMMENT '修改时间',
  353. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  354. PRIMARY KEY (`post_id`) USING BTREE
  355. ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='岗位信息表';
  356. /*!40101 SET character_set_client = @saved_cs_client */;
  357. --
  358. -- Dumping data for table `sys_post`
  359. --
  360. LOCK TABLES `sys_post` WRITE;
  361. /*!40000 ALTER TABLE `sys_post` DISABLE KEYS */;
  362. INSERT INTO `sys_post` VALUES (1,'ceo','董事长',1,'1','',0,0,'2021-07-11 11:32:58',NULL,NULL),(2,'se','项目经理',2,'1','',0,0,'2021-07-12 11:01:26',NULL,NULL),(3,'hr','人力资源',3,'1','',0,0,'2021-07-12 11:01:30',NULL,NULL),(4,'user','普通员工',4,'1','',0,0,'2021-07-12 11:01:33',NULL,NULL),(5,'it','IT部',5,'1','信息部',31,31,'2021-07-12 11:09:42','2021-07-12 11:21:00',NULL),(6,'asd','aaa',100,'0','',31,0,'2021-07-12 11:21:12','2021-07-12 11:21:12','2021-07-12 11:24:49'),(7,'asda','ddd',222,'0','asdas',31,31,'2021-07-12 11:21:18','2021-07-12 11:21:27','2021-07-12 11:24:49'),(8,'dasd','dasd',3444,'0','asdas',31,31,'2021-07-12 11:21:22','2021-07-12 11:21:31','2021-07-12 11:24:45');
  363. /*!40000 ALTER TABLE `sys_post` ENABLE KEYS */;
  364. UNLOCK TABLES;
  365. --
  366. -- Table structure for table `sys_role`
  367. --
  368. DROP TABLE IF EXISTS `sys_role`;
  369. /*!40101 SET @saved_cs_client = @@character_set_client */;
  370. /*!40101 SET character_set_client = utf8 */;
  371. CREATE TABLE `sys_role` (
  372. `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  373. `status` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '状态;0:禁用;1:正常',
  374. `list_order` float NOT NULL DEFAULT '0' COMMENT '排序',
  375. `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '角色名称',
  376. `remark` varchar(255) NOT NULL DEFAULT '' COMMENT '备注',
  377. `data_scope` tinyint(3) unsigned NOT NULL DEFAULT '3' COMMENT '数据范围(1:全部数据权限 2:自定数据权限 3:本部门数据权限 4:本部门及以下数据权限)',
  378. PRIMARY KEY (`id`) USING BTREE,
  379. KEY `status` (`status`) USING BTREE
  380. ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='角色表';
  381. /*!40101 SET character_set_client = @saved_cs_client */;
  382. --
  383. -- Dumping data for table `sys_role`
  384. --
  385. LOCK TABLES `sys_role` WRITE;
  386. /*!40000 ALTER TABLE `sys_role` DISABLE KEYS */;
  387. INSERT INTO `sys_role` VALUES (1,1,0,'超级管理员','备注',3),(2,1,0,'普通管理员','备注',3),(3,1,0,'站点管理员','站点管理人员',3),(4,1,0,'初级管理员','初级管理员',3),(5,1,0,'高级管理员','高级管理员',2),(8,1,0,'区级管理员','',2);
  388. /*!40000 ALTER TABLE `sys_role` ENABLE KEYS */;
  389. UNLOCK TABLES;
  390. --
  391. -- Table structure for table `sys_role_dept`
  392. --
  393. DROP TABLE IF EXISTS `sys_role_dept`;
  394. /*!40101 SET @saved_cs_client = @@character_set_client */;
  395. /*!40101 SET character_set_client = utf8 */;
  396. CREATE TABLE `sys_role_dept` (
  397. `role_id` bigint(20) NOT NULL COMMENT '角色ID',
  398. `dept_id` bigint(20) NOT NULL COMMENT '部门ID',
  399. PRIMARY KEY (`role_id`,`dept_id`) USING BTREE
  400. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='角色和部门关联表';
  401. /*!40101 SET character_set_client = @saved_cs_client */;
  402. --
  403. -- Dumping data for table `sys_role_dept`
  404. --
  405. LOCK TABLES `sys_role_dept` WRITE;
  406. /*!40000 ALTER TABLE `sys_role_dept` DISABLE KEYS */;
  407. INSERT INTO `sys_role_dept` VALUES (5,103),(5,104),(5,105),(8,105),(8,106);
  408. /*!40000 ALTER TABLE `sys_role_dept` ENABLE KEYS */;
  409. UNLOCK TABLES;
  410. --
  411. -- Table structure for table `sys_user`
  412. --
  413. DROP TABLE IF EXISTS `sys_user`;
  414. /*!40101 SET @saved_cs_client = @@character_set_client */;
  415. /*!40101 SET character_set_client = utf8 */;
  416. CREATE TABLE `sys_user` (
  417. `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  418. `user_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '用户名',
  419. `mobile` varchar(20) NOT NULL DEFAULT '' COMMENT '中国手机不带国家代码,国际手机号格式为:国家代码-手机号',
  420. `user_nickname` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '用户昵称',
  421. `birthday` int(11) NOT NULL DEFAULT '0' COMMENT '生日',
  422. `user_password` varchar(255) NOT NULL DEFAULT '' COMMENT '登录密码;cmf_password加密',
  423. `user_salt` char(10) NOT NULL COMMENT '加密盐',
  424. `user_status` tinyint(3) unsigned NOT NULL DEFAULT '1' COMMENT '用户状态;0:禁用,1:正常,2:未验证',
  425. `user_email` varchar(100) NOT NULL DEFAULT '' COMMENT '用户登录邮箱',
  426. `sex` tinyint(2) NOT NULL DEFAULT '0' COMMENT '性别;0:保密,1:男,2:女',
  427. `avatar` varchar(255) NOT NULL DEFAULT '' COMMENT '用户头像',
  428. `dept_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT '部门id',
  429. `remark` varchar(255) NOT NULL DEFAULT '' COMMENT '备注',
  430. `is_admin` tinyint(4) NOT NULL DEFAULT '1' COMMENT '是否后台管理员 1 是 0 否',
  431. `address` varchar(255) NOT NULL DEFAULT '' COMMENT '联系地址',
  432. `describe` varchar(255) NOT NULL DEFAULT '' COMMENT ' 描述信息',
  433. `phone_num` varchar(20) NOT NULL DEFAULT '' COMMENT '联系电话',
  434. `last_login_ip` varchar(15) NOT NULL DEFAULT '' COMMENT '最后登录ip',
  435. `last_login_time` datetime DEFAULT '0000-00-00 00:00:00' COMMENT '最后登录时间',
  436. `created_at` datetime DEFAULT '0000-00-00 00:00:00' COMMENT '创建时间',
  437. `updated_at` datetime DEFAULT NULL COMMENT '更新时间',
  438. `deleted_at` datetime DEFAULT NULL COMMENT '删除时间',
  439. PRIMARY KEY (`id`) USING BTREE,
  440. UNIQUE KEY `user_login` (`user_name`) USING BTREE,
  441. UNIQUE KEY `mobile` (`mobile`) USING BTREE,
  442. KEY `user_nickname` (`user_nickname`) USING BTREE
  443. ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='用户表';
  444. /*!40101 SET character_set_client = @saved_cs_client */;
  445. --
  446. -- Dumping data for table `sys_user`
  447. --
  448. LOCK TABLES `sys_user` WRITE;
  449. /*!40000 ALTER TABLE `sys_user` DISABLE KEYS */;
  450. INSERT INTO `sys_user` VALUES (1,'admin','13578342363','超级管理员',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'yxh669@qq.com',1,'https://yxh-1301841944.cos.ap-chongqing.myqcloud.com/gfast/2021-07-19/ccwpeuqz1i2s769hua.jpeg',101,'',1,'asdasfdsaf大发放打发士大夫发按时','描述信息','18611111111','[::1]','2021-07-19 14:28:38','2021-06-22 17:58:00','2021-07-12 22:07:44',NULL),(2,'yixiaohu','13699885599','奈斯',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'yxh@qq.com',1,'pub_upload/2020-11-02/c6sntzg7r96c7p9gqf.jpeg',102,'备注',1,'','','','[::1]','2021-03-29 21:12:43','2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(3,'zs','16399669855','张三',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'zs@qq.com',0,'',101,'',1,'','','','[::1]','2021-07-16 17:40:29','2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(4,'qlgl','13758596696','测试c',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'qlgl@qq.com',0,'',102,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(5,'test','13845696696','测试2',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'123@qq.com',0,'',101,'',0,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(6,'18999998889','13755866654','刘大大',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'1223@qq.com',0,'',103,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-07-12 22:01:23',NULL),(7,'zmm','13788566696','张明明',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'11123@qq.com',0,'',104,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(8,'lxx','13756566696','李小小',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'123333@qq.com',0,'',101,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(10,'xmm','13588999969','小秘密',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',101,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(14,'cd_19','123154564','看金利科技',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-07-19 16:45:59',NULL),(15,'lmm','13587754545','刘敏敏',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'a@coc.com',0,'',201,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(16,'ldn','13899658874','李大牛',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'a@ll.con',0,'',102,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(20,'dbc','13877555566','大百词',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(22,'yxfmlbb','15969423326','大数据部门测试',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'yxh6691@qq.com',0,'pub_upload/2021-03-08/c9rmm1sewobsxrsot8.jpeg',200,'',1,'2222233','1222','13239874541','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(23,'wangming','13699888855','王明',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(24,'zhk','13699885591','综合科',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','192.168.0.146',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(28,'demo3','18699888855','测试账号1',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'123132@qq.com',0,'',109,'',1,'','','','192.168.0.229',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(31,'demo','15334455789','测试账号',0,'39978de67915a11e94bfe9c879b2d9a1','gqwLs4n95E',1,'223@qq.com',2,'https://yxh-1301841944.cos.ap-chongqing.myqcloud.com/gfast/2021-07-14/ccsn83vgufh0oiyzji.jpeg',109,'',1,'云南省曲靖市22223','12345','15334455777','[::1]','2021-07-20 10:22:26','2021-06-22 17:58:00','2021-07-13 11:01:51',NULL),(32,'demo100','18699888859','测试账号1',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(33,'demo110','18699888853','测试账号1',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'',0,'',0,'',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(34,'yxfmlbb2','15969423327','研发部门测试',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'1111@qqq.com',1,'',103,'',0,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(35,'wk666','18888888888','wk',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'396861557@qq.com',1,'',100,'',1,'','','','127.0.0.1',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(36,'zxd','13699885565','张晓东',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'zxk@qq.com',1,'',201,'666',1,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(37,'yxfmlbb3','13513513511','张三',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'111@qq.com',0,'',204,'',0,'','','','',NULL,'2021-06-22 17:58:00','2021-06-22 17:58:00',NULL),(38,'test_user','18888888880','test',0,'542a6e44dbac171f260fc4a032cd5522','dlqVVBTADg',1,'11@qq.com',1,'',200,'111',0,'','','','',NULL,'2021-06-22 17:58:00','2021-07-12 22:05:29',NULL),(39,'asan','18687460555','阿三',0,'2354837137115700e2adf870ac113dcf','drdDvbtYZW',1,'456654@qq.com',1,'',201,'666666',1,'','','','',NULL,'2021-07-12 17:21:43','2021-07-12 21:13:31','2021-07-12 22:00:44'),(40,'asi','13655888888','啊四',0,'fbb755b35d48759dad47bb1540249fd1','9dfUstcxrz',1,'5464@qq.com',1,'',201,'adsaasd',1,'','','','','0000-00-00 00:00:00','2021-07-12 17:46:27','2021-07-12 21:29:41','2021-07-12 22:00:44'),(41,'awu','13578556546','阿五',0,'3b36a96afa0dfd66aa915e0816e0e9f6','9gHRa9ho4U',0,'132321@qq.com',1,'',201,'asdasdasd',1,'','','','',NULL,'2021-07-12 17:54:31','2021-07-12 21:46:34','2021-07-12 21:59:56');
  451. /*!40000 ALTER TABLE `sys_user` ENABLE KEYS */;
  452. UNLOCK TABLES;
  453. --
  454. -- Table structure for table `sys_user_online`
  455. --
  456. DROP TABLE IF EXISTS `sys_user_online`;
  457. /*!40101 SET @saved_cs_client = @@character_set_client */;
  458. /*!40101 SET character_set_client = utf8 */;
  459. CREATE TABLE `sys_user_online` (
  460. `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  461. `uuid` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '' COMMENT '用户标识',
  462. `token` varchar(255) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL DEFAULT '' COMMENT '用户token',
  463. `create_time` datetime DEFAULT NULL COMMENT '登录时间',
  464. `user_name` varchar(255) NOT NULL COMMENT '用户名',
  465. `ip` varchar(120) NOT NULL DEFAULT '' COMMENT '登录ip',
  466. `explorer` varchar(30) NOT NULL DEFAULT '' COMMENT '浏览器',
  467. `os` varchar(30) NOT NULL DEFAULT '' COMMENT '操作系统',
  468. PRIMARY KEY (`id`) USING BTREE,
  469. UNIQUE KEY `uni_token` (`token`) USING BTREE
  470. ) ENGINE=MyISAM AUTO_INCREMENT=16818 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户在线状态表';
  471. /*!40101 SET character_set_client = @saved_cs_client */;
  472. --
  473. -- Dumping data for table `sys_user_online`
  474. --
  475. LOCK TABLES `sys_user_online` WRITE;
  476. /*!40000 ALTER TABLE `sys_user_online` DISABLE KEYS */;
  477. INSERT INTO `sys_user_online` VALUES (16817,'b27ebe088605b9d0f89d1b44cfeb624a','oqvgpXlo+yd79rXmKL2otwfhEkHseCvwM5m6FA4zk6QJqJq2IWi6ZsRlgU3j9+ZrXU5HcYR3La2Lg4N4u0+lv/iN0j4WXPAMS+fnXeuA84B/GSWQD8apgkqu6uKTNdoCoyuMzJnNDwUXtjSWESyQ0Q==','2021-07-20 10:22:26','demo','[::1]','Chrome','Windows 10');
  478. /*!40000 ALTER TABLE `sys_user_online` ENABLE KEYS */;
  479. UNLOCK TABLES;
  480. --
  481. -- Table structure for table `sys_user_post`
  482. --
  483. DROP TABLE IF EXISTS `sys_user_post`;
  484. /*!40101 SET @saved_cs_client = @@character_set_client */;
  485. /*!40101 SET character_set_client = utf8 */;
  486. CREATE TABLE `sys_user_post` (
  487. `user_id` bigint(20) NOT NULL COMMENT '用户ID',
  488. `post_id` bigint(20) NOT NULL COMMENT '岗位ID',
  489. PRIMARY KEY (`user_id`,`post_id`) USING BTREE
  490. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT COMMENT='用户与岗位关联表';
  491. /*!40101 SET character_set_client = @saved_cs_client */;
  492. --
  493. -- Dumping data for table `sys_user_post`
  494. --
  495. LOCK TABLES `sys_user_post` WRITE;
  496. /*!40000 ALTER TABLE `sys_user_post` DISABLE KEYS */;
  497. INSERT INTO `sys_user_post` VALUES (1,2),(1,3),(2,1),(2,2),(3,2),(5,2),(14,1),(15,4),(16,2),(22,1),(22,2),(31,2),(34,1),(35,2),(35,3),(36,1),(37,3),(38,2),(38,3);
  498. /*!40000 ALTER TABLE `sys_user_post` ENABLE KEYS */;
  499. UNLOCK TABLES;
  500. --
  501. -- Table structure for table `sys_web_set`
  502. --
  503. DROP TABLE IF EXISTS `sys_web_set`;
  504. /*!40101 SET @saved_cs_client = @@character_set_client */;
  505. /*!40101 SET character_set_client = utf8 */;
  506. CREATE TABLE `sys_web_set` (
  507. `web_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键',
  508. `web_content` text CHARACTER SET utf8 COMMENT '站点信息',
  509. PRIMARY KEY (`web_id`) USING BTREE
  510. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=COMPACT;
  511. /*!40101 SET character_set_client = @saved_cs_client */;
  512. --
  513. -- Dumping data for table `sys_web_set`
  514. --
  515. LOCK TABLES `sys_web_set` WRITE;
  516. /*!40000 ALTER TABLE `sys_web_set` DISABLE KEYS */;
  517. INSERT INTO `sys_web_set` VALUES (1,'{\"CopyrightInfo\":\"11122\",\"recordInfo\":\"111222\",\"statisticsCode\":\"11122\",\"webId\":1,\"webLogo\":\"https://yxh-1301841944.cos.ap-chongqing.myqcloud.com/gfast/2021-07-13/ccroz2q3sptczqwchk.jpg\",\"webName\":\"gfast\",\"webSite\":\"http://localhost/index#/webSet\"}');
  518. /*!40000 ALTER TABLE `sys_web_set` ENABLE KEYS */;
  519. UNLOCK TABLES;
  520. /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  521. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  522. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  523. /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  524. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  525. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  526. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  527. /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  528. -- Dump completed on 2021-07-20 11:07:43