This commit is contained in:
he
2023-03-24 11:43:43 +08:00
parent ab284bd7a0
commit 880847659f
2 changed files with 9 additions and 1 deletions
@@ -1329,6 +1329,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TrialReadingCriterionId { get; set; }
public bool IsFirstChangeTask { get; set; } = false;
/// <summary>
/// 是否是转变的任务(转为IRECIST)
/// </summary>
public bool IsConvertedTask { get; set; } = false;
}
public class GetReadingImgInDto