This commit is contained in:
he
2023-01-15 14:20:25 +08:00
parent 120dd22561
commit 25263ec709
9 changed files with 84 additions and 28 deletions
@@ -230,6 +230,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string GroupEnName { get; set; } = string.Empty;
/// <summary>
/// 是否复制病灶
/// </summary>
public bool IsCopyLesions { get; set; } = false;
/// <summary>
/// 分页标准
/// </summary>
@@ -193,7 +193,12 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("ReadingQuestionId")]
public ReadingQuestionTrial ReadingQuestionTrial { get; set; }
/// <summary>
/// 复制病灶的时候 是否复制这个问题
/// </summary>
public bool IsCopy { get; set; } = false;
[NotMapped]
public List<string> ParentTriggerValueList
{