diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index ff69fe5d5..8ebc3e220 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -295,6 +295,8 @@ namespace IRaCIS.Application.Contracts { //public bool CanEditUserType { get; set; } + public DateTime? LastLoginTime { get; set; } + public DateTime CreateTime { get; set; } public Guid Id { get; set; }