代码修改

IRC_NewDev
he 2023-09-22 14:54:18 +08:00
parent b3e5d2924a
commit 52e8e68cfc
2 changed files with 4 additions and 0 deletions

View File

@ -1034,6 +1034,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? FirstAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; }
}
public class GetReadingQuestionAndAnswerInDto
{

View File

@ -79,6 +79,8 @@ namespace IRaCIS.Core.Domain.Models
public Guid? FirstAddTaskId { get; set; }
public QuestionType? QuestionType { get; set; }
}