[성현모] 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

@ -10,6 +10,7 @@ namespace Web.Tra.Model
public List<ParseTestResult> ParseTestResult { get; set; }
//test list data
public long No { get; set; }
public TestList? TestList { get; set; }
}