feat(syslog): 新增退出日志类型,主动登出与强制退出归入退出日志
This commit is contained in:
@@ -46,6 +46,11 @@ public interface CommonConstant {
|
||||
*/
|
||||
int LOG_TYPE_4 = 4;
|
||||
|
||||
/**
|
||||
* 系统日志类型: 退出
|
||||
*/
|
||||
int LOG_TYPE_5 = 5;
|
||||
|
||||
/**
|
||||
* 操作日志类型: 查询
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user