查询既往信息
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user