Uat_Study
he 2022-08-11 17:30:34 +08:00
parent 7bd240eb5b
commit e8aaed6955
1 changed files with 1 additions and 1 deletions

View File

@ -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; }
}
}