|
|
|
@ -419,7 +419,7 @@ create table sys_oper_log (
|
|
|
|
|
oper_id bigint(20) not null auto_increment comment '日志主键',
|
|
|
|
|
title varchar(50) default '' comment '模块标题',
|
|
|
|
|
business_type int(2) default 0 comment '业务类型(0其它 1新增 2修改 3删除)',
|
|
|
|
|
method varchar(100) default '' comment '方法名称',
|
|
|
|
|
method varchar(200) default '' comment '方法名称',
|
|
|
|
|
request_method varchar(10) default '' comment '请求方式',
|
|
|
|
|
operator_type int(1) default 0 comment '操作类别(0其它 1后台用户 2手机端用户)',
|
|
|
|
|
oper_name varchar(50) default '' comment '操作人员',
|