修改邮箱

This commit is contained in:
he
2025-02-12 16:52:39 +08:00
parent a5dcad1767
commit 1ed8788c83
3 changed files with 12 additions and 1 deletions
@@ -523,6 +523,8 @@ namespace IRaCIS.Application.Contracts
{
public string BlindName { get; set; }
public bool IsHaveAccount { get; set; } = false;
public string BlindNameCN { get; set; } = string.Empty;
public List<DicView> DoctorDicViewDtos = new List<DicView>();