修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-12-13 10:10:55 +08:00
parent 11dd4fa789
commit b385dcfdc0
1 changed files with 1 additions and 0 deletions

View File

@ -1855,6 +1855,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class TrialQuestionExport
{
public Guid Id { get; set; } = Guid.NewGuid();
public Guid QuestionId { get; set; }
public Guid? TableQuestionId { get; set; }