功能添加

This commit is contained in:
he
2026-06-09 15:45:52 +08:00
parent 7c9987f3de
commit 0579c4aeda
2 changed files with 19 additions and 2 deletions
@@ -192,6 +192,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public class GetReadingReportEvaluationOutDto
{
public Guid? VisitTaskId { get; set; }
public object ReportCalculateResult { get; set; }
@@ -566,6 +567,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string Value { get; set; }
public string DictionaryCode { get; set; }
public bool IsHighlight { get; set; } = false;
}
public class ChartItem