修改用户日志

This commit is contained in:
2024-12-26 14:54:13 +08:00
parent 5f9572a0ab
commit cf9248b0cc
13 changed files with 19088 additions and 71 deletions
@@ -15,23 +15,19 @@ namespace IRaCIS.Core.Application.ViewModel
public string LoginFaildName { get; set; }
public int OptType { get; set; }
public string? ActionUserName { get; set; }
public string? LoginUserName { get; set; }
public UserTypeEnum? LoginUserTypeEnum { get; set; }
public UserTypeEnum? ActionUserTypeEnum { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public string TargetIdentityUserName { get; set; }
public string? OptUserName { get; set; }
public UserTypeEnum? OptUserTypeEnum { get; set; }
public Guid? LoginUserId { get; set; }
public Guid? OptUserId { get; set; }
public UserLogJsonObj JsonObj { get; set; }
public string IPRegion { get; set; }
}