feat(syslog): 新增退出日志类型,主动登出与强制退出归入退出日志

This commit is contained in:
wsm
2026-08-05 16:17:24 +08:00
parent d1891a3b9c
commit 8f3e94f8ed
3 changed files with 7 additions and 2 deletions
@@ -46,6 +46,11 @@ public interface CommonConstant {
*/
int LOG_TYPE_4 = 4;
/**
* 系统日志类型: 退出
*/
int LOG_TYPE_5 = 5;
/**
* 操作日志类型: 查询
*/