This commit is contained in:
he
2025-03-18 15:20:05 +08:00
parent 5cf8c7a898
commit d34f3f1576
2 changed files with 6 additions and 0 deletions
@@ -204,6 +204,8 @@ namespace IRaCIS.Application.Contracts
public string City { get; set; } = string.Empty;
public string HospitalName { get; set; } = string.Empty;
public string HospitalNameCN { get; set; } = string.Empty;
public string Country { get; set; } = string.Empty;
}
@@ -265,6 +267,8 @@ namespace IRaCIS.Application.Contracts
public List<Guid> SubspecialityIds => DictionaryList.Where(t => t.ParentCode == StaticData.Subspeciality).OrderBy(t => t.ShowOrder).Select(t => t.Id).ToList();
public Guid? HospitalId { get; set; }
}