新增角色管理

This commit is contained in:
tanghc
2019-06-28 18:16:32 +08:00
parent 36133adf62
commit 21792d39b1
13 changed files with 295 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ CREATE TABLE `config_route_limit` (
CREATE TABLE `isv_info` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`app_key` varchar(100) NOT NULL COMMENT 'appKey',
`secret` varchar(200) NOT NULL COMMENT 'secret',
`secret` varchar(200) COMMENT 'secret',
`pub_key` text COMMENT '公钥',
`pri_key` text COMMENT '私钥',
`status` tinyint(4) unsigned NOT NULL DEFAULT '0' COMMENT '1启用2禁用',