图表功能添加

This commit is contained in:
he
2025-12-29 13:37:08 +08:00
parent 64ea537dae
commit e070a78872
2 changed files with 152 additions and 89 deletions
@@ -491,6 +491,21 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public List<string> Value { get; set; }
}
public class GetReportsChartTypeDataInDto
{
public ReportChartType ReportChartTypeEnum { get; set; }
public CriterionType CriterionType { get; set; }
public GetReadingReportEvaluationOutDto Data { get; set; }
}
public class GetReportsChartSummaryInDto
{
public Guid SubjectId { get; set; }
public CriterionType CriterionType { get; set; }
}
public class GetReportsChartDataInDto
{
public Guid VisitTaskId { get; set; }