删除用户角色表部分字段,修改统计
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-20 13:08:06 +08:00
parent 68053d24b6
commit 7153d810aa
7 changed files with 28 additions and 186 deletions
@@ -10,7 +10,7 @@ namespace IRaCIS.Core.Application.Service
//Task<IResponseOutput> DeleteUser(Guid userId);
//Task<UserDetailDTO> GetUser(Guid id);
Task<PageOutput<UserListDTO>> GetUserList(UserListQueryDTO param);
Task<IResponseOutput<LoginReturnDTO>> Login(string userName, string password);
//Task<IResponseOutput<LoginReturnDTO>> Login(string userName, string password);
Task<IResponseOutput> VerifyMFACodeAsync(string Code);
Task<IResponseOutput> SendMFAEmail(SendMfaCommand sendMfa);