|
|
@ -61,7 +61,7 @@ namespace Shentun.WebPeis.QuestionRegisters |
|
|
|
|
|
|
|
|
public string? PathCode { get; set; } |
|
|
public string? PathCode { get; set; } |
|
|
|
|
|
|
|
|
public List<QuestionRegisterAnswerDto> Childs = new List<QuestionRegisterAnswerDto>(); |
|
|
|
|
|
|
|
|
public List<QuestionRegisterAnswerDto> Childs { get; set; } = new List<QuestionRegisterAnswerDto>(); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |