裁判签名

This commit is contained in:
he
2026-08-12 16:38:31 +08:00
parent 38ec3d55ae
commit d9b5298572
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>();
}