修改
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user