This commit is contained in:
he
2022-09-19 14:11:39 +08:00
parent 324a5e43f5
commit d79005242e
7 changed files with 111 additions and 5 deletions
@@ -132,6 +132,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public QuestionMark? QuestionMark { get; set; }
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; }
[ForeignKey("DependParentId")]
public ReadingTableQuestionSystem DependParentQuestion { get; set; }
}