This commit is contained in:
he
2022-08-11 17:30:34 +08:00
parent 7bd240eb5b
commit e8aaed6955
@@ -82,7 +82,7 @@ namespace IRaCIS.Core.Domain.Models
public ReadingCategory ReadingCategory { get; set; }
[ForeignKey("ParentId")]
public ReadingMedicineTrialQuestion ParentQuestion { get; set; }
public ReadingMedicineSystemQuestion ParentQuestion { get; set; }
}
}