Merge branch 'master' into dev

This commit is contained in:
wenjianzhang
2020-04-01 15:05:17 +08:00
committed by GitHub
16 changed files with 85 additions and 2684 deletions
+4 -4
View File
@@ -136,7 +136,7 @@ CREATE TABLE `sys_loginlog` (
`loginTime` datetime DEFAULT NULL COMMENT '登录时间',
`create_by` varchar(255) DEFAULT NULL COMMENT '创建人',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` datetime DEFAULT NULL COMMENT '更新者',
`update_by` varchar(255) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`remark` varchar(255) DEFAULT NULL COMMENT '书签',
`is_del` char(2) DEFAULT NULL,
@@ -193,7 +193,7 @@ CREATE TABLE `sys_operlog` (
`jsonResult` varchar(255) DEFAULT NULL COMMENT '返回参数',
`create_by` varchar(255) DEFAULT NULL COMMENT '创建者',
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
`update_by` datetime DEFAULT NULL COMMENT '更新者',
`update_by` varchar(255) DEFAULT NULL COMMENT '更新者',
`update_time` datetime DEFAULT NULL COMMENT '更新时间',
`remark` varchar(255) DEFAULT NULL COMMENT '书签',
`user_agent` varchar(255) DEFAULT NULL,
@@ -211,7 +211,7 @@ CREATE TABLE `sys_post` (
`update_time` datetime DEFAULT NULL COMMENT '最后修改时间',
`is_del` int(1) DEFAULT '0' COMMENT '是否删除',
`create_by` varchar(255) DEFAULT NULL,
`update_by` datetime DEFAULT NULL,
`update_by` varchar(255) DEFAULT NULL,
`dataScope` varchar(255) DEFAULT NULL,
`params` varchar(255) DEFAULT NULL,
PRIMARY KEY (`postId`) USING BTREE
@@ -227,7 +227,7 @@ CREATE TABLE `sys_role` (
`flag` varchar(255) DEFAULT NULL,
`create_by` varchar(255) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`update_by` datetime DEFAULT NULL,
`update_by` varchar(255) DEFAULT NULL,
`update_time` datetime DEFAULT NULL,
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
`data_scope` varchar(255) DEFAULT NULL,
+2 -2
View File
@@ -3,7 +3,7 @@ settings:
env: dev
envmsg: "谢谢您的参与,但为了大家更好的体验,所以本次提交就算了吧!\U0001F600\U0001F600\U0001F600"
host: 0.0.0.0
isinit: false
isinit: true
jwtsecret: 123abc
logpath: temp/logs/log.log
name: go-admin
@@ -21,4 +21,4 @@ settings:
addr: 0.0.0.0:6379
db: 0
password: password
readtimeout: 50
readtimeout: 50