医学审核问题修改

This commit is contained in:
he
2024-03-07 10:01:07 +08:00
parent 6319f1e82d
commit 875af7e9f7
3 changed files with 10 additions and 6 deletions
@@ -101,6 +101,8 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid TrialReadingCriterionId { get; set; }
public Guid? SystemQuestionId { get; set; }
[JsonIgnore]
[ForeignKey("ParentId")]
public ReadingMedicineTrialQuestion ParentQuestion { get; set; }