修改一版

This commit is contained in:
he
2022-06-14 10:39:34 +08:00
parent 8a459af6c6
commit fb6c236b71
4 changed files with 41 additions and 4 deletions
@@ -56,6 +56,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string TypeValue { get; set; }
public bool IsEnable { get; set; }
/// <summary>
@@ -68,6 +69,9 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
[ForeignKey("ReadingQuestionCriterionSystemId")]
public ReadingQuestionCriterionSystem ReadingQuestionCriterionSystem { get; set; }
}