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

This commit is contained in:
he
2024-10-24 15:48:58 +08:00
parent aa1ecaf1fe
commit 0b2c707ec7
2 changed files with 9 additions and 3 deletions
@@ -1766,7 +1766,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
[NotDefault]
public Guid QuestionId { get; set; }
public string Type { get; set; }
public string Type { get; set; } = string.Empty;
public List<string> TypeList { get; set; } = new List<string>();
}