Uat_Study
he 2022-08-26 13:18:35 +08:00
parent 08522bf4e8
commit 10338e31a8
1 changed files with 10 additions and 0 deletions

View File

@ -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; }