diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index c0dbc9df8..24fb5e16f 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -233,6 +233,8 @@ namespace IRaCIS.Application.Contracts public Guid testGuid { get; set; } public bool CanEditUserType { get; set; } + public DateTime CreateTime { get; set; } + public List RoleNameArray { get; set; } = new List(); public IEnumerable RoleNameList { get; set; } = new List(); }