[성현모] 테스트리스트 조회 기능 추가

This commit is contained in:
SHM
2025-09-17 15:12:10 +09:00
parent 89fe237e52
commit bdde95386f
8 changed files with 131 additions and 77 deletions

View File

@ -18,5 +18,9 @@
public string Duration { get; set; }
public string TestResult { get; set; }
public string TestListReqID { get; set; }
public string TestListFileName { get; set; }
public string TestListFileNo { get; set; }
public string TestListVariantNo { get; set; }
}
}