j修改全局阅片结果

This commit is contained in:
2022-09-01 17:44:52 +08:00
parent 274e0846fe
commit ab2be64346
2 changed files with 44 additions and 17 deletions
@@ -54,6 +54,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid CreateUserId { get; set; }
[JsonIgnore]
public List<ReadingQuestionSystem> ReadingQuestionSystemList { get; set; } = new List<ReadingQuestionSystem>();
[ForeignKey("CriterionId")]