修改一版

This commit is contained in:
he
2022-08-25 13:11:30 +08:00
parent 6203441c24
commit 4cdd3c5206
3 changed files with 8 additions and 1 deletions
@@ -132,6 +132,10 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public QuestionMark? QuestionMark { get; set; }
[ForeignKey("DependParentId")]
public ReadingTableQuestionSystem DependParentQuestion { get; set; }
}