This commit is contained in:
he
2022-06-21 13:43:58 +08:00
parent cc6f42264e
commit 6607b916bb
2 changed files with 2 additions and 2 deletions
@@ -80,7 +80,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string TypeValue { get; set; }
public string AnswerGroup { get; set; }
public List<string> AnswerGroup { get; set; }
}