Browse Source

问卷

master
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
f317869c3c
  1. 2
      src/Shentun.WebPeis.Application.Contracts/QuestionRegisters/QuestionRegisterAnswerDto.cs

2
src/Shentun.WebPeis.Application.Contracts/QuestionRegisters/QuestionRegisterAnswerDto.cs

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