@@ -17,7 +17,6 @@ public class UserLog : BaseAddAuditEntity
|
||||
#endregion
|
||||
|
||||
public string IP { get; set; } = string.Empty;
|
||||
public string LoginFaildName { get; set; } = string.Empty;
|
||||
public UserOptType OptType { get; set; }
|
||||
public string LoginPassword { get; set; } = string.Empty;
|
||||
|
||||
@@ -30,6 +29,9 @@ public class UserLog : BaseAddAuditEntity
|
||||
|
||||
public string ActionUserName { get; set; }
|
||||
|
||||
public string ActionUserType { get; set; }
|
||||
|
||||
|
||||
[MaxLength]
|
||||
public string JsonObj { get; set; }
|
||||
|
||||
@@ -39,10 +41,18 @@ public class UserLog : BaseAddAuditEntity
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region 后续删除
|
||||
public string LoginFaildName { get; set; } = string.Empty;
|
||||
|
||||
[Comment("后续删除")]
|
||||
public Guid? LoginUserId { get; set; }
|
||||
[Comment("被操作的人,自己操作的就是自己--后续删除")]
|
||||
public Guid? OptUserId { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user