医学审核初步完成

This commit is contained in:
2022-09-01 10:35:12 +08:00
parent 50e1ba6716
commit 102a6f851a
2 changed files with 71 additions and 22 deletions
@@ -85,7 +85,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid DoctorUserId { get; set; }
[JsonIgnore]
public TaskMedicalReviewRule TaskMedicalReviewRule { get; set; }
@@ -144,7 +144,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string FileName { get; set; } = string.Empty;
[JsonIgnore]
public List<ReadingMedicalReviewDialog> ReadingMedicalReviewDialogList { get; set; }