审计日志入库完成
This commit is contained in:
@@ -22,9 +22,13 @@ public class UserLog extends BaseEntity {
|
||||
*/
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 登录名
|
||||
*/
|
||||
private String loginName;
|
||||
|
||||
/**
|
||||
* 用户已登录:用户名
|
||||
* 用户未登录:登录名
|
||||
*/
|
||||
private String userName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user