代码修改

This commit is contained in:
he
2023-09-25 13:13:02 +08:00
parent 473dafbb58
commit 5dab6ef30b
3 changed files with 83 additions and 19 deletions
@@ -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>();