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

This commit is contained in:
he
2025-12-29 16:58:24 +08:00
parent e94e875a8a
commit c8e5a5173c
3 changed files with 22 additions and 5 deletions
@@ -509,7 +509,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetReportsChartSummaryOutDto
{
public EvaluationColumn Evaluation { get; set; }
public List<ChartItem> Charts { get; set; } = new List<ChartItem>();
public List<ChartItem> TargetCharts { get; set; } = new List<ChartItem>();
public List<ChartItem> QuestionCharts { get; set; } = new List<ChartItem>();
}