From 570c5863c054dd37477155327846ea0ceb3adf82 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 30 May 2024 16:04:42 +0800 Subject: [PATCH] =?UTF-8?q?ip=E6=89=80=E5=9C=A8=E5=9C=B0=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Management/DTO/UserLogViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs index 3615f265c..9f63e6b84 100644 --- a/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs +++ b/IRaCIS.Core.Application/Service/Management/DTO/UserLogViewModel.cs @@ -34,6 +34,8 @@ namespace IRaCIS.Core.Application.ViewModel public Guid? LoginUserId { get; set; } public Guid? OptUserId { get; set; } + + public string IPRegion { get; set; } } ///UserLogQuery 列表查询参数模型