This commit is contained in:
he
2025-11-20 10:34:15 +08:00
parent c406976a6d
commit 9adc8a93b1
2 changed files with 4 additions and 1 deletions
@@ -466,6 +466,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public List<string> VisitTaskNameList { get; set; }
public List<DateTime?> LatestScanDateList { get; set; }
public List<ReportChartData> ChartDataList { get; set; }