MFA 返回两种邮箱

This commit is contained in:
2026-02-09 20:58:45 -05:00
parent 570318cf3b
commit 369a0803f9
2 changed files with 5 additions and 1 deletions
@@ -94,6 +94,10 @@ namespace IRaCIS.Application.Contracts
public string UserCode { get; set; }
public string EMail { get; set; }
public string HiddenEmail { get; set; }
public int Status { get; set; }
public bool IsTestUser { get; set; }
public bool IsZhiZhun { get; set; }