裁判签名
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2026-08-12 16:38:31 +08:00
parent 26f049b31e
commit f9c33e373a
4 changed files with 75 additions and 7 deletions
@@ -2512,6 +2512,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
[NotDefault]
public Guid VisitTaskId { get; set; }
public string JudgeResultRemark { get; set; } = string.Empty;
public List<string> JudgeResultImagePathList { get; set; } = new List<string>();
public List<JudgeFormAnswerDto> QuestionList { get; set; } = new List<JudgeFormAnswerDto>();
}