This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
|
||||
//--------------------------------------------------------------------
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using Newtonsoft.Json;
|
||||
namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
/// <summary> UserLogView 列表视图模型 </summary>
|
||||
@@ -13,7 +14,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string IP { get; set; }
|
||||
|
||||
public string ActionUserType { get; set; }
|
||||
public int OptType { get; set; }
|
||||
public UserOptType OptType { get; set; }
|
||||
|
||||
public string? ActionUserName { get; set; }
|
||||
|
||||
@@ -26,10 +27,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public bool IsLoginUncommonly { get; set; }
|
||||
|
||||
|
||||
|
||||
public string JsonObj { get; set; }
|
||||
|
||||
public string IPRegion { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public UserLogJsonObj UserObj => JsonObj.IsNotNullOrEmpty() ? JsonConvert.DeserializeObject<UserLogJsonObj>(JsonObj) :new UserLogJsonObj();
|
||||
}
|
||||
|
||||
public class SendMfaCommand
|
||||
|
||||
Reference in New Issue
Block a user