This commit is contained in:
he
2023-01-11 10:24:59 +08:00
parent 50527d9c33
commit bc3d2c0f71
6 changed files with 66 additions and 2 deletions
+4
View File
@@ -188,6 +188,10 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
public List<DoctorCriterionFile> CriterionFileList { get; set; }
[JsonIgnore]
public List<VisitTask> VisitTaskList { get; set; }
public bool IsVirtual { get; set; }
public string BlindName { get; set; } = string.Empty;