diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs index 24533ec03..301f87210 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs @@ -103,6 +103,8 @@ namespace IRaCIS.Application.Contracts public bool IsZhiZhun { get; set; } public bool IsFirstAdd { get; set; } + public bool IsNeedResetPwd { get; set; } + public bool NeedChangePassWord { get; set; } = false;