查询既往信息

This commit is contained in:
he
2024-03-15 10:30:27 +08:00
parent c3ed54f05f
commit 5735383cd7
3 changed files with 47 additions and 14 deletions
@@ -438,7 +438,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid VisitTaskId { get; set; }
public string? OtherPicturePath { get; set; }
public string? PicturePath { get; set; }
public string TaskBlindName { get; set; } = string.Empty;
@@ -447,7 +447,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetPreviousOtherPicturePathInDto
{
public Guid RowId { get; set; }
public Guid? RowId { get; set; }
public Guid? VisitTaskId { get; set; }
/// <summary>
/// 问题类型
/// </summary>
public QuestionType? QuestionType { get; set; }
}
public class GetReadingCalculationDataInDto