代码修改
This commit is contained in:
@@ -263,6 +263,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public LesionType? LesionType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 序号标记
|
||||
/// </summary>
|
||||
public string OrderMark { get; set; } = string.Empty;
|
||||
|
||||
public QuestionType? QuestionType { get; set; }
|
||||
|
||||
public List<TableRowInfo> TableRowInfoList = new List<TableRowInfo>();
|
||||
|
||||
Reference in New Issue
Block a user