[성현모] TestTrend 기능 추가

This commit is contained in:
SHM
2025-09-23 10:03:12 +09:00
parent 4ceaa7c4e3
commit 681f1e97f4
10 changed files with 337 additions and 72 deletions

View File

@ -8,7 +8,7 @@ namespace Web.Tra.Model
public string TabName { get; set; }
public EnumTabs EnumTab { get; set; }
public IDataModel Parent { get; set; }
public ParentRow Parent { get; set; }
public string SummaryTestResult { get; set; }
public string SummaryTestTime { get; set; }