图表功能添加
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user