Uat_Study
parent
08522bf4e8
commit
10338e31a8
|
@ -866,6 +866,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
public class GetSystemReadingQuestionOutDto
|
||||
{
|
||||
|
||||
|
||||
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
@ -974,6 +976,14 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
|||
public bool IsShowInDicom { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 序号标记
|
||||
/// </summary>
|
||||
public string OrderMark { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
//public List<TableQuestionDataInfo> TableQuestions { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue