结构修改
continuous-integration/drone/push Build is failing

This commit is contained in:
he
2025-12-30 17:38:15 +08:00
parent 0fab295995
commit 3919d6a8a3
2 changed files with 58 additions and 12 deletions
@@ -503,7 +503,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid SubjectId { get; set; }
public CriterionType CriterionType { get; set; }
public Guid TrialCriterionId { get; set; }
}
public class GetReportsChartSummaryOutDto
@@ -518,10 +518,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class EvaluationColumn
{
public List<List<string>> Evaluation { get; set; }
public List<List<EvaluationValue>> Evaluation { get; set; }
public string DictionaryCode { get; set; }
}
public class EvaluationValue
{
public string Value { get; set; }