diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 3f22371f2..7c2b014d7 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -41,6 +41,7 @@ namespace IRaCIS.Application.Contracts public string RealName { get; set; } = string.Empty; public int? Sex { get; set; } // 1-男 2-女 + /// /// LastLoginIP ///