This commit is contained in:
he
2023-05-06 14:05:07 +08:00
parent ea6c6c8490
commit 63572942ea
2 changed files with 2 additions and 2 deletions
@@ -183,7 +183,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<ReadingReportDto> TaskQuestions { get; set; }
public List<LesionDto> LesionList { get; set; } = new List<LesionDto>();
public List<LesionDto> LesionCountList { get; set; } = new List<LesionDto>();
}