This commit is contained in:
2022-07-08 17:05:11 +08:00
parent 30e7addc3b
commit 93735fe203
3 changed files with 62 additions and 56 deletions
@@ -118,10 +118,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string BlindSubjectCode { get; set; } = string.Empty;
public string BlindTrialSiteCode { get; set; } = string.Empty;
[JsonIgnore]
public Guid? DoctorUserId { get; set; }
[JsonIgnore]
public Guid? TaskConsistentRuleId { get; set; }
}