From 260be98cefcb619c71cb7f417a8b95eb809d6f73 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 30 Dec 2024 13:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Management/DTO/UserLogViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs index b36834bbf..ba9937576 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs @@ -12,7 +12,7 @@ namespace IRaCIS.Core.Application.ViewModel public Guid? Id { get; set; } public string IP { get; set; } - public string LoginFaildName { get; set; } + public string ActionUserType { get; set; } public int OptType { get; set; } public string? ActionUserName { get; set; }