From 631be6d7c7a53426b4c62eec35e4bd9c33d63d4c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 29 Jun 2026 15:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=87=8D=E7=BD=AE=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Management/DTO/UserModel.cs | 2 ++ 1 file changed, 2 insertions(+) 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;