修改登录日志查询接口
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2024-12-30 13:26:08 +08:00
parent b42bf4e201
commit 260be98cef
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? Id { get; set; }
public string IP { get; set; }
public string LoginFaildName { get; set; }
public string ActionUserType { get; set; }
public int OptType { get; set; }
public string? ActionUserName { get; set; }