hang-用户登录日志 -03
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Collections.Generic;
|
||||
namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
/// <summary> UserLogView 列表视图模型 </summary>
|
||||
public class UserLogView: UserLogAddOrEdit
|
||||
public class UserLogView
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
public string IP { get; set; }
|
||||
@@ -20,13 +20,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public string LoginUserName { get; set; }
|
||||
|
||||
public UserType LoginUserTypeEnum { get; set; }
|
||||
public UserTypeEnum LoginUserTypeEnum { get; set; }
|
||||
|
||||
|
||||
|
||||
public string OptUserName { get; set; }
|
||||
|
||||
public UserType OptUserTypeEnum { get; set; }
|
||||
public UserTypeEnum OptUserTypeEnum { get; set; }
|
||||
}
|
||||
|
||||
///<summary>UserLogQuery 列表查询参数模型</summary>
|
||||
@@ -47,11 +47,6 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
}
|
||||
|
||||
///<summary> UserLogAddOrEdit 列表查询参数模型</summary>
|
||||
public class UserLogAddOrEdit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user