[성현모] Extract 프로젝트 추가

This commit is contained in:
SHM
2026-02-11 10:44:06 +09:00
parent 580257fff2
commit 122d84bc01
7 changed files with 284 additions and 19 deletions

View File

@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SystemX.Product.CP.TRA.Extract
{
public class TestList
{
public int TestListFileNo { get; set; }
public int StepID { get; set; }
public int StepVersion { get; set; }
public string StepDesc { get; set; }
public string SpecMin { get; set; }
public string SpecMax { get; set; }
public string Dim { get; set; }
}
}