修改代码

This commit is contained in:
he
2023-09-26 17:41:53 +08:00
parent 964a95d934
commit 992dfe39fb
2 changed files with 23 additions and 15 deletions
@@ -464,6 +464,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid VisitTaskId { get; set; }
public bool UpdateMark { get; set; } = false;
public List<ChangeDicomReadingQuestionAnswerDto> Answers { get; set; }