修改
This commit is contained in:
@@ -27,6 +27,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public bool IsLoginUncommonly { get; set; }
|
||||
|
||||
public bool IsIgnoreUncommonly { get; set; }
|
||||
|
||||
public string JsonObj { get; set; }
|
||||
|
||||
@@ -43,6 +44,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public UserMFAType MFAType { get; set; } = UserMFAType.Login;
|
||||
}
|
||||
|
||||
public class SetIsIgnoreUncommonlyInDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public bool IsIgnoreUncommonly { get; set; }
|
||||
}
|
||||
|
||||
///<summary>UserLogQuery 列表查询参数模型</summary>
|
||||
public class UserLogQuery : PageInput
|
||||
{
|
||||
@@ -50,10 +58,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public List<UserOptType>? OptTypeList { get; set; }
|
||||
|
||||
public List<UserOptType> OptTypeList { get; set; } = new List<UserOptType>();
|
||||
|
||||
public string? IP { get; set; }
|
||||
|
||||
public string? LoginFaildName { get; set; }
|
||||
|
||||
|
||||
public string? LoginUserName { get; set; }
|
||||
|
||||
public DateTime? BeginDate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user