From f71b71bb542c16a9b042e208aca925d363df65fa Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Sun, 28 Sep 2025 17:19:33 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 2 +-
.../Service/Management/Interface/IUserService.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 0bc26ba76..33d9b0d87 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -2825,7 +2825,7 @@
-
+
获取用户列表
diff --git a/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs b/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
index f3a745821..09ef1af63 100644
--- a/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
+++ b/IRaCIS.Core.Application/Service/Management/Interface/IUserService.cs
@@ -9,7 +9,7 @@ namespace IRaCIS.Core.Application.Service
Task> AddUser(UserCommand userAddModel);
//Task DeleteUser(Guid userId);
//Task GetUser(Guid id);
- Task> GetUserList(UserListQueryDTO param);
+ //Task> GetUserList(UserListQueryDTO param);
//Task> Login(string userName, string password);
Task VerifyMFACodeAsync(string Code);