返回R1 R2 的任务Id

This commit is contained in:
he
2026-08-12 16:59:20 +08:00
parent d9b5298572
commit c714a81edf
2 changed files with 16 additions and 7 deletions
@@ -2460,6 +2460,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetSingleVisitJudgeAnswerOutDto
{
public Guid R1VisitTaskId { get; set; }
public Guid R2VisitTaskId { get; set; }
public List<SingleVisitJudgeAnswerItemDto> QuestionList { get; set; } = new List<SingleVisitJudgeAnswerItemDto>();
}