This commit is contained in:
he
2023-05-08 09:23:23 +08:00
parent 0aa981eea5
commit 7649e60d28
3 changed files with 16 additions and 5 deletions
@@ -1181,7 +1181,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<GlobalQuestionInfo> AgreeOrNot { get; set; }
public List<GlobalQuestionInfo> AfterQuestionList { get; set; }
}
public List<LesionDto> LesionCountList { get; set; } = new List<LesionDto>();
}
public class GetGlobalQuestionType
{