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

This commit is contained in:
he
2025-11-18 15:48:36 +08:00
parent 8b5800b32e
commit 7873523c1b
3 changed files with 69 additions and 13 deletions
@@ -449,12 +449,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public List<string> VisitTaskNameList { get; set; }
public List<ChartData> ChartDataList { get; set; }
public List<ReportChartData> ChartDataList { get; set; }
}
public class ChartData
public class ReportChartData
{
public string Name { get; set; }
public List<string> Value { get; set; }
@@ -471,6 +471,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? TableQuestionId { get; set; }
public decimal? RowIndex { get; set; }
public ReportChartType? ReportChartTypeEnum { get; set; }
}
public class SetReadKeyFileInDto
{